Searched defs:snum (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_div.c183 BIGNUM *tmp,wnum,*snum,*sdiv,*res; local
226 snum=BN_CTX_get(ctx);
231 if (sdiv == NULL || res == NULL || tmp == NULL || snum == NULL)
239 if (!(BN_lshift(snum,num,norm_shift))) goto err;
240 snum->neg=0;
244 /* Since we don't know whether snum is larger than sdiv,
245 * we pad snum with enough zeroes without changing its
248 if (snum->top <= sdiv->top+1)
250 if (bn_wexpand(snum, sdiv->top + 2) == NULL) goto err;
251 for (i = snum
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringutils.h121 inline unsigned long strtoul(const wchar_t* snum, wchar_t** end, int base) { argument
122 return wcstoul(snum, end, base);
/external/openssl/crypto/
H A Dcryptlib.c462 unsigned char snum = sizeof(id->ptr); local
463 while (snum--)
464 accum += *(src++) * hash_coeffs[(snum + dnum) & 7];
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 118 milliseconds