HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 801 - 825 of 1388) sorted by null

<<31323334353637383940>>

  /external/freetype/src/autofit/
afhints.c 314 FT_Int idx,
329 if ( idx < 0 || idx >= axis->num_segments )
332 seg = &axis->segments[idx];
431 FT_Int idx,
436 FT_UNUSED( idx );
703 short idx = 0; local
708 contour[0] = points + idx;
709 idx = (short)( end[0] + 1 );
  /external/grub/netboot/
ns8390.c 633 int idx; local
641 for (idx = 0; (eth_nic_base = base[idx]) != 0; ++idx) {
690 if (base[idx] == 0) /* not found */
757 int idx; local
768 for (idx = 0; (eth_nic_base = probe_addrs[idx]) != 0; ++idx) {
  /external/icu4c/test/cintltst/
utf8tst.c 385 int32_t idx; local
387 for(idx=0; idx<(int32_t)sizeof(nonChars);) {
388 U8_NEXT(nonChars, idx, sizeof(nonChars), ch);
390 log_err("U8_NEXT(before %d) failed to read a non-character\n", idx);
393 for(idx=(int32_t)sizeof(nonChars); idx>0;) {
394 U8_PREV(nonChars, 0, idx, ch);
396 log_err("U8_PREV(at %d) failed to read a non-character\n", idx);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 826 int idx = lastUsed + 1; local
827 if (idx >= particles.length) {
831 Particle p = particles[idx];
860 firstUnUsed = idx + 1;
919 private void freeParticle(int idx) {
920 Particle p = particles[idx];
928 if (idx == lastUsed) {
933 if (idx < firstUnUsed) {
934 firstUnUsed = idx;
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 257 int idx = (int) (z * size + x); local
258 return store.set(getMesh().getFloatBuffer(Type.TexCoord).get(idx*2),
259 getMesh().getFloatBuffer(Type.TexCoord).get(idx*2+1) );
265 int idx = (int) (z * size + x); local
266 return getMesh().getFloatBuffer(Type.Position).get(idx*3+1); // 3 floats per entry (x,y,z), the +1 is to get the Y
294 int idx = lh.z * size + lh.x; local
296 geomap.getHeightArray()[idx] = lh.h;
298 float h = getMesh().getFloatBuffer(Type.Position).get(idx*3+1);
299 geomap.getHeightArray()[idx] = h+lh.h;
    [all...]
  /external/libvpx/examples/includes/ASCIIMathPHP-2.0/
ASCIIMathPHP-2.0.class.php 104 function insertChildBefore($idx,&$node)
111 if ($i == $idx) {
119 function insertChildAfter($idx,&$node)
127 if ($i == $idx) {
266 function getChildByIdx($idx)
270 if (isset($this->_child_arr[$id_arr[$idx]])) {
271 return($this->_child_arr[$id_arr[$idx]]);
287 function removeChildByIdx($idx)
290 unset($this->_child_arr[$key_arr[$idx]]);
    [all...]
  /external/linux-tools-perf/
builtin-top.c 258 more = symbol__annotate_printf(symbol, syme->map, top.sym_evsel->idx,
261 symbol__annotate_zero_histogram(symbol, top.sym_evsel->idx);
263 symbol__annotate_decay_histogram(symbol, top.sym_evsel->idx);
548 fprintf(stderr, "\n\t%d %s", top.sym_evsel->idx, event_name(top.sym_evsel));
559 if (top.sym_evsel->idx == counter)
836 syme->count[evsel->idx]++;
837 record_precise_ip(syme, evsel->idx, ip);
851 static void perf_session__mmap_read_idx(struct perf_session *self, int idx)
857 while ((event = perf_evlist__mmap_read(top.evlist, idx)) != NULL) {
  /external/qemu/hw/
apic.c 86 uint32_t idx; member in struct:APICState
411 return dest; /* shortcut in case apic->id == apic->idx */
432 int idx = apic_find_dest(dest); local
434 if (idx >= 0)
435 set_bit(deliver_bitmask, idx);
523 set_bit(deliver_bitmask, s->idx);
530 reset_bit(deliver_bitmask, s->idx);
944 s->idx = last_apic_idx++;
961 register_savevm("apic", s->idx, 2, apic_save, apic_load, s);
964 local_apics[s->idx] = s
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 135 ZipEntry* ZipFile::getEntryByIndex(int idx) const
137 if (idx < 0 || idx >= (int) mEntries.size())
140 return mEntries[idx];
158 int idx; local
160 for (idx = mEntries.size()-1; idx >= 0; idx--) {
161 ZipEntry* pEntry = mEntries[idx];
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 756 name_parse(u8 *packet, int length, int *idx, char *name_out, int name_out_len) {
758 int j = *idx;
803 *idx = j;
805 *idx = name_end;
3133 int idx; local
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 428 int idx, addr; local
450 idx = 0;
452 uninitMap->map[idx++].addr = kUninitThisArgAddr;
463 uninitMap->map[idx++].addr = addr;
469 assert(idx == newInstanceCount);
494 int idx; local
503 for (idx = uninitMap->numEntries - 1; idx >= 0; idx--) {
504 if (uninitMap->map[idx].addr == addr)
2613 unsigned int idx; local
3163 unsigned int idx; local
    [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp 317 INT idx = INVALID_TABLE_IDX; local
340 idx = getSbrTuningTableIndex(bitrate, numOutputChannels, sampleRateCore, core, NULL);
342 return (idx == INVALID_TABLE_IDX ? 0 : 1);
368 INT idx = INVALID_TABLE_IDX; local
400 idx = getSbrTuningTableIndex(bitRate,numChannels,fsCore, core, NULL);
402 if (idx != INVALID_TABLE_IDX) {
403 config->startFreq = sbrTuningTable[idx].startFreq ;
404 config->stopFreq = sbrTuningTable[idx].stopFreq ;
406 config->startFreq = sbrTuningTable[idx].startFreqSpeech;
407 config->stopFreq = sbrTuningTable[idx].stopFreqSpeech
    [all...]
ps_encode.cpp 220 INT idx, band; local
224 for(idx=0; idx<nQuantSteps-1; idx++){
225 if( fixp_abs((input[band]>>1)-(quantTable[idx+1]>>1)) >
226 fixp_abs((input[band]>>1)-(quantTable[idx]>>1)) )
231 quantErr += (fixp_abs(input[band]-quantTable[idx])>>PS_QUANT_SCALE); /* don't scale before subtraction; diff smaller (64-25)/64 */
232 quantOut[band] = idx - idxOffset;
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 1911 int idx = getIndex(path); local
1922 int idx = getIndex(path); local
1934 int idx = getIndex(path); local
1942 int idx = getIndex(path); local
1954 int idx = getIndex(path); local
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 1327 unsigned int idx = 0; local
2842 register unsigned int idx = 0; local
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 230 void AddRegionSymbol(region_type *region, int idx,
482 void TraceReader<T>::AddRegionSymbol(region_type *region, int idx,
486 region->symbols[idx].addr = addr;
487 region->symbols[idx].name = Strdup(name);
488 region->symbols[idx].vm_sym = NULL;
489 region->symbols[idx].region = region;
490 region->symbols[idx].flags = flags;
683 int idx = elf_symbols[ii].st_name; local
687 if (idx == 0 || symbol_names[idx] == 0 || symbol_names[idx] == '$'
763 int idx = shdr[section].sh_name; local
    [all...]
  /external/icu4c/i18n/
timezone.cpp 227 int32_t idx = findInStringArray(tmp, id, status); local
229 if((idx == -1) && U_SUCCESS(status)) {
238 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
239 U_DEBUG_TZ_MSG(("gzbn: loaded z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(oldbundle), u_errorName(status)));
1073 int32_t idx = findInStringArray(names, id, ec); local
1092 int32_t idx = findInStringArray(names, id, ec); local
1132 int32_t idx = findInStringArray(res, id, status); local
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 786 for (int idx = 0; idx < l; idx++)
788 Map.Entry e = (Map.Entry)signatureMethods.get(idx);
793 setBit(signature, idx);
811 private boolean testBit(byte[] signature, int idx)
813 int byteIdx = idx >> 3;
817 int bitIdx = idx & 0x7;
824 private void setBit(byte[] signature, int idx)
826 int byteIdx = idx >> 3
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 723 setup_label(list, idx, name, err_info)
725 countT idx;
730 ret->v_index = idx;
1317 int i, j, idx, src_char_num;
1339 idx = 0;
1309 int i, j, idx, src_char_num; local
    [all...]
  /bionic/libc/include/sys/
cdefs.h 357 * __link_set_entry(set, idx)
358 * Access the link set entry at index `idx' from set `set'.
363 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx])
  /dalvik/dexlist/
DexList.cpp 155 void dumpClass(DexFile* pDexFile, int idx)
163 pClassDef = dexGetClassDef(pDexFile, idx);
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 361 * __link_set_entry(set, idx)
362 * Access the link set entry at index `idx' from set `set'.
367 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx])
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 355 * __link_set_entry(set, idx)
356 * Access the link set entry at index `idx' from set `set'.
361 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx])
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTreeNodeStream.h 47 NSInteger idx; variable
138 - (void) seek:(NSInteger) idx;
ArrayIterator.m 168 - (void) removeObjectAtIndex:(NSInteger)idx

Completed in 2164 milliseconds

<<31323334353637383940>>