Home
last modified time | relevance | path

Searched defs:SETBIT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/
H A Dmem_sec.c265 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7))) macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dmem_sec.c293 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7))) macro
/netbsd-src/lib/libc/db/hash/
H A Dhash.h160 #define SETBIT(A, N) ((A)[(N)/BITS_PER_MAP] |= (1U<<((N)%BITS_PER_MAP))) macro