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

/macosx-10.9.5/bind9-45.100/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.9.5/ntp-88/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.9.5/Libc-997.90.3/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.9.5/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.9.5/CPANInternal-140/Digest-SHA/src/
H A Dsha.c217 #define SETBIT(s, pos) s[(pos) >> 3] |= (0x01 << (7 - (pos) % 8)) macro
389 SETBIT(s->block, s->blockcnt), s->blockcnt++;
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c35064 #define SETBIT macro
[all...]

Completed in 683 milliseconds