Home
last modified time | relevance | path

Searched refs:MOCK_SANCOV_LOAD_STORE (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/tests/unit/mocks/
H A Dmock_thread.c1712 #define MOCK_SANCOV_LOAD_STORE(type, size) … macro
1735 MOCK_SANCOV_LOAD_STORE(uint8_t, 1)
1736 MOCK_SANCOV_LOAD_STORE(uint16_t, 2)
1737 MOCK_SANCOV_LOAD_STORE(uint32_t, 4)
1738 MOCK_SANCOV_LOAD_STORE(uint64_t, 8)
1739 MOCK_SANCOV_LOAD_STORE(__uint128_t, 16)