Home
last modified time | relevance | path

Searched refs:TYPE (Results 1 – 14 of 14) sorted by relevance

/xnu-8020.121.3/bsd/kern/
H A Dqsort.c82 #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 Dinflate.c605 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 Dinfback.c294 state->mode = TYPE; in inflateBack()
307 case TYPE: in inflateBack()
370 state->mode = TYPE; in inflateBack()
534 state->mode = TYPE; in inflateBack()
H A Dinflate.h59 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
H A Dinffast.c287 state->mode = TYPE; in inflate_fast()
/xnu-8020.121.3/iokit/DriverKit/
H A DOSAction.iig49 …* 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 DIODataQueueDispatchSource.iig72 OSAction * action TYPE(DataAvailable));
84 OSAction * action TYPE(DataServiced));
H A DIOUserClient.iig290 OSAction * completion TYPE(IOUserClient::AsyncCompletion)) LOCAL
300 TYPE(IOUserClient::AsyncCompletion);
H A DIOServiceNotificationDispatchSource.iig104 OSAction * action TYPE(ServiceNotificationReady));
H A DIOServiceStateNotificationDispatchSource.iig92 OSAction * action TYPE(StateNotificationReady));
H A DOSObject.iig91 #define TYPE(p) IIG_TYPE(p)
H A DIOInterruptDispatchSource.iig112 OSAction * action TYPE(InterruptOccurred)) LOCAL;
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_subs.c1759 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 Dkperf_tests.c425 #define CIRQ_INIT(TYPE, NSLOTS) \ argument
427 .nslots = NSLOTS, .tail_slot = 0, .slot_size = sizeof(TYPE), \