Searched refs:CHECK (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dinflate.h72 CHECK, /* i: waiting for 32-bit check value */ enumerator in enum:__anon825
92 TYPE -> STORED or TABLE or LEN or CHECK
100 CHECK -> LENGTH -> DONE
H A Dinflate.c807 state->mode = CHECK;
1106 case CHECK:
1164 if (state->wsize || (state->mode < CHECK && out != strm->avail_out))
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp1362 #define CHECK(cls,obj,out) \ macro
1498 CHECK( OSIterator, iterator, iter );
1513 CHECK( OSIterator, iterator, iter );
1525 CHECK( OSIterator, iterator, iter );
1538 CHECK( IOService, _service, service );
1888 CHECK( IOService, _service, service );
1955 CHECK( IOService, _service, service );
1968 CHECK( IOUserClient, connection, client );
2016 CHECK( IORegistryEntry, registry_entry, entry );
2028 CHECK( IORegistryIterato
[all...]

Completed in 29 milliseconds