Home
last modified time | relevance | path

Searched defs:IDX (Results 1 – 4 of 4) sorted by relevance

/titanic_52/usr/src/boot/lib/libc/string/
H A Dstrcspn.c34 #define IDX(c) ((u_char)(c) / LONG_BIT) macro
H A Dstrspn.c34 #define IDX(c) ((u_char)(c) / LONG_BIT) macro
/titanic_52/usr/src/cmd/sgs/include/
H A Dalist.h188 #define ALIST_TRAVERSE(LIST, IDX, DATA) \ argument
219 #define APLIST_TRAVERSE(LIST, IDX, PTR) \ argument
[all...]
H A Drtld.h979 #define IDX(X) ((X)->rt_idx) macro