Searched refs:IDX (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h184 * IDX - The current item index
188 #define ALIST_TRAVERSE(LIST, IDX, DATA) \
189 (IDX) = 0, \
192 ((LIST) != NULL) && ((IDX) < (LIST)->al_nitems); \
194 (IDX)++, \
195 (DATA) = (void *) (((LIST)->al_size * (IDX)) + (char *)(LIST)->al_data)
210 * IDX - The current item index
219 #define APLIST_TRAVERSE(LIST, IDX, PTR) \
220 (IDX) = 0; \
222 ((LIST) != NULL) && ((IDX) < (LIS
[all...]
H A Drtld.h979 #define IDX(X) ((X)->rt_idx) macro
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dstrcspn.c34 #define IDX(c) ((u_char)(c) / LONG_BIT) macro
60 idx = IDX(*charset);
66 idx = IDX(*s1);
H A Dstrspn.c34 #define IDX(c) ((u_char)(c) / LONG_BIT) macro
59 idx = IDX(*charset);
65 idx = IDX(*s1);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c77 if (IDX(lmp1) > IDX(lmp2))
79 if (IDX(lmp1) < IDX(lmp2))
117 IDX(lmp) = ndx++;
126 if (IDX(lmp3) || (LIST(lmp3) != lml))
141 IDX(lmp3) = ndx++;
835 IDX(lmp2) = 0;

Completed in 71 milliseconds