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

<<41424344454647484950>>

  /external/elfutils/libcpu/
i386_disasm.c 727 unsigned int idx local
729 if (idx == 0)
731 str = amd3dnowstr + idx - 1;
  /external/freetype/src/pfr/
pfrload.c 223 FT_UInt idx,
238 if ( idx >= num_log_fonts )
241 if ( FT_STREAM_SKIP( idx * 5 ) ||
  /external/icu4c/common/
uresbund.c 842 const char *key, int32_t idx, UResourceDataEntry *realData,
2315 UResourceBundle *idx = NULL; local
    [all...]
  /external/iptables/libiptc/
libip4tc.c 276 int idx;
278 idx = iptcb_entry2index(h, te);
286 || strcmp(GET_TARGET(index2entry(h, idx-1))
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureHelper.java 447 int idx = blenderKey.getName().lastIndexOf('/'); local
448 String blenderAssetFolder = blenderKey.getName().substring(0, idx != -1 ? idx : 0);
  /external/linux-tools-perf/scripts/python/
sched-migration.py 264 idx = self.find_time_slice(t)
265 if idx == -1:
268 ts = self[idx]
  /external/opencv/ml/src/
mlrtrees.cpp 367 int idx = cvRandInt( &rng ) % nsamples; local
368 sample_idx_for_tree->data.i[i] = idx;
369 sample_idx_mask_for_tree->data.ptr[idx] = 0xFF;
  /external/skia/src/animator/
SkScript.cpp 291 int idx = 0; local
294 compare = fOpStack.index(idx);
297 idx++;
    [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 37 #define IDX_TO_PTR(idx, base) (idx == 0xFFFFFFFFu ? NULL : base + idx)
1229 asr_uint32_t idx; local
1263 asr_uint32_t idx[MAX_NUM_SLOTS]; local
1277 asr_uint32_t idx; local
1349 asr_uint32_t idx[MAX_NUM_SLOTS]; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_named_pipe.c 487 int idx; local
506 idx = 0;
523 idx++;
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 481 int idx; local
500 idx = 0;
517 idx++;
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 618 /* now mark the picture with picNumX to long term frame idx */
691 void unmark_for_reference(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, uint idx)
694 AVCFrameStore *fs = dpb->fs[idx];
704 avcHandle->CBAVC_FrameUnbind(avcHandle->userData, idx);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 75 idx RN 6 label
177 M_LDR idx, ptridx
182 ADD index, idx, idy, LSL #2 ;// [index] = [idy][idx]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 557 NJ_INT16 idx; local
637 idx = -1;
648 idx = (NJ_UINT16)(mid + 1);
668 idx = (NJ_UINT16)(mid + 1);
679 if (idx < 0) {
683 index = (NJ_UINT8)idx;
1989 NJ_INT16 idx; local
    [all...]
  /external/elfutils/tests/
run-strings-test.sh 395 testfile8: 82e0 elf_ndxscn (shdr_info[cnt].newscn) == idx
398 testfile8: 83a0 elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx
402 testfile8: 8480 shdr_info[idx].data != ((void *)0)
464 testfile9: 3b40 elf_ndxscn (shdr_info[cnt].newscn) == idx
467 testfile9: 3c00 elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx
471 testfile9: 3ce0 shdr_info[idx].data != ((void *)0)
  /external/linux-tools-perf/util/
header.c 393 int idx = 0, err; local
417 trace_sec = &feat_sec[idx++];
428 buildid_sec = &feat_sec[idx++];
590 int idx = 0; local
609 while (idx < nr_sections && feat < HEADER_LAST_FEATURE) {
611 struct perf_file_section *sec = &feat_sec[idx++];
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.c 1049 int idx = sm->user_eap_method_index; local
1062 } else if (sm->user && idx < EAP_MAX_METHODS &&
1063 (sm->user->methods[idx].vendor != EAP_VENDOR_IETF ||
1064 sm->user->methods[idx].method != EAP_TYPE_NONE)) {
1065 *vendor = sm->user->methods[idx].vendor;
1066 next = sm->user->methods[idx].method;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.c 1576 long unsigned idx; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 1070 int idx = sm->user_eap_method_index; local
1083 } else if (sm->user && idx < EAP_MAX_METHODS &&
1084 (sm->user->methods[idx].vendor != EAP_VENDOR_IETF ||
1085 sm->user->methods[idx].method != EAP_TYPE_NONE)) {
1086 *vendor = sm->user->methods[idx].vendor;
1087 next = sm->user->methods[idx].method;
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.c 1833 long unsigned idx; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
CodeGen.java 523 byte idx = indexSrc.get();
524 index = idx & 0xff;
525 indexData.put(idx);
527 short idx = indexSrc.getShort(); local
528 index = idx & 0xffff;
529 indexData.putShort(idx);
    [all...]
  /bionic/libc/netbsd/isc/
ev_timers.c 448 set_index(void *what, int idx) {
452 timer->index = idx;
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 176 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS); local
177 return palette[idx & (PALETTE_SIZE-1)];
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 181 int idx = FIXED_FRAC(x) >> (FIXED_BITS - PALETTE_BITS); local
182 return palette[idx & (PALETTE_SIZE-1)];
  /external/blktrace/btt/
inlines.h 342 int idx = (nbytes >> 9) - 1; local
343 return min(idx, N_HIST_BKTS-1);

Completed in 1411 milliseconds

<<41424344454647484950>>