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

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_div.c177 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
223 BN_init(&wnum);
224 wnum.d= &(snum->d[loop]);
225 wnum.top= div_n;
226 wnum.max= snum->max+1; /* a bit of a lie */
245 if (BN_ucmp(&wnum,sdiv) >= 0)
247 if (!BN_usub(&wnum,&wnum,sdiv)) goto err;
328 wnum.d--; wnum
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_div.c185 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
248 wnum.neg = 0;
249 wnum.d = &(snum->d[loop]);
250 wnum.top = div_n;
252 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
271 if (BN_ucmp(&wnum,sdiv) >= 0)
276 bn_clear_top2max(&wnum);
277 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
294 * | wnum
430 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Derror.c61 void Swig_warning(int wnum, const_String_or_char_ptr filename, int line, const char *fmt, ...) { argument
81 wnum = result;
90 sprintf(temp, "%d", wnum);
105 if (wnum) {
106 Printf(stderr, wrn_wnum_fmt, formatted_filename, line, wnum);
/macosx-10.10.1/Heimdal-398.1.2/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;
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl2.h167 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl2_state_st
H A Dssl3.h380 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl2.h167 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl2_state_st
H A Ds2_pkt.c443 tot=s->s2->wnum;
444 s->s2->wnum=0;
452 s->s2->wnum=tot;
H A Ds3_pkt.c536 OPENSSL_assert(s->s3->wnum < INT_MAX);
537 tot=s->s3->wnum;
538 s->s3->wnum=0;
578 s->s3->wnum=tot;
H A Dssl3.h380 unsigned int wnum; /* number of bytes sent so far */ member in struct:ssl3_state_st
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducgendat.c820 short wnum, neg, number[2], compat; local
1057 for (e = s, neg = wnum = 0; *e && *e != ';'; e++) {
1068 number[wnum] *= -1;
1071 wnum++;
1073 number[wnum] = (number[wnum] * 10) + (*e - '0');
1080 if (wnum == 0)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dterminfo.vim32 syn keyword terminfoNumerics cols it lh lw lines lm xmc ma colors pairs wnum
/macosx-10.10.1/ncurses-44/ncurses/include/
H A DCaps.keys276 maximum_windows wnum num MW - - ----- maximum number of defineable windows
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Dterminfo.src7851 wnum#0, wsl#30,

Completed in 249 milliseconds