Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dsparse_array.c52 #define SA_BLOCK_MAX_LEVELS (((int)sizeof(ossl_uintmax_t) * 8 \ macro
73 int i[SA_BLOCK_MAX_LEVELS]; in sa_doall()
74 void *nodes[SA_BLOCK_MAX_LEVELS]; in sa_doall()
191 for (level = 1; level < SA_BLOCK_MAX_LEVELS; level++) in ossl_sa_set()
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 4 milliseconds