Searched refs:TYPE (Results 1 - 11 of 11) sorted by relevance

/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_bw_mem.c77 #define TYPE int macro
114 TYPE *buf;
115 TYPE *buf2;
116 TYPE *buf2_orig;
117 TYPE *lastone;
130 TYPE *buf;
131 TYPE *buf2;
132 TYPE *buf2_orig;
133 TYPE *lastone;
159 ts->buf = (TYPE *)vallo
[all...]
H A Dlmbench_bw_file_rd.c108 #define TYPE int macro
109 #define MINSZ (sizeof(TYPE) * 128)
H A Dlmbench_bw_mmap_rd.c119 #define TYPE int macro
120 #define MINSZ (sizeof(TYPE) * 128)
/xnu-2422.115.4/bsd/kern/
H A Dqsort.c81 #define swapcode(TYPE, parmi, parmj, n) { \
82 long i = (n) / sizeof (TYPE); \
83 TYPE *pi = (TYPE *) (parmi); \
84 TYPE *pj = (TYPE *) (parmj); \
86 TYPE t = *pi; \
/xnu-2422.115.4/libkern/zlib/
H A Dinflate.h59 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon825
88 NAME -> COMMENT -> HCRC -> TYPE
89 (zlib) -> DICTID or TYPE
90 DICTID -> DICT -> TYPE
92 TYPE -> STORED or TABLE or LEN or CHECK
93 STORED -> COPY -> TYPE
96 LEN -> LENEXT or LIT or TYPE
H A Dinflate.c611 if (state->mode == TYPE) state->mode = TYPEDO; /* skip check */
659 state->mode = hold & 0x200 ? DICTID : TYPE;
787 state->mode = TYPE;
801 state->mode = TYPE;
802 case TYPE:
864 state->mode = TYPE;
1012 state->mode = TYPE;
1178 (state->mode == TYPE ? 128 : 0);
1330 state->mode = TYPE;
H A Dinfback.c299 state->mode = TYPE;
312 case TYPE:
375 state->mode = TYPE;
538 state->mode = TYPE;
H A Dinffast.c79 TYPE -- reached end of block code, inflate() to interpret next block
305 state->mode = TYPE;
/xnu-2422.115.4/osfmk/i386/
H A Dcpu_data.h255 #define offsetof(TYPE,MEMBER) __builtin_offsetof(TYPE,MEMBER)
288 #define offsetof(TYPE,MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
H A Dgenassym.c108 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE)0)->MEMBER)
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c1823 #define GET(TYPE) \
1825 if ((dcount <= 0) || (dcount > (((TYPE) == DECIMALVALUE) ? 3 : 4))) \
1827 if (((TYPE) == DECIMALVALUE) && xdcount) \
1829 val = strtoul(pnum, NULL, ((TYPE) == DECIMALVALUE) ? 10 : 16); \
1830 if (((TYPE) == DECIMALVALUE) && (val >= 256)) \
1833 if (i > (int)(sizeof(a) - (((TYPE) == HEXVALUE) ? 2 : 1) - ((dci != -1) ? 2 : 0))) \
1835 if ((TYPE) == HEXVALUE) \

Completed in 114 milliseconds