Searched refs:wnum (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | strptime.c | 189 set_week_number_sun (struct tm *timeptr, int wnum) in set_week_number_sun() argument 193 timeptr->tm_yday = wnum * 7 + timeptr->tm_wday - fday; in set_week_number_sun() 205 set_week_number_mon (struct tm *timeptr, int wnum) in set_week_number_mon() argument 209 timeptr->tm_yday = wnum * 7 + (timeptr->tm_wday + 6) % 7 - fday; in set_week_number_mon() 221 set_week_number_mon4 (struct tm *timeptr, int wnum) in set_week_number_mon4() argument 229 timeptr->tm_yday = offset + (wnum - 1) * 7 + timeptr->tm_wday - fday; in set_week_number_mon4()
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_div.c | 271 BN_ULONG *resp, *wnum, *wnumtop; in bn_div_fixed_top() local 321 wnum = &(snum->d[loop]); in bn_div_fixed_top() 357 BN_ULONG n2 = (wnumtop == wnum) ? 0 : wnumtop[-2]; in bn_div_fixed_top() 426 wnum--; in bn_div_fixed_top() 431 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); in bn_div_fixed_top() 440 l0 = bn_add_words(wnum, wnum, tmp->d, div_n); in bn_div_fixed_top()
|
| /freebsd/crypto/openssl/ssl/record/ |
| H A D | rec_layer_s3.c | 42 rl->wnum = 0; in RECORD_LAYER_clear() 288 tot = s->rlayer.wnum; in ssl3_write_bytes() 298 if ((len < s->rlayer.wnum) in ssl3_write_bytes() 300 && (len < (s->rlayer.wnum + s->rlayer.wpend_tot)))) { in ssl3_write_bytes() 311 s->rlayer.wnum = 0; in ssl3_write_bytes() 346 s->rlayer.wnum = tot; in ssl3_write_bytes() 373 s->rlayer.wnum = tot; in ssl3_write_bytes() 474 s->rlayer.wnum = tot; in ssl3_write_bytes()
|
| H A D | record.h | 99 size_t wnum; member
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | ucgendat.c | 814 short wnum, neg, number[2], compat; in read_cdata() local 1051 for (e = s, neg = wnum = 0; *e && *e != ';'; e++) { in read_cdata() 1062 number[wnum] *= -1; in read_cdata() 1065 wnum++; in read_cdata() 1067 number[wnum] = (number[wnum] * 10) + (*e - '0'); in read_cdata() 1074 if (wnum == 0) in read_cdata()
|
| /freebsd/contrib/ncurses/include/ |
| H A D | Caps.uwin | 307 #maximum_windows wnum num MW - - ----- maximum number of definable windows
|
| H A D | Caps.hpux11 | 315 maximum_windows wnum num MW - - ----- maximum number of definable windows
|
| H A D | Caps.osf1r5 | 322 maximum_windows wnum num MW - - ----- maximum number of definable windows
|
| H A D | Caps | 318 maximum_windows wnum num MW - - ----- maximum number of definable windows
|
| H A D | Caps.aix4 | 313 maximum_windows wnum num MW - - ----- maximum number of definable windows
|
| H A D | Caps.keys | 316 maximum_windows wnum num MW - - ----- maximum number of definable windows
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 12487 wnum#0, wsl#30,
|