HomeSort by relevance Sort by last modified time
    Searched defs:idx (Results 26 - 50 of 475) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/blktrace/btt/
unplug_hist.c 53 int idx, n_unplugs = be64_to_cpu(*val); local
56 idx = (n_unplugs / BKT_WIDTH);
57 if (idx > EXCESS_BKT)
58 idx = EXCESS_BKT;
60 hbp->hist[idx]++;
  /external/chromium/third_party/icu/source/io/
ustream.cpp 82 int32_t idx = 0; local
131 buffer[idx++] = ch;
132 while (idx > 0) {
133 stream.putback(buffer[--idx]);
153 idx = 0;
156 buffer[idx++] = ch;
  /external/e2fsprogs/lib/ss/
help.c 48 register int idx; local
83 for (fd = -1, idx = 0; info->info_dirs[idx] != (char *)NULL; idx++) {
84 buffer = malloc(strlen (info->info_dirs[idx]) + 1 +
91 (void) strcpy(buffer, info->info_dirs[idx]);
  /external/elfutils/lib/
dynamicsizehash.c 38 size_t idx = 1 + hval % htab->size; local
40 if (htab->table[idx].hashval != 0)
44 if (htab->table[idx].hashval == hval
45 && COMPARE (htab->table[idx].data, val) == 0)
46 return idx;
53 if (idx <= hash)
54 idx = htab->size + idx - hash;
56 idx -= hash;
59 if (htab->table[idx].hashval == hva
205 size_t idx; local
232 size_t idx; local
255 size_t idx; local
    [all...]
fixedsizehash.h 124 size_t idx = 1 + hval % htab->nslots; local
126 if (htab->table[idx].hval != 0)
131 if (htab->table[idx].hval == hval
132 && COMPARE (data, ENTRYP (htab->table[idx])) == 0)
133 return &htab->table[idx];
140 if (idx <= hash)
141 idx = htab->nslots + idx - hash;
143 idx -= hash;
145 if (htab->table[idx].hval == hva
    [all...]
  /external/freetype/include/freetype/internal/
ftdebug.h 144 FT_Trace_Get_Name( FT_Int idx ); variable
  /external/icu4c/io/
ustream.cpp 84 int32_t idx = 0; local
133 buffer[idx++] = ch;
134 while (idx > 0) {
135 stream.putback(buffer[--idx]);
155 idx = 0;
158 buffer[idx++] = ch;
  /external/openssl/crypto/engine/
eng_ctrl.c 75 int idx = 0; local
78 idx++;
84 return idx;
89 int idx = 0; local
94 idx++;
98 return idx;
106 int idx; local
130 if((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_name(
137 return e->cmd_defns[idx].cmd_num;
141 if((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_num(e->cmd_defns
    [all...]
  /external/openssl/crypto/objects/
obj_xref.c 99 int idx = sk_nid_triple_find(sig_app, &tmp); local
100 if (idx >= 0)
101 rv = sk_nid_triple_value(sig_app, idx);
129 int idx = sk_nid_triple_find(sigx_app, &tmp); local
130 if (idx >= 0)
132 t = sk_nid_triple_value(sigx_app, idx);
  /external/openssl/crypto/x509v3/
pcy_cache.c 263 int idx; local
266 idx = sk_X509_POLICY_DATA_find(cache->data, &tmp);
267 if (idx == -1)
269 return sk_X509_POLICY_DATA_value(cache->data, idx);
  /external/qemu/hw/
android_arm.c 124 int idx = drive_get_index( IF_IDE, 0, 0 ); local
125 if (idx >= 0)
126 goldfish_mmc_init(0xff005000, 0, drives_table[idx].bdrv);
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
ms_stereo.c 65 Word32 idx, shift; local
67 idx = sfb + sfboffs;
69 thrL = sfbThresholdLeft[idx];
70 thrR = sfbThresholdRight[idx];
71 nrgL = sfbEnergyLeft[idx];
72 nrgR = sfbEnergyRight[idx];
85 nrgL = sfbEnergyMid[idx];
86 nrgR = sfbEnergySide[idx];
103 msMask[idx] = 1;
106 for (j=sfbOffset[idx]; j<sfbOffset[idx+1]; j++)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 195 int32 mask, idx; local
204 idx = index & mask;
213 dec_2p_2N1(idx, (int16)(N - 1), j, pos);
216 tmp = N << 1; /* idx = (index >> (2*N)) & mask; */
217 idx = (index >> tmp) & mask;
219 dec_1p_N1(idx, N, offset, pos + 2);
232 int32 mask, idx; local
239 idx = index & mask;
248 dec_2p_2N1(idx, (int16)(N - 1), j, pos);
253 idx = (index >> (N << 1)) & mask; /* idx = (index >> (2*N)) & mask; *
319 int32 idx; local
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/input/
CharSequenceReader.java 34 private int idx; field in class:CharSequenceReader
50 idx = 0;
60 mark = idx;
79 if (idx >= charSequence.length()) {
82 return charSequence.charAt(idx++);
96 if (idx >= charSequence.length()) {
123 idx = mark;
137 if (idx >= charSequence.length()) {
140 int dest = (int)Math.min(charSequence.length(), (idx + n));
141 int count = dest - idx;
    [all...]
  /bootable/recovery/minzip/
Hash.h 150 int idx; member in struct:HashIter
153 int i = pIter->idx +1;
160 pIter->idx = i;
164 pIter->idx = -1;
168 return (pIter->idx >= pIter->pHashTable->tableSize);
171 assert(pIter->idx >= 0 && pIter->idx < pIter->pHashTable->tableSize);
172 return pIter->pHashTable->pEntries[pIter->idx].data;
  /dalvik/dx/src/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++;
TypeIdsSection.java 185 int idx = 0; local
188 ((TypeIdItem) i).setIndex(idx);
189 idx++;
  /dalvik/dx/src/com/android/dx/rop/cst/
CstInteger.java 64 int idx = (value & 0x7fffffff) % cache.length; local
65 CstInteger obj = cache[idx];
72 cache[idx] = obj;
  /dalvik/dx/src/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...]
  /dalvik/vm/native/
dalvik_system_VMStack.c 112 unsigned int idx; local
113 for (idx = kSkip; (int) idx < methodCount && size < maxSize; idx++) {
114 const Method* meth = methods[idx];
154 for (idx = kSkip; (int) idx < methodCount; idx++) {
155 if (dvmIsReflectionMethod(methods[idx])) {
159 (Object *)methods[idx]->clazz)
    [all...]
java_lang_VMClassLoader.c 138 int idx = args[1]; local
145 result = dvmGetBootPathResource(name, idx);
  /device/samsung/crespo/alsa-lib/test/
timer.c 72 int idx, err; local
92 idx = 1;
93 while (idx < argc) {
94 if (!strncmp(argv[idx], "class=", 5)) {
95 class = atoi(argv[idx]+6);
96 } else if (!strncmp(argv[idx], "sclass=", 6)) {
97 sclass = atoi(argv[idx]+7);
98 } else if (!strncmp(argv[idx], "card=", 5)) {
99 card = atoi(argv[idx]+5);
100 } else if (!strncmp(argv[idx], "device=", 7))
    [all...]
  /external/chromium/third_party/icu/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/chromium/third_party/libevent/test/
bench.c 69 long idx = (long) arg, widx = idx + 1; local

Completed in 988 milliseconds

12 3 4 5 6 7 8 91011>>