Home
last modified time | relevance | path

Searched refs:snum (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/
Ddiv.c220 BIGNUM *snum = BN_CTX_get(ctx); in BN_div() local
239 if (!BN_lshift(snum, numerator, norm_shift)) { in BN_div()
242 snum->neg = 0; in BN_div()
247 if (snum->top <= sdiv->top + 1) { in BN_div()
248 if (!bn_wexpand(snum, sdiv->top + 2)) { in BN_div()
251 for (int i = snum->top; i < sdiv->top + 2; i++) { in BN_div()
252 snum->d[i] = 0; in BN_div()
254 snum->top = sdiv->top + 2; in BN_div()
256 if (!bn_wexpand(snum, snum->top + 1)) { in BN_div()
259 snum->d[snum->top] = 0; in BN_div()
[all …]
/external/vixl/examples/aarch32/
Ddisasm-a32.cc137 for (int snum = 0; snum < nsym; snum++) { in LocateSymbols() local
138 if ((sym[snum].st_shndx > 0) && (sym[snum].st_shndx < ehdr->e_shnum) && in LocateSymbols()
139 (sym[snum].st_value != 0) && in LocateSymbols()
140 (shdr[sym[snum].st_shndx].sh_type == SHT_PROGBITS) && in LocateSymbols()
141 ((ELF32_ST_BIND(sym[snum].st_info) == STB_LOCAL) || in LocateSymbols()
142 (ELF32_ST_BIND(sym[snum].st_info) == STB_GLOBAL)) && in LocateSymbols()
143 (ELF32_ST_TYPE(sym[snum].st_info) == STT_FUNC)) { in LocateSymbols()
144 visitor->visit(symnames + sym[snum].st_name, sym[snum]); in LocateSymbols()
/external/fio/oslib/
Dlibmtd_common.h195 static inline type simple_##func(const char *snum, int *error) \
198 type ret = func(snum, &endptr, 0); \
200 if (error && (!*snum || *endptr)) { \
201 errmsg("%s: unable to parse the number '%s'", #func, snum); \
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DDFA.java291 int snum=0; in resetStateNumbersToBeContiguous() local
308 s.stateNumber = snum; // rewrite state numbers to be 0..n-1 in resetStateNumbersToBeContiguous()
309 snum++; in resetStateNumbersToBeContiguous()
312 if ( snum!=getNumberOfStates() ) { in resetStateNumbersToBeContiguous()
315 "!= num renumbered states "+snum); in resetStateNumbersToBeContiguous()
/external/webrtc/webrtc/base/
Dstringutils.h101 inline unsigned long strtoul(const wchar_t* snum, wchar_t** end, int base) { in strtoul() argument
102 return wcstoul(snum, end, base); in strtoul()
/external/elfutils/src/
Dreadelf.c6080 Dwarf_Sword snum = 0; in attr_callback() local
6082 if (unlikely (dwarf_formsdata (attrp, &snum) != 0)) in attr_callback()
6091 printf (" %" PRIdMAX "\n", (intmax_t) snum); in attr_callback()
6101 printf (" (%" PRIdMAX ")\n", (intmax_t) snum); in attr_callback()
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...