Home
last modified time | relevance | path

Searched defs:check (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.101.4/libkern/zlib/
H A Dinflate.c401 # 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 Dinflate.h111 unsigned long check; /* protected copy of check value */ member
/xnu-8020.101.4/security/
H A Dmac_internal.h261 #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 Dctor.C_array.cpp52 auto check = [&array](test_bounded_array_ref<T> view) { in tests() local
H A Dctor.bounded_array.cpp59 auto check = [&array](test_bounded_array_ref<T> view) { in tests() local
/xnu-8020.101.4/bsd/dev/i386/
H A Dfbt_x86.c438 uintptr_t check = (uintptr_t)instr - j; in fbt_provide_probe() local
/xnu-8020.101.4/osfmk/kern/
H A Dkalloc.h1055 #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 DAssertMacros.h1291 #define check(assertion) __Check(assertion) macro
/xnu-8020.101.4/iokit/Kernel/
H A DIODMACommand.cpp1335 bool check = false; in genIOVMSegments() local
/xnu-8020.101.4/bsd/net/
H A Ddlil.c7571 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()