Searched refs:TYPE (Results 1 – 14 of 14) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | qsort.c | 82 #define swapcode(TYPE, parmi, parmj, n) \ argument 83 long i = (n) / sizeof (TYPE); \ 84 TYPE *pi = (TYPE *) (parmi); \ 85 TYPE *pj = (TYPE *) (parmj); \ 87 TYPE t = *pi; \
|
| /xnu-8792.41.9/libkern/zlib/ |
| H A D | inflate.c | 605 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */ in inflate() 653 state->mode = hold & 0x200 ? DICTID : TYPE; in inflate() 788 state->mode = TYPE; in inflate() 805 state->mode = TYPE; in inflate() 807 case TYPE: in inflate() 871 state->mode = TYPE; in inflate() 1022 state->mode = TYPE; in inflate() 1194 (state->mode == TYPE ? 128 : 0); in inflate() 1341 state->mode = TYPE; in inflateSync()
|
| H A D | infback.c | 294 state->mode = TYPE; in inflateBack() 307 case TYPE: in inflateBack() 370 state->mode = TYPE; in inflateBack() 534 state->mode = TYPE; in inflateBack()
|
| H A D | inflate.h | 59 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
|
| H A D | inffast.c | 287 state->mode = TYPE; in inflate_fast()
|
| /xnu-8792.41.9/iokit/DriverKit/ |
| H A D | OSAction.iig | 49 …* a TYPE attribute. The generated methods are named CreateAction{name of method with type attribut… 68 …* a TYPE attribute, so there should not be any need to directly call OSAction::Create…
|
| H A D | IODataQueueDispatchSource.iig | 80 OSAction * action TYPE(DataAvailable)); 92 OSAction * action TYPE(DataServiced));
|
| H A D | IOUserClient.iig | 290 OSAction * completion TYPE(IOUserClient::AsyncCompletion)) LOCAL 300 TYPE(IOUserClient::AsyncCompletion);
|
| H A D | IOServiceNotificationDispatchSource.iig | 104 OSAction * action TYPE(ServiceNotificationReady));
|
| H A D | IOServiceStateNotificationDispatchSource.iig | 92 OSAction * action TYPE(StateNotificationReady));
|
| H A D | OSObject.iig | 91 #define TYPE(p) IIG_TYPE(p)
|
| H A D | IOInterruptDispatchSource.iig | 112 OSAction * action TYPE(InterruptOccurred)) LOCAL;
|
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | log.py | 55 TYPE = { variable in FTID 101 return (code_id, self.TYPE.get(code_id, "<unknown>"))
|
| /xnu-8792.41.9/tests/ktrace/ |
| H A D | kperf_tests.c | 425 #define CIRQ_INIT(TYPE, NSLOTS) \ argument 427 .nslots = NSLOTS, .tail_slot = 0, .slot_size = sizeof(TYPE), \
|