| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_div.c | 271 BN_ULONG *resp, *wnum, *wnumtop; local 321 wnum = &(snum->d[loop]); 345 * to calculate a BN_ULONG q such that | wnum - sdiv * q | < sdiv 357 BN_ULONG n2 = (wnumtop == wnum) ? 0 : wnumtop[-2]; 426 wnum--; 431 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); 435 * the calculation of q, sdiv * q might be greater than wnum (but 436 * then (q-1) * sdiv is less or equal than wnum) 440 l0 = bn_add_words(wnum, wnum, tmp->d, div_n) [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/record/ |
| record.h | 99 size_t wnum; member in struct:record_layer_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_div.c | 269 BN_ULONG *resp, *wnum, *wnumtop; local 319 wnum = &(snum->d[loop]); 343 * to calculate a BN_ULONG q such that | wnum - sdiv * q | < sdiv 355 BN_ULONG n2 = (wnumtop == wnum) ? 0 : wnumtop[-2]; 424 wnum--; 429 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); 433 * the calculation of q, sdiv * q might be greater than wnum (but 434 * then (q-1) * sdiv is less or equal than wnum) 438 l0 = bn_add_words(wnum, wnum, tmp->d, div_n) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| bn_div.c | 269 BN_ULONG *resp, *wnum, *wnumtop; local 319 wnum = &(snum->d[loop]); 343 * to calculate a BN_ULONG q such that | wnum - sdiv * q | < sdiv 355 BN_ULONG n2 = (wnumtop == wnum) ? 0 : wnumtop[-2]; 424 wnum--; 429 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); 433 * the calculation of q, sdiv * q might be greater than wnum (but 434 * then (q-1) * sdiv is less or equal than wnum) 438 l0 = bn_add_words(wnum, wnum, tmp->d, div_n) [all...] |
| /src/crypto/external/bsd/openssl/dist/ssl/record/ |
| record.h | 153 size_t wnum; member in struct:record_layer_st
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
| record.h | 151 size_t wnum; member in struct:record_layer_st
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| ucgendat.c | 832 short wnum, neg, number[2], compat; local 1071 for (e = s, neg = wnum = 0; *e && *e != ';'; e++) { 1082 number[wnum] *= -1; 1085 wnum++; 1087 number[wnum] = (number[wnum] * 10) + (*e - '0'); 1094 if (wnum == 0)
|