Searched refs:CLEARBIT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dbitstring.c37 #define CLEARBIT(bs, n) (bs)->data[DIV8(n)] &= ~(1 << (7 - MOD8(n))) macro
122 CLEARBIT(target, tbitpos);
/macosx-10.10/ntp-92/lib/isc/
H A Dbitstring.c37 #define CLEARBIT(bs, n) (bs)->data[DIV8(n)] &= ~(1 << (7 - MOD8(n))) macro
122 CLEARBIT(target, tbitpos);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c35065 #define CLEARBIT macro
[all...]

Completed in 407 milliseconds