Searched refs:wnum (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dstrptime.c185 * Set `timeptr' given `wnum' (week number [0, 53])
189 set_week_number_sun (struct tm *timeptr, int wnum) argument
193 timeptr->tm_yday = wnum * 7 + timeptr->tm_wday - fday;
201 * Set `timeptr' given `wnum' (week number [0, 53])
205 set_week_number_mon (struct tm *timeptr, int wnum) argument
209 timeptr->tm_yday = wnum * 7 + (timeptr->tm_wday + 6) % 7 - fday;
217 * Set `timeptr' given `wnum' (week number [0, 53])
221 set_week_number_mon4 (struct tm *timeptr, int wnum) argument
229 timeptr->tm_yday = offset + (wnum - 1) * 7 + timeptr->tm_wday - fday;
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_div.c269 BN_ULONG *resp, *wnum, *wnumtop; local
319 wnum = &(snum->d[loop]);
342 * to calculate a BN_ULONG q such that | wnum - sdiv * q | < sdiv
354 BN_ULONG n2 = (wnumtop == wnum) ? 0 : wnumtop[-2];
423 wnum--;
428 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1);
432 * the calculation of q, sdiv * q might be greater than wnum (but
433 * then (q-1) * sdiv is less or equal than wnum)
437 l0 = bn_add_words(wnum, wnu
[all...]
/freebsd-13-stable/crypto/openssl/ssl/record/
H A Drec_layer_s3.c48 rl->wnum = 0;
355 tot = s->rlayer.wnum;
365 if ((len < s->rlayer.wnum)
366 || ((wb->left != 0) && (len < (s->rlayer.wnum + s->rlayer.wpend_tot)))) {
378 s->rlayer.wnum = 0;
413 s->rlayer.wnum = tot;
476 s->rlayer.wnum = tot;
536 s->rlayer.wnum = tot;
630 s->rlayer.wnum = tot;
H A Drecord.h153 size_t wnum; member in struct:record_layer_st
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-zip-defs.h971 uint64_t wnum : 3; /**< Index of the first IWORD that DBE happened member in struct:cvmx_zip_quex_ecc_err_sta::cvmx_zip_quex_ecc_err_sta_s
977 uint64_t wnum : 3;

Completed in 179 milliseconds