Searched defs:IDX (Results 1 - 3 of 3) sorted by relevance

/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/include/
H A Drtld.h979 #define IDX(X) ((X)->rt_idx) macro

Completed in 57 milliseconds