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

/external/vixl/examples/aarch32/
H A Ddisasm-a32.cc137 for (int snum = 0; snum < nsym; snum++) {
138 if ((sym[snum].st_shndx > 0) && (sym[snum].st_shndx < ehdr->e_shnum) &&
139 (sym[snum].st_value != 0) &&
140 (shdr[sym[snum].st_shndx].sh_type == SHT_PROGBITS) &&
141 ((ELF32_ST_BIND(sym[snum].st_info) == STB_LOCAL) ||
142 (ELF32_ST_BIND(sym[snum].st_info) == STB_GLOBAL)) &&
143 (ELF32_ST_TYPE(sym[snum]
[all...]
/external/boringssl/src/crypto/bn/
H A Ddiv.c195 BIGNUM *tmp, wnum, *snum, *sdiv, *res; local
215 snum = BN_CTX_get(ctx);
222 if (sdiv == NULL || res == NULL || tmp == NULL || snum == NULL) {
233 if (!(BN_lshift(snum, num, norm_shift))) {
236 snum->neg = 0;
238 /* Since we don't want to have special-case logic for the case where snum is
239 * larger than sdiv, we pad snum with enough zeroes without changing its
241 if (snum->top <= sdiv->top + 1) {
242 if (bn_wexpand(snum, sdiv->top + 2) == NULL) {
245 for (i = snum
[all...]
/external/webrtc/webrtc/base/
H A Dstringutils.h101 inline unsigned long strtoul(const wchar_t* snum, wchar_t** end, int base) { argument
102 return wcstoul(snum, end, base);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java291 int snum=0;
308 s.stateNumber = snum; // rewrite state numbers to be 0..n-1
309 snum++;
312 if ( snum!=getNumberOfStates() ) {
315 "!= num renumbered states "+snum);
/external/elfutils/src/
H A Dreadelf.c6080 Dwarf_Sword snum = 0; local
6082 if (unlikely (dwarf_formsdata (attrp, &snum) != 0))
6091 printf (" %" PRIdMAX "\n", (intmax_t) snum);
6101 printf (" (%" PRIdMAX ")\n", (intmax_t) snum);
/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/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 267 milliseconds