Home
last modified time | relevance | path

Searched refs:ISSET (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libc/port/locale/
H A Dregexec.c101 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
130 #undef ISSET
153 #define ISSET(v, n) ((v)[n]) macro
H A Dengine.c833 if (ISSET(st, stopst) || p == stop || clen > stop - p) in fast()
848 if (ISSET(st, stopst)) in fast()
932 if (ISSET(st, stopst)) in slow()
1085 if (ISSET(st, i)) { in print()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h154 #define ISSET(A, N) ((A)[(N)/BITS_PER_MAP] & (1<<((N)%BITS_PER_MAP))) macro