Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dsparse_array.c182 int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t posn, void *val) in ossl_sa_set() argument
185 ossl_uintmax_t n = posn; in ossl_sa_set()
202 if (sa->top < posn) in ossl_sa_set()
203 sa->top = posn; in ossl_sa_set()
207 i = (posn >> (OPENSSL_SA_BLOCK_BITS * level)) & SA_BLOCK_MASK; in ossl_sa_set()
212 p += posn & SA_BLOCK_MASK; in ossl_sa_set()

Completed in 2 milliseconds