Searched refs:bottom (Results 1 – 1 of 1) sorted by relevance
1184 register mp_digit *bottom, *top; in mp_rshd() local1189 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() local1520 bottom = a->dp + a->used - 1 - b; in mp_lshd()1527 *top-- = *bottom--; in mp_lshd()