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

1 2 34 5 6 7 8 91011>>

  /device/google/contexthub/firmware/os/core/
syscall.c 39 uint32_t idx = path >> (32 - *bits); local
43 if ((*tabP)->numEntries <= idx)
50 tabP = &(*tabP)->entry[idx].subtable;
63 uint32_t idx = path >> (32 - *bits); local
67 if (tab->numEntries <= idx)
71 return &tab->entry[idx].func;
73 tab = tab->entry[idx].subtable;
  /device/google/contexthub/firmware/os/cpu/x86/
atomicBitset.c 47 uint32_t idx = num / 32, mask = 1UL << (num & 31); local
48 uint32_t *wordPtr = set->words + idx;
  /device/linaro/bootloader/arm-trusted-firmware/drivers/auth/
img_parser_mod.c 70 unsigned int idx; local
81 idx = parser_lib_indices[img_type];
82 assert(idx != INVALID_IDX);
85 return parser_lib_descs[idx].check_integrity(img_ptr, img_len);
104 unsigned int idx; local
121 idx = parser_lib_indices[img_type];
122 assert(idx != INVALID_IDX);
125 return parser_lib_descs[idx].get_auth_param(type_desc, img_ptr, img_len,
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/drivers/timer/
mt_cpuxgpt.c 44 unsigned int idx; local
48 idx = mmio_read_32(INDEX_BASE);
50 /* idx 0: CPUXGPT system control */
51 if (idx == 0) {
  /device/linaro/hikey/l-loader/
gen_loader_hikey.py 40 idx = 0 variable in class:generator
69 if self.idx == 0:
72 elif (self.idx > 1):
81 if (self.idx == 0):
103 if (self.idx == 0):
113 byte = struct.pack('8s8siii', 'ENTRYHDR', self.s1_entry_name[self.idx], lba, blocks, bootp)
117 self.idx += 1
149 print 'self.idx: ', self.idx
177 loader.idx =
    [all...]
  /external/boringssl/src/crypto/x509v3/
pcy_node.c 81 size_t idx; local
86 if (!sk_X509_POLICY_NODE_find(nodes, &idx, &l))
89 return sk_X509_POLICY_NODE_value(nodes, idx);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.cc 81 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/tests/unit/
tsan_dense_alloc_test.cc 37 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/
intra-object-overflow.cc 25 int idx = argc == 2 ? atoi(argv[1]) : 0; local
27 foo->set(idx, 42);
  /external/deqp/framework/delibs/debase/
deFloat16Test.c 64 int idx; local
99 for (idx = 0; idx < 256; ++idx)
117 for (idx = 0; idx < 256; ++idx)
161 for (idx = 0; idx < 256; ++idx)
    [all...]
  /external/eigen/Eigen/src/MetisSupport/
MetisSupport.h 46 Index idx = it.index(); // Get the row index (for column major) or column index (for row major) local
47 if (visited(idx) != j )
49 visited(idx) = j;
56 Index idx = it.index(); local
57 if(visited(idx) != j)
59 visited(idx) = j;
79 StorageIndex idx = it.index(); // Get the row index (for column major) or column index (for row major) local
80 if (visited(idx) != j )
82 visited(idx) = j;
83 m_innerIndices(CurNz) = idx;
90 StorageIndex idx = it.index(); local
    [all...]
  /external/elfutils/tests/
dwelfgnucompressed.c 68 int idx = elf_ndxscn (scn); local
95 printf ("section %d: GNU Compressed size: %zx\n", idx, size);
elfgetchdr.c 68 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);
elfgetzdata.c 71 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);
  /external/freetype/src/psaux/
psstack.c 188 CF2_UInt idx )
192 if ( idx >= cf2_stack_count( stack ) )
198 switch ( stack->buffer[idx].type )
201 return cf2_intToFixed( stack->buffer[idx].u.i );
203 return cf2_fracToFixed( stack->buffer[idx].u.f );
205 return stack->buffer[idx].u.r;
213 CF2_UInt idx,
216 if ( idx > cf2_stack_count( stack ) )
222 stack->buffer[idx].u.r = val;
223 stack->buffer[idx].type = CF2_NumberFixed
249 CF2_Int start_idx, idx, i; local
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
flagparser.cpp 29 int32_t idx, i; local
72 idx = extractFlag(buffer, currentBufferSize, tmpFlagBuffer, flagBufferSize, flagNames, numOfFlags, status);
82 if (idx >= 0) {
83 uprv_strcpy(flagBuffer[idx], tmpFlagBuffer);
118 int32_t i, idx = -1; local
153 idx = i;
159 return idx;
  /external/iproute2/tc/
q_prio.c 34 int idx = 0; local
75 if (idx > TC_PRIO_MAX) {
79 opt.priomap[idx++] = band;
86 for (; idx < TC_PRIO_MAX; idx++)
87 opt.priomap[idx] = opt.priomap[TC_PRIO_BESTEFFORT];
q_rr.c 35 int idx = 0; local
76 if (idx > TC_PRIO_MAX) {
80 opt.priomap[idx++] = band;
  /external/kmod/shared/
array.c 51 size_t idx; local
58 idx = array->count;
59 array->array[idx] = (void *)element;
61 return idx;
  /external/kmod/tools/
insert.c 67 int c, idx = 0; local
68 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
  /external/libnl/src/
nf-monitor.c 41 int i, idx; local
69 for (idx = 1; argc > idx; idx++) {
71 if (strcmp(argv[idx], groups[i].gr_name))
84 argv[idx]);
nl-fib-lookup.c 49 int c, idx = 0; local
51 c = getopt_long(argc, argv, "t:f:s:T:h", long_opts, &idx);
nl-monitor.c 40 int i, idx; local
79 for (idx = 1; argc > idx; idx++) {
81 if (!strcmp(argv[idx], known_groups[i].gr_name)) {
84 nl_cli_fatal(err, "%s: %s\n", argv[idx],
92 fprintf(stderr, "Warning: Unknown group: %s\n", argv[idx]);
  /external/libopus/silk/
CNG.c 44 opus_int i, idx, exc_mask; local
54 idx = (opus_int)( silk_RSHIFT( seed, 24 ) & exc_mask );
55 silk_assert( idx >= 0 );
56 silk_assert( idx <= CNG_BUF_MASK_MAX );
57 exc_Q14[ i ] = exc_buf_Q14[ idx ];
  /external/libvncserver/webclients/novnc/include/
keyboard.js 482 var idx = null; variable
486 idx = i;
491 if (idx === null) {
492 idx = state.length - 1;
495 var item = state.splice(idx, 1)[0];

Completed in 870 milliseconds

1 2 34 5 6 7 8 91011>>