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

/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dbitstring.c38 #define SETBIT(bs, n) (bs)->data[DIV8(n)] |= (1 << (7 - MOD8(n))) macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dmem_sec.c265 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7))) macro
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dmem_sec.c293 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7))) macro
/netbsd-current/lib/libc/db/hash/
H A Dhash.h160 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1U<<((N)%BITS_PER_MAP))) macro
/netbsd-current/external/bsd/byacc/dist/
H A Ddefs.h74 #define SETBIT(r, n) ((r)[(n)/BITS_PER_WORD]|=((unsigned)1<<((n)&(BITS_PER_WORD-1)))) macro
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c53748 #define SETBIT macro
[all...]

Completed in 449 milliseconds