Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dsparse_array.c47 #define SA_BLOCK_MAX_LEVELS (((int)sizeof(ossl_uintmax_t) * 8 \ macro
68 int i[SA_BLOCK_MAX_LEVELS]; in sa_doall()
69 void *nodes[SA_BLOCK_MAX_LEVELS]; in sa_doall()
188 for (level = 1; level < SA_BLOCK_MAX_LEVELS; level++) in ossl_sa_set()
H A DREADME-sparse_array.md16 SA_BLOCK_MAX_LEVELS Indicates the maximum possible height of the tree
22 SA_BLOCK_MAX_LEVELS = number of bits in size_t divided by
42 | size_t max | SA_BLOCK_MAX_LEVELS |

Completed in 25 milliseconds