Searched defs:check (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.101.4/libkern/zlib/ |
| H A D | inflate.c | 401 # define UPDATE(check, buf, len) \ argument 404 # define UPDATE(check, buf, len) adler32(check, buf, len) argument 409 # define CRC2(check, word) \ argument 416 # define CRC4(check, word) \ argument
|
| H A D | inflate.h | 111 unsigned long check; /* protected copy of check value */ member
|
| /xnu-8020.101.4/security/ |
| H A D | mac_internal.h | 261 #define MAC_CHECK(check, args...) do { \ argument 280 #define MAC_GRANT(check, args...) do { \ argument
|
| /xnu-8020.101.4/tests/bounded_array_ref_src/ |
| H A D | ctor.C_array.cpp | 52 auto check = [&array](test_bounded_array_ref<T> view) { in tests() local
|
| H A D | ctor.bounded_array.cpp | 59 auto check = [&array](test_bounded_array_ref<T> view) { in tests() local
|
| /xnu-8020.101.4/bsd/dev/i386/ |
| H A D | fbt_x86.c | 438 uintptr_t check = (uintptr_t)instr - j; in fbt_provide_probe() local
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | kalloc.h | 1055 #define KALLOC_TYPE_CHECK_2(check, type) \ argument 1058 #define KALLOC_TYPE_CHECK_3(check, type1, type2) \ argument
|
| /xnu-8020.101.4/EXTERNAL_HEADERS/ |
| H A D | AssertMacros.h | 1291 #define check(assertion) __Check(assertion) macro
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IODMACommand.cpp | 1335 bool check = false; in genIOVMSegments() local
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | dlil.c | 7571 net_thread_is_marked(u_int32_t check) in net_thread_is_marked() 7582 net_thread_is_unmarked(u_int32_t check) in net_thread_is_unmarked()
|