Lines Matching defs:level
16 * How many bits are used to index each level in the tree structure?
158 int level;
166 for (level = sa->levels - 1; p != NULL && level > 0; level--)
167 p = (void **)p[(n >> (OPENSSL_SA_BLOCK_BITS * level))
181 int i, level = 1;
188 for (level = 1; level < SA_BLOCK_MAX_LEVELS; level++)
192 for (;sa->levels < level; sa->levels++) {
203 for (level = sa->levels - 1; level > 0; level--) {
204 i = (posn >> (OPENSSL_SA_BLOCK_BITS * level)) & SA_BLOCK_MASK;