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

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_div.c194 BIGNUM *tmp, wnum, *snum, *sdiv, *res; local
265 wnum.neg = 0;
266 wnum.d = &(snum->d[loop]);
267 wnum.top = div_n;
271 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
292 if (BN_ucmp(&wnum, sdiv) >= 0) {
298 bn_clear_top2max(&wnum);
299 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
316 * to calculate a BN_ULONG q such that | wnum
456 BIGNUM *tmp, wnum, *snum, *sdiv, *res; local
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dstrptime.c189 * Set `timeptr' given `wnum' (week number [0, 53])
193 set_week_number_sun (struct tm *timeptr, int wnum) argument
197 timeptr->tm_yday = wnum * 7 + timeptr->tm_wday - fday;
205 * Set `timeptr' given `wnum' (week number [0, 53])
209 set_week_number_mon (struct tm *timeptr, int wnum) argument
213 timeptr->tm_yday = wnum * 7 + (timeptr->tm_wday + 6) % 7 - fday;
221 * Set `timeptr' given `wnum' (week number [0, 53])
225 set_week_number_mon4 (struct tm *timeptr, int wnum) argument
233 timeptr->tm_yday = offset + (wnum - 1) * 7 + timeptr->tm_wday - fday;
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl2.h169 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl2_state_st
H A Ds2_pkt.c419 tot = s->s2->wnum;
420 s->s2->wnum = 0;
426 s->s2->wnum = tot;
H A Ds3_pkt.c563 OPENSSL_assert(s->s3->wnum <= INT_MAX);
564 tot = s->s3->wnum;
565 s->s3->wnum = 0;
600 s->s3->wnum = tot;
H A Dssl3.h409 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.keys276 maximum_windows wnum num MW - - ----- maximum number of defineable windows
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src7851 wnum#0, wsl#30,

Completed in 116 milliseconds