Searched refs:TYPE (Results 1 – 14 of 14) sorted by relevance
| /xnu-8020.121.3/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-8020.121.3/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-8020.121.3/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 | 72 OSAction * action TYPE(DataAvailable)); 84 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-8020.121.3/bsd/nfs/ |
| H A D | nfs_subs.c | 1759 NFS_BITMAP_COPY_ATTR(nvap, npnvap, TYPE, type); in nfs_loadattrcache() 2119 #define GET(TYPE) \ in nfs_uaddr2sockaddr() argument 2121 if ((dcount <= 0) || (dcount > (((TYPE) == DECIMALVALUE) ? 3 : 4))) \ in nfs_uaddr2sockaddr() 2123 if (((TYPE) == DECIMALVALUE) && xdcount) \ in nfs_uaddr2sockaddr() 2125 val = strtoul(pnum, NULL, ((TYPE) == DECIMALVALUE) ? 10 : 16); \ in nfs_uaddr2sockaddr() 2126 if (((TYPE) == DECIMALVALUE) && (val >= 256)) \ in nfs_uaddr2sockaddr() 2129 if (i > (int)(sizeof(a) - (((TYPE) == HEXVALUE) ? 2 : 1) - ((dci != -1) ? 2 : 0))) \ in nfs_uaddr2sockaddr() 2131 if ((TYPE) == HEXVALUE) \ in nfs_uaddr2sockaddr()
|
| /xnu-8020.121.3/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), \
|