Lines Matching defs:atop
485 size_t i, lasti, j, atop, mask;
506 atop = a->dmax * BN_BYTES;
507 if (atop == 0) {
513 lasti = atop - 1;
514 atop = a->top * BN_BYTES;
520 mask = 0 - ((j - atop) >> (8 * sizeof(i) - 1));
1026 int j, atop;
1030 for (j = 0, atop = 0; j < a->dmax; j++) {
1037 atop = constant_time_select_int(mask, j + 1, atop);
1040 mask = constant_time_eq_int(atop, 0);
1041 a->top = atop;