Home
last modified time | relevance | path

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

/hostap-latest/src/tls/
Dlibtommath.c1184 register mp_digit *bottom, *top; in mp_rshd() local
1189 bottom = a->dp; in mp_rshd()
1205 *bottom++ = *top++; in mp_rshd()
1210 *bottom++ = 0; in mp_rshd()
1511 register mp_digit *top, *bottom; in mp_lshd() local
1520 bottom = a->dp + a->used - 1 - b; in mp_lshd()
1527 *top-- = *bottom--; in mp_lshd()