Home
last modified time | relevance | path

Searched refs:SA_BLOCK_MASK (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/
H A Dsparse_array.c46 #define SA_BLOCK_MASK (SA_BLOCK_MAX - 1) macro
87 idx = (idx & ~SA_BLOCK_MASK) | n; in sa_doall()
168 & SA_BLOCK_MASK]; in ossl_sa_get()
169 r = p == NULL ? NULL : p[n & SA_BLOCK_MASK]; in ossl_sa_get()
204 i = (posn >> (OPENSSL_SA_BLOCK_BITS * level)) & SA_BLOCK_MASK; in ossl_sa_set()
209 p += posn & SA_BLOCK_MASK; in ossl_sa_set()
H A DREADME-sparse_array.md15 SA_BLOCK_MASK Specifies a bit mask to perform modulo block size
21 SA_BLOCK_MASK = SA_BLOCK_MAX - 1

Completed in 8 milliseconds