Searched defs:idx (Results 26 - 50 of 1083) sorted by relevance

1234567891011>>

/external/compiler-rt/test/asan/TestCases/
H A Dstack-buffer-overflow-with-position.cc22 int idx = atoi(argv[1]); local
28 char *p = AAA + idx;
H A Dintra-object-overflow.cc25 int idx = argc == 2 ? atoi(argv[1]) : 0; local
27 foo->set(idx, 42);
/external/compiler-rt/test/tsan/
H A Dbarrier.cc19 int idx = (int)(long)p; local
23 int left = idx - 1 >= 0 ? prev[idx - 1] : 0;
24 int right = idx + 1 < kSize ? prev[idx + 1] : 0;
25 curr[idx] = (left + right) / 2;
/external/elfutils/libdw/
H A Ddwarf_getabbrevattr.c40 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep, argument
65 while (cnt++ < idx);
H A Ddwarf_getsrc_die.c53 size_t idx = u - (u - l) / 2; local
54 Dwarf_Line *line = &lines->info[idx];
56 u = idx - 1;
58 l = idx;
/external/elfutils/libebl/
H A Deblsectionname.c60 int idx = section != SHN_XINDEX ? section : xsection; local
63 res = scnnames[idx];
66 snprintf (buf, len, "%d", idx);
/external/libopus/silk/
H A Dsort.c42 opus_int *idx, /* O Index vector for the sorted elements */
57 idx[ i ] = i;
65 idx[ j + 1 ] = idx[ j ]; /* Shift index */
68 idx[ j + 1 ] = i; /* Write index */
78 idx[ j + 1 ] = idx[ j ]; /* Shift index */
81 idx[ j + 1 ] = i; /* Write index */
90 opus_int *idx, /* O Index vector for the sorted elements */
105 idx[
40 silk_insertion_sort_increasing( opus_int32 *a, opus_int *idx, const opus_int L, const opus_int K ) argument
88 silk_insertion_sort_decreasing_int16( opus_int16 *a, opus_int *idx, const opus_int L, const opus_int K ) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_derived.c86 int idx = lpfs->info.base.input_semantic_index[i]; local
87 llvmpipe->color_slot[idx] = (int)vinfo->num_attribs;
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_analyze.cpp110 unsigned idx = (unsigned)op.indices[0].disp; local
111 if(idx >= labels.size())
112 labels.resize(idx + 1);
113 labels[idx] = insn_num;
/external/skia/gm/
H A Dastcbitmap.cpp37 static inline const char *get_astc_filename(int idx) { argument
38 if (idx < 0 || kNumASTCFilenames <= idx) {
41 return kASTCFilenames[idx];
/external/toybox/scripts/
H A Dmktags.c11 int idx = 0; local
32 idx = 0;
51 printf("#define %s_%*.*s %d\n", tag, -40, (int)(s-start), start, idx);
53 idx>31 ? "LL": "", idx);
54 idx++;
/external/ceres-solver/internal/ceres/
H A Dincomplete_lq_factorization_test.cc88 int idx = 0; local
90 rows[i] = idx;
94 cols[idx] = j;
95 values[idx] = v;
96 ++idx;
100 rows[10] = idx;
148 for (int idx = matrix.rows()[1]; idx < matrix.rows()[2]; ++idx) {
149 EXPECT_EQ(matrix.cols()[idx], id
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cc81 const uptr idx = atomic_load(&loaded_count_, memory_order_relaxed); local
82 code_ranges_[idx].begin = b;
83 code_ranges_[idx].end = e;
84 atomic_store(&loaded_count_, idx + 1, memory_order_release);
/external/compiler-rt/lib/tsan/benchmarks/
H A Dmini_bench_local.cc12 void Run(int idx) { argument
14 a[i + idx * n] = i;
18 long idx = (long)arg; local
19 printf("Thread %ld started\n", idx);
21 Run(idx);
22 printf("Thread %ld done\n", idx);
H A Dmini_bench_shared.cc12 void Run(int idx) { argument
18 long idx = (long)arg; local
19 printf("Thread %ld started\n", idx);
21 Run(idx);
22 printf("Thread %ld done\n", idx);
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cc37 IndexT idx = alloc.Alloc(&cache); local
38 blocks[i] = idx;
39 EXPECT_NE(idx, 0U);
40 int *v = alloc.Map(idx);
45 IndexT idx = blocks[i]; local
46 int *v = alloc.Map(idx);
48 alloc.Free(&cache, idx);
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dhalt_on_error-torture.cc48 volatile int idx = 0; local
49 tmp[idx] = 0;
/external/compiler-rt/test/msan/
H A Dchained_origin_memcpy.cc24 volatile int idx = 30; variable
28 xx[idx] = a; xx[idx + 10] = b;
46 return yy[idx + OFFSET];
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DStdConstantPool.java131 * @param idx the bad cpi
135 private static Constant throwInvalid(int idx) { argument
137 Hex.u2(idx));
/external/elfutils/backends/
H A Dia64_regs.c174 const size_t idx = regno - (334 + 8); local
176 if (idx == 1 || idx == 2)
178 if (idx < sizeof named_ar / sizeof named_ar[0]
179 && named_ar[idx][0] != '\0')
180 return stpcpy (name, named_ar[idx]) + 1 - name;
/external/elfutils/libdwfl/
H A Ddwfl_module_getsrc.c59 size_t idx = u - (u - l) / 2; local
60 Dwarf_Line *line = &lines->info[idx];
62 u = idx - 1;
64 l = idx;
72 return &cu->lines->idx[l];
/external/elfutils/libelf/
H A Delf_strptr.c56 elf_strptr (Elf *elf, size_t idx, size_t offset) argument
79 if (idx < runp->max)
81 if (idx < runp->cnt)
82 strscn = &runp->data[idx];
91 idx -= runp->max;
/external/elfutils/tests/
H A Ddwelfgnucompressed.c68 int idx = elf_ndxscn (scn); local
95 printf ("section %d: GNU Compressed size: %zx\n", idx, size);
H A Delfgetchdr.c68 int idx = elf_ndxscn (scn); local
89 idx, chdr.ch_type, chdr.ch_size, chdr.ch_addralign);
112 printf ("section %d: GNU Compressed size: %zx\n", idx, size);
115 printf ("section %d: NOT Compressed\n", idx);
H A Delfgetzdata.c71 size_t idx = elf_ndxscn (scn); local
81 idx, elf_errmsg (-1));
86 idx, name, d->d_size);
96 idx, elf_errmsg (-1));
101 idx, name, d->d_size);
104 printf ("%zd: %s, NOT compressed\n", idx, name);

Completed in 616 milliseconds

1234567891011>>