| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| strptime.c | 187 * Set `timeptr' given `wnum' (week number [0, 53]) 191 set_week_number_sun (struct tm *timeptr, int wnum) 195 timeptr->tm_yday = wnum * 7 + timeptr->tm_wday - fday; 203 * Set `timeptr' given `wnum' (week number [0, 53]) 207 set_week_number_mon (struct tm *timeptr, int wnum) 211 timeptr->tm_yday = wnum * 7 + (timeptr->tm_wday + 6) % 7 - fday; 219 * Set `timeptr' given `wnum' (week number [0, 53]) 223 set_week_number_mon4 (struct tm *timeptr, int wnum) 231 timeptr->tm_yday = offset + (wnum - 1) * 7 + timeptr->tm_wday - fday;
|
| /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/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/ |
| rec_layer_s3.c | 49 rl->wnum = 0; 377 tot = s->rlayer.wnum; 387 if ((len < s->rlayer.wnum) 388 || ((wb->left != 0) && (len < (s->rlayer.wnum + s->rlayer.wpend_tot)))) { 399 s->rlayer.wnum = 0; 436 s->rlayer.wnum = tot; 501 s->rlayer.wnum = tot; 561 s->rlayer.wnum = tot; 653 s->rlayer.wnum = tot;
|
| record.h | 153 size_t wnum; member in struct:record_layer_st
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/record/ |
| rec_layer_s3.c | 49 rl->wnum = 0; 364 tot = s->rlayer.wnum; 374 if ((len < s->rlayer.wnum) 375 || ((wb->left != 0) && (len < (s->rlayer.wnum + s->rlayer.wpend_tot)))) { 387 s->rlayer.wnum = 0; 422 s->rlayer.wnum = tot; 484 s->rlayer.wnum = tot; 544 s->rlayer.wnum = tot; 638 s->rlayer.wnum = tot;
|
| record.h | 151 size_t wnum; member in struct:record_layer_st
|
| /src/crypto/external/apache2/openssl/dist/ssl/record/ |
| record.h | 99 size_t wnum; member in struct:record_layer_st
|
| rec_layer_s3.c | 42 rl->wnum = 0; 288 tot = s->rlayer.wnum; 298 if ((len < s->rlayer.wnum) 300 && (len < (s->rlayer.wnum + s->rlayer.wpend_tot)))) { 311 s->rlayer.wnum = 0; 346 s->rlayer.wnum = tot; 373 s->rlayer.wnum = tot; 474 s->rlayer.wnum = tot;
|
| /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)
|
| /src/share/terminfo/ |
| terminfo | 12041 wnum#0, wsl#30, [all...] |