Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/ktrace/
H A Dkperf_helpers.h12 #define PERF_STK_KHDR UINT32_C(0x25020014)
13 #define PERF_STK_UHDR UINT32_C(0x25020018)
14 #define PERF_STK_KDATA UINT32_C(0x2502000c)
15 #define PERF_STK_UDATA UINT32_C(0x25020010)
H A Dkperf_tests.c41 #define PERF_STK_KHDR UINT32_C(0x25020014)
42 #define PERF_STK_UHDR UINT32_C(0x25020018)
60 #define MP_CPUS_CALL UINT32_C(0x1900004)
62 #define DISPATCH_AFTER_EVENT UINT32_C(0xfefffffc)
710 #define NON_TRIGGER_CLASS UINT32_C(0xfd)
711 #define NON_TRIGGER_SUBCLASS UINT32_C(0xff)
712 #define NON_TRIGGER_CODE UINT32_C(0xff)
798 #define TRIGGER_CLASS UINT32_C(0xfe)
799 #define TRIGGER_CLASS_END UINT32_C(0xfd)
800 #define TRIGGER_SUBCLASS UINT32_C(0xff)
[all …]
/xnu-10002.41.9/EXTERNAL_HEADERS/
H A Dstdint.h99 #define UINT32_C(v) (v ## U) macro
/xnu-10002.41.9/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h33 #define CC_UNIT_C(x) UINT32_C(x)
105 #define ccn64_v(a0) ccn32_v((uint64_t)a0 & UINT32_C(0xffffffff)),ccn32_v((uint64_t)a0 >> 32)
/xnu-10002.41.9/osfmk/arm64/
H A Dmonotonic_arm64.c901 uint32_t valid_ctrs = (UINT32_C(1) << UNCORE_NCTRS) - 1; in uncore_add()