Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/
H A Dmem_sec.c293 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7))) macro
/third_party/openssl/crypto/
H A Dmem_sec.c287 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7))) macro
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c386 #define SETBIT(a,b) a[(b)/8] = (uint8_t)(a[(b)/8] | (1u << ((b)&7))) macro
/third_party/sqlite/src/
H A Dsqlite3.c52498 #define SETBIT global() macro
[all...]

Completed in 137 milliseconds