Home
last modified time | relevance | path

Searched refs:SA_BLOCK_MAX (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dsparse_array.c45 #define SA_BLOCK_MAX (1 << OPENSSL_SA_BLOCK_BITS) macro
46 #define SA_BLOCK_MASK (SA_BLOCK_MAX - 1)
79 if (n >= SA_BLOCK_MAX) { in sa_doall()
176 return OPENSSL_zalloc(SA_BLOCK_MAX * sizeof(void *)); in alloc_node()
/third_party/openssl/crypto/
H A Dsparse_array.c45 #define SA_BLOCK_MAX (1 << OPENSSL_SA_BLOCK_BITS) macro
46 #define SA_BLOCK_MASK (SA_BLOCK_MAX - 1)
79 if (n >= SA_BLOCK_MAX) { in sa_doall()
176 return OPENSSL_zalloc(SA_BLOCK_MAX * sizeof(void *)); in alloc_node()

Completed in 2 milliseconds