Searched refs:SETBIT (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dbitstring.c36 #define SETBIT(bs, n) (bs)->data[DIV8(n)] |= (1 << (7 - MOD8(n))) macro
120 SETBIT(target, tbitpos);
/macosx-10.10/ntp-92/lib/isc/
H A Dbitstring.c36 #define SETBIT(bs, n) (bs)->data[DIV8(n)] |= (1 << (7 - MOD8(n))) macro
120 SETBIT(target, tbitpos);
/macosx-10.10/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash.h153 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1<<((N)%BITS_PER_MAP))) macro
H A Dhash_page.c640 SETBIT(ip, 0);
765 SETBIT(freep, free_bit);
778 SETBIT(freep, bit);
/macosx-10.10/pcre-7/pcre/
H A Dpcre_compile.c67 #define SETBIT(a,b) a[b/8] |= (1 << (b%8)) macro
3250 SETBIT(classbits, 0x09); /* VT */
3251 SETBIT(classbits, 0x20); /* SPACE */
3252 SETBIT(classbits, 0xa0); /* NSBP */
3322 SETBIT(classbits, 0x0a); /* LF */
3323 SETBIT(classbits, 0x0b); /* VT */
3324 SETBIT(classbits, 0x0c); /* FF */
3325 SETBIT(classbits, 0x0d); /* CR */
3326 SETBIT(classbits, 0x85); /* NEL */
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c35064 #define SETBIT macro
[all...]

Completed in 536 milliseconds