Searched refs:rtop (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/ipf/dist/lib/ |
H A D | load_file.c | 17 alist_t *a, *rtop, *rbot; in load_file() local 29 rtop = NULL; in load_file() 44 alist_free(rtop); in load_file() 88 rtop = a; in load_file() 97 return rtop; in load_file()
|
H A D | load_http.c | 35 alist_t *a, *rtop, *rbot; in load_http() local 48 rtop = NULL; in load_http() 192 rtop = a; in load_http() 214 return rtop; in load_http()
|
/netbsd-src/lib/libcurses/ |
H A D | ripoffline.c | 96 int i, nlines, rbot, rtop; in __ripoffscreen() local 103 rtop = 0; in __ripoffscreen() 109 srip->nlines < 0 ? rbot - nlines : rtop, in __ripoffscreen() 117 rtop += nlines; in __ripoffscreen()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_blind.c | 182 size_t i, rtop = r->top, ntop = n->top; in BN_BLINDING_invert_ex() local 185 for (i = 0; i < rtop; i++) { in BN_BLINDING_invert_ex() 189 mask = (BN_ULONG)0 - ((rtop - ntop) >> (8 * sizeof(ntop) - 1)); in BN_BLINDING_invert_ex() 191 n->top = (int)(rtop & ~mask) | (ntop & mask); in BN_BLINDING_invert_ex()
|
H A D | bn_mont.c | 93 unsigned int rtop; in bn_from_montgomery_word() local 111 for (rtop = r->top, i = 0; i < max; i++) { in bn_from_montgomery_word() 112 v = (BN_ULONG)0 - ((i - rtop) >> (8 * sizeof(rtop) - 1)); in bn_from_montgomery_word()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_blind.c | 168 size_t i, rtop = r->top, ntop = n->top; in BN_BLINDING_invert_ex() local 171 for (i = 0; i < rtop; i++) { in BN_BLINDING_invert_ex() 175 mask = (BN_ULONG)0 - ((rtop - ntop) >> (8 * sizeof(ntop) - 1)); in BN_BLINDING_invert_ex() 177 n->top = (int)(rtop & ~mask) | (ntop & mask); in BN_BLINDING_invert_ex()
|
H A D | bn_mont.c | 93 unsigned int rtop; in bn_from_montgomery_word() local 111 for (rtop = r->top, i = 0; i < max; i++) { in bn_from_montgomery_word() 112 v = (BN_ULONG)0 - ((i - rtop) >> (8 * sizeof(rtop) - 1)); in bn_from_montgomery_word()
|