HomeSort by relevance Sort by last modified time
    Searched defs:idx (Results 201 - 225 of 1589) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/skia/bench/
GrMemoryPoolBench.cpp 114 uint32_t idx = r.nextRangeU(0, kMaxObjects-1); local
115 if (NULL == objects[idx].get()) {
116 objects[idx].reset(new B);
118 objects[idx].free();
VertBench.cpp 28 IDX = ROW * COL * 6,
33 uint16_t fIdx[IDX];
35 static void load_2_tris(uint16_t idx[], int x, int y, int rb) {
37 idx[0] = n; idx[1] = n + 1; idx[2] = rb + n + 1;
38 idx[3] = n; idx[4] = rb + n + 1; idx[5] = n + rb;
47 uint16_t* idx = fIdx local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUniformManager.cpp 24 int idx = fUniforms.count(); local
31 return GrGLUniformManager::UniformHandle::CreateFromUniformIndex(idx);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bvgraph.h 91 uptr idx = t1.getAndClearFirstOne(); local
92 if (!v[idx].empty()) {
93 v[idx].clear();
118 uptr idx = to_visit.getAndClearFirstOne(); local
119 if (visited.setBit(idx))
120 to_visit.setUnion(v[idx]);
137 uptr idx = it.next(); local
138 if (uptr res = findPath(idx, targets, path + 1, path_size - 1))
  /external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc 55 long idx = (long)arg; local
61 printf("Thread %ld go!\n", idx);
62 int offset = idx * kNumMutexes / n_threads;
67 printf("Thread %ld done\n", idx);
  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 67 void Free(Cache *c, IndexT idx) {
70 c->cache[c->pos++] = idx;
73 T *Map(IndexT idx) {
74 DCHECK_NE(idx, 0);
75 DCHECK_LE(idx, kL1Size * kL2Size);
76 return &map_[idx / kL2Size][idx % kL2Size];
82 IndexT idx = c->cache[--c->pos]; local
83 *(IndexT*)Map(idx) = freelist_;
84 freelist_ = idx;
118 IndexT idx = freelist_; local
127 IndexT idx = c->cache[--c->pos]; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDefsSection.java 133 int idx = 0; local
144 idx = orderItems0(type, idx, sz - idx);
153 * @param idx {@code >= 0;} the next index to assign
158 private int orderItems0(Type type, int idx, int maxDepth) {
162 return idx;
174 idx = orderItems0(superclass, idx, maxDepth);
180 idx = orderItems0(interfaces.getType(i), idx, maxDepth)
    [all...]
ProtoIdsSection.java 133 int idx = 0; local
136 ((ProtoIdItem) i).setIndex(idx);
137 idx++;
StringIdsSection.java 175 int idx = 0; local
178 s.setIndex(idx);
179 idx++;
TypeIdsSection.java 185 int idx = 0; local
188 ((TypeIdItem) i).setIndex(idx);
189 idx++;
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstInteger.java 64 int idx = (value & 0x7fffffff) % cache.length; local
65 CstInteger obj = cache[idx];
72 cache[idx] = obj;
  /external/dexmaker/src/dx/java/com/android/dx/util/
Bits.java 55 * @param idx {@code >= 0, < getMax(set);} which bit
58 public static boolean get(int[] bits, int idx) {
59 int arrayIdx = idx >> 5;
60 int bit = 1 << (idx & 0x1f);
68 * @param idx {@code >= 0, < getMax(set);} which bit
71 public static void set(int[] bits, int idx, boolean value) {
72 int arrayIdx = idx >> 5;
73 int bit = 1 << (idx & 0x1f);
86 * @param idx {@code >= 0, < getMax(set);} which bit
88 public static void set(int[] bits, int idx) {
153 int idx = findFirst(bits, start); local
    [all...]
  /external/elfutils/0.153/libdw/
fde.c 193 size_t idx = (l + u) / 2; local
195 const uint8_t *p = &cache->search_table[idx * size];
202 u = idx;
212 l = idx + 1;
  /external/elfutils/0.153/libdwfl/
segment.c 157 size_t idx = (l + u) / 2; local
158 if (address < dwfl->lookup_addr[idx])
159 u = idx;
162 l = idx + 1;
164 return idx;
184 int idx = lookup (dwfl, start, hint); local
185 if (unlikely (idx < 0))
190 idx = 0;
193 else if (dwfl->lookup_addr[idx] > start)
196 if (unlikely (insert (dwfl, idx + 1, start, end
272 int idx = lookup (dwfl, address, -1); local
    [all...]
  /external/freetype/src/autofit/
afglobal.c 272 FT_Long idx; local
277 for ( idx = 0; idx < globals->glyph_count; idx++ )
279 if ( ( gstyles[idx] & ~AF_DIGIT ) == style_class->style )
284 FT_TRACE4(( " %d", idx ));
  /external/freetype/src/sfnt/
ttpost.c 209 FT_Int idx; local
212 idx = glyph_indices[n];
213 if ( idx >= 258 )
215 idx -= 257;
216 if ( idx > num_names )
217 num_names = (FT_UShort)idx;
343 FT_Long idx = (FT_Long)n + offset_table[n]; local
346 if ( idx < 0 || idx > num_glyphs )
465 /* idx :: The glyph index. *
    [all...]
  /external/icu/icu4c/source/test/cintltst/
stdnmtst.c 175 int32_t idx, len, repeatTimes = 3; local
191 for (idx = 0; idx < enumCount; idx++) {
193 testName = expected[idx];
195 || len != (int32_t)uprv_strlen(expected[idx]))
198 idx, enumName, testName, len, u_errorName(err));
226 int32_t idx, repeatTimes = 3; local
243 for (idx = 0; idx < enumCount; idx++)
    [all...]
  /external/iproute2/tc/
m_mirred.c 146 int idx; local
149 if ((idx = ll_name_to_index(d)) == 0) {
154 p.ifindex = idx;
tc_qdisc.c 178 int idx; local
182 if ((idx = ll_name_to_index(d)) == 0) {
186 req.t.tcm_ifindex = idx;
  /external/jdiff/src/jdiff/
ClassDiff.java 100 int idx = Collections.binarySearch(newClass.implements_, oldInterface); local
101 if (idx < 0) {
113 int idx = Collections.binarySearch(oldClass.implements_, newInterface); local
114 if (idx < 0) {
  /external/libopus/silk/
NLSF2A.c 86 opus_int32 maxabs, absval, idx=0, sc_Q16; local
137 idx = k;
146 silk_RSHIFT32( silk_MUL( maxabs, idx + 1), 2 ) );
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/
common.c 139 int idx; local
195 idx = lookup_triplets(path_list, name);
196 if (idx < 0) {
204 if (asprintf(&buf, "%s%s", path_list[idx], name) < 0)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
map.c 61 u32 *idx = symbol__browser_index(sym); local
64 self->b.index = self->b.top_idx = *idx;
122 u32 *idx = symbol__browser_index(pos); local
123 *idx = mb.b.nr_entries;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.h 67 int idx; member in struct:parse_events_evlist
81 char *config, unsigned idx);
88 int parse_events_add_tracepoint(struct list_head *list, int *idx,
90 int parse_events_add_numeric(struct list_head *list, int *idx,
93 int parse_events_add_cache(struct list_head *list, int *idx,
95 int parse_events_add_breakpoint(struct list_head *list, int *idx,
97 int parse_events_add_pmu(struct list_head *list, int *idx,
path.c 42 static int idx; local
44 return pathname_array[3 & ++idx];

Completed in 582 milliseconds

1 2 3 4 5 6 7 891011>>