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

/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_div.c185 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
227 snum=BN_CTX_get(ctx);
232 if (sdiv == NULL || res == NULL || tmp == NULL || snum == NULL)
240 if (!(BN_lshift(snum,num,norm_shift))) goto err;
241 snum->neg=0;
243 num_n=snum->top;
245 /* Lets setup a 'window' into snum
249 wnum.d = &(snum->d[loop]);
252 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */
259 /* pointer to the 'top' of snum */
430 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_div.c177 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
202 snum=BN_CTX_get(ctx);
214 BN_lshift(snum,num,norm_shift);
215 snum->neg=0;
217 num_n=snum->top;
220 /* Lets setup a 'window' into snum
224 wnum.d= &(snum->d[loop]);
226 wnum.max= snum->max+1; /* a bit of a lie */
233 /* pointer to the 'top' of snum */
234 wnump= &(snum
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Dtw.help.c165 cleanf(int snum) argument
167 USE(snum);
H A Dsh.hist.c377 Char *snum; local
388 if (((snum = varval(STRsavehist)) == STRNULL) &&
389 ((snum = varval(STRhistory)) == STRNULL))
390 snum = STRmaxint;
435 dumphist[2] = snum;
H A Ded.init.c123 window_change(int snum) argument
125 USE(snum);
H A Dsh.dir.c1357 Char *snum; local
1378 if ((snum = varval(STRsavedirs)) == STRNULL || snum[0] == '\0')
1381 num = (unsigned int) atoi(short2str(snum));
H A Dsh.sem.c741 vffree(int snum) argument
743 USE(snum);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dversados.c170 int snum,
175 asymbol *n = VDATA (abfd)->symbols + snum;
259 int snum = VDATA (abfd)->ref_idx++; local
269 s = versados_new_symbol (abfd, snum, n, (bfd_vma) 0,
290 int snum = VDATA (abfd)->def_idx++; local
303 s = versados_new_symbol (abfd, snum + VDATA (abfd)->nrefs, n,
169 versados_new_symbol(bfd *abfd, int snum, const char *name, bfd_vma val, asection *sec) argument
/macosx-10.10/vim-55/runtime/autoload/
H A Drubycomplete.vim68 let [snum,enum] = s:GetBufferRubyEntity(a:name, "module", a:1)
70 let [snum,enum] = s:GetBufferRubyEntity(a:name, "module")
72 return snum . '..' . enum
77 let [snum,enum] = s:GetBufferRubyEntity(a:name, "class", a:1)
79 let [snum,enum] = s:GetBufferRubyEntity(a:name, "class")
81 return snum . '..' . enum
122 let [snum,enum] = s:GetBufferRubyEntity( '.*', "class" )
125 if snum < a:pos && a:pos < enum
126 let ret = snum . '..' . enum
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-tester.c137 int snum = 0; local
431 snum = get_search_filters( sfile, sreqs, sattrs, sbase, slud );
432 if ( snum < 0 ) {
435 sfile, -2*(snum + 1));
816 if ( DOREQ( snum, j ) ) {
817 int jj = j % snum;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/libDER/Tests/
H A DparseTicket.c330 DERItem snum; local
332 ASN1_CONTEXT_SPECIFIC | kBbSNUMTag, &snum);
443 unsigned char snum[] = { 0x01, 0x02, 0x03, 0x04 }; local
468 bodyItems[numBodyItemSpecs].data = snum;
469 bodyItems[numBodyItemSpecs].length = sizeof(snum);
/macosx-10.10/rsync-45/rsync/
H A Dloadparm.c658 * Process a parameter for a particular service number. If snum < 0
661 static BOOL lp_do_parameter(int snum, char *parmname, char *parmvalue) argument
679 if (snum < 0) {
686 parm_ptr = ((char *)pSERVICE(snum)) + PTR_DIFF(def_ptr,&sDefault);
/macosx-10.10/ruby-106/ruby/
H A Dregexec.c548 #define STATE_CHECK_POS(s,snum) \
549 (((s) - str) * num_comb_exp_check + ((snum) - 1))
550 #define STATE_CHECK_VAL(v,snum) do {\
552 int x = STATE_CHECK_POS(s,snum);\
583 #define STACK_PUSH_ALT_WITH_STATE_CHECK(pat,s,sprev,snum,keep) do {\
589 stk->u.state.state_check = ((state_check_buff != NULL) ? (snum) : 0);\
594 #define STACK_PUSH_STATE_CHECK(s,snum) do {\
599 stk->u.state.state_check = (snum);\
/macosx-10.10/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm634 my %snum : ATTR;
644 $snum{$obj_ID} = _gen_uniq_serial_num();
651 _recycle_serial_num( $snum{$obj_ID} );

Completed in 321 milliseconds