Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:top

748 top:
830 goto top;
1128 register mp_digit *bottom, *top;
1135 /* top [offset into digits] */
1136 top = a->dp + b;
1140 * the top of the window are copied to the bottom
1149 *bottom++ = *top++;
1152 /* zero the top digits */
1207 /* ensure there are always at least MP_PREC digits extra on top */
1448 register mp_digit *top, *bottom;
1453 /* top */
1454 top = a->dp + a->used - 1;
1461 * the bottom to the top. see bn_mp_rshd.c for more info.
1464 *top-- = *bottom--;
1468 top = a->dp;
1470 *top++ = 0;
1889 top:
1907 goto top;