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

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_stat.c 45 int idx; local
56 idx = psci_plat_pm_ops->get_pwr_lvl_state_idx(local_state, pwr_lvl);
57 assert((idx >= 0) && (idx < PLAT_MAX_PWR_LVL_STATES));
58 return idx;
  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
pm_client.c 179 uint32_t idx, ret, irq, lowest_set = reg & (-reg); local
181 idx = __builtin_ctz(lowest_set);
182 irq = base_irq + idx;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dynload_beos.c 70 int idx; local
81 for( idx = 0; idx < list_size; idx++ ) {
84 the_item = PyList_GetItem( id_list, idx );
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
PythonTarget.java 73 int idx = 0; local
76 int eol = text.indexOf("\n", idx);
78 l.add(text.substring(idx));
82 l.add(text.substring(idx, eol+1));
83 idx = eol+1;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 218 final int idx = codePoint - m_explFirst; local
221 if (m_alreadyKnown[idx])
222 ret = m_isInEncoding[idx];
227 m_alreadyKnown[idx] = true;
228 m_isInEncoding[idx] = ret;
265 final int idx = codePoint - m_explFirst; local
268 if (m_alreadyKnown[idx])
269 ret = m_isInEncoding[idx];
274 m_alreadyKnown[idx] = true;
275 m_isInEncoding[idx] = ret
382 final int idx = unicode - m_explFirst; local
    [all...]
  /external/boringssl/src/crypto/x509/
x_crl.c 228 size_t idx;
275 for (idx = 0; idx < sk_X509_EXTENSION_num(exts); idx++) {
277 ext = sk_X509_EXTENSION_value(exts, idx);
456 size_t idx; local
475 if (!sk_X509_REVOKED_find(crl->crl->revoked, &idx, &rtmp))
478 for (; idx < sk_X509_REVOKED_num(crl->crl->revoked); idx++) {
479 rev = sk_X509_REVOKED_value(crl->crl->revoked, idx);
    [all...]
  /external/boringssl/src/ssl/
dtls_record.cc 148 uint64_t idx = bitmap->max_seq_num - seq_num_u; local
149 return idx >= kWindowSize || (bitmap->map & (((uint64_t)1) << idx));
171 uint64_t idx = bitmap->max_seq_num - seq_num_u; local
172 if (idx < kWindowSize) {
173 bitmap->map |= ((uint64_t)1) << idx;
  /external/clang/test/CodeGenCXX/
ms-property.cpp 49 int idx() { return 7; } function
68 // CHECK: [[IDX:%.+]] = call i32 @"\01?idx@@YAHXZ"()
69 // CHECK-NEXT: [[CONV:%.+]] = sitofp i32 [[IDX]] to float
72 // CHECK-NEXT: [[CONV:%.+]] = sitofp i32 [[IDX]] to float
74 ++p2->x[idx()][1];
  /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_clock.cc 338 u32 idx = ctx->clock_alloc.Alloc(c); local
339 ClockBlock *cb = ctx->clock_alloc.Map(idx);
342 tab_->table[i/ClockBlock::kClockCount] = idx;
411 u32 idx = tab_->table[tid / ClockBlock::kClockCount];
412 ClockBlock *cb = ctx->clock_alloc.Map(idx);
tsan_dense_alloc.h 67 void Free(Cache *c, IndexT idx) {
68 DCHECK_NE(idx, 0);
71 c->cache[c->pos++] = idx;
74 T *Map(IndexT idx) {
75 DCHECK_NE(idx, 0);
76 DCHECK_LE(idx, kL1Size * kL2Size);
77 return &map_[idx / kL2Size][idx % kL2Size];
83 IndexT idx = c->cache[--c->pos]; local
84 *(IndexT*)Map(idx) = freelist_
119 IndexT idx = freelist_; local
128 IndexT idx = c->cache[--c->pos]; local
    [all...]
  /external/elfutils/libdw/
fde.c 201 size_t idx = (l + u) / 2; local
203 /* Max idx * size is checked against search_table len when
205 const uint8_t *p = &cache->search_table[idx * size];
212 u = idx;
215 l = idx + 1;
  /external/elfutils/libdwfl/
segment.c 139 size_t idx = (l + u) / 2; local
140 if (address < dwfl->lookup_addr[idx])
141 u = idx;
144 l = idx + 1;
146 return idx;
166 int idx = lookup (dwfl, start, hint); local
167 if (unlikely (idx < 0))
172 idx = 0;
175 else if (dwfl->lookup_addr[idx] > start)
178 if (unlikely (insert (dwfl, idx + 1, start, end
254 int idx = lookup (dwfl, address, -1); local
    [all...]
  /external/elfutils/tests/
elfputzdata.c 76 size_t idx = elf_ndxscn (scn); local
83 printf ("Cannot compress %zd %s\n", idx, name);
88 printf ("Already compressed %zd %s\n", idx, name);
94 idx, name, shdr->sh_size);
98 printf ("Couldn't get orig data for section %zd\n", idx);
105 printf ("Unexpected data size for orig section %zd\n", idx);
111 printf ("No memory to copy section %zd data\n", idx);
130 idx, elf_errmsg (-1));
146 idx, elf_errmsg (-1));
159 idx);
    [all...]
  /external/freetype/src/autofit/
afglobal.c 302 FT_Long idx; local
307 for ( idx = 0; idx < globals->glyph_count; idx++ )
309 if ( ( gstyles[idx] & AF_STYLE_MASK ) == style_class->style )
314 FT_TRACE4(( " %d", idx ));
  /external/freetype/src/sfnt/
ttpost.c 213 FT_Int idx; local
216 idx = glyph_indices[n];
217 if ( idx >= 258 )
219 idx -= 257;
220 if ( idx > num_names )
221 num_names = (FT_UShort)idx;
351 FT_Long idx = (FT_Long)n + offset_table[n]; local
354 if ( idx < 0 || idx > num_glyphs )
473 /* idx :: The glyph index. *
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
StringTokenIterator.java 86 int idx = start; local
87 outer: while (idx < _text.length()) {
88 char c = _text.charAt(idx);
94 idx++;
96 return idx;
UnicodeLocaleExtension.java 114 int idx = s.indexOf(LanguageTag.SEP, startIdx); local
115 String subtag = idx < 0 ? s.substring(startIdx) : s.substring(startIdx, idx);
120 if (idx < 0) {
123 startIdx = idx + 1;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
QuantityFormatter.java 43 int idx = StandardPlural.indexFromString(variant); local
44 if (templates[idx] != null) {
47 templates[idx] = SimpleFormatter.compileMinMaxArguments(template, 0, 1);
83 int idx = StandardPlural.indexOrOtherIndexFromString(variant); local
84 SimpleFormatter template = templates[idx];
85 return (template == null && idx != StandardPlural.OTHER_INDEX) ?
  /external/icu/icu4c/source/test/cintltst/
stdnmtst.c 176 int32_t idx, len, repeatTimes = 3; local
192 for (idx = 0; idx < enumCount; idx++) {
194 testName = expected[idx];
196 || len != (int32_t)uprv_strlen(expected[idx]))
199 idx, enumName, testName, len, u_errorName(err));
227 int32_t idx, repeatTimes = 3; local
244 for (idx = 0; idx < enumCount; idx++)
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 82 int idx = start; local
83 outer: while (idx < _text.length()) {
84 char c = _text.charAt(idx);
90 idx++;
92 return idx;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 82 int idx = start; local
83 outer: while (idx < _text.length()) {
84 char c = _text.charAt(idx);
90 idx++;
92 return idx;
UnicodeLocaleExtension.java 110 int idx = s.indexOf(LanguageTag.SEP, startIdx); local
111 String subtag = idx < 0 ? s.substring(startIdx) : s.substring(startIdx, idx);
116 if (idx < 0) {
119 startIdx = idx + 1;
  /external/iproute2/ip/
ipmroute.c 250 int idx; local
252 if ((idx = ll_name_to_index(id)) == 0) {
256 filter.iif = idx;

Completed in 316 milliseconds

1 2 3 4 5 6 7 891011>>