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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/
PointerSet.h 77 int idx; local
78 if (!dvmPointerSetHas(pSet, ptr, &idx))
79 idx = -1;
80 return idx;
  /external/elfutils/libebl/
eblsectionname.c 51 int idx = section != SHN_XINDEX ? section : xsection; local
54 res = scnnames[idx];
57 snprintf (buf, len, "%d", idx);
  /external/elfutils/libelf/
elf_getshnum.c 35 int idx; local
48 idx = elf->state.elf.scns_last->cnt;
49 if (idx != 0
56 *dst = 1 + elf->state.elf.scns_last->data[idx - 1].index;
  /external/tcpdump/
print-sip.c 38 u_int idx; local
46 for (idx = 0; idx < len; idx++) {
47 if (EXTRACT_16BITS(pptr+idx) != 0x0d0a) { /* linefeed ? */
48 safeputchar(*(pptr+idx));
51 idx+=1;
  /device/samsung/crespo/libaudio2/
amix.c 29 unsigned idx = 0; local
37 idx = atoi(p);
40 return mixer_get_control(mixer, name, idx);
  /dalvik/dx/src/com/android/dx/dex/file/
MemberIdsSection.java 37 int idx = 0; local
40 ((MemberIdItem) i).setIndex(idx);
41 idx++;
TypeIdItem.java 63 int idx = file.getStringIds().indexOf(descriptor); local
67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
70 out.writeInt(idx);
  /device/samsung/crespo/alsa-lib/test/
control.c 7 int idx, dev, err; local
18 idx = -1;
20 if ((err = snd_card_next(&idx)) < 0) {
24 if (idx < 0)
26 sprintf(str, "hw:CARD=%i", idx);
35 printf("Soundcard #%i:\n", idx + 1);
  /external/chromium/googleurl/src/
url_file.h 56 int idx = begin_index; local
57 while (idx < spec_len && !IsURLSlash(spec[idx]))
58 idx++;
59 return idx;
  /external/dropbear/libtomcrypt/demos/
hashsum.c 18 int idx, x, z; local
34 idx = find_hash(argv[1]);
35 if (idx == -1) {
41 hash_descriptor[idx].init(&md);
44 hash_descriptor[idx].process(&md, hash_buffer, x);
46 hash_descriptor[idx].done(&md, hash_buffer);
47 for (x = 0; x < (int)hash_descriptor[idx].hashsize; x++) {
54 if ((errno = hash_file(idx,argv[z],hash_buffer,&w)) != CRYPT_OK) {
57 for (x = 0; x < (int)hash_descriptor[idx].hashsize; x++) {
  /external/skia/src/utils/
SkMeshUtils.cpp 44 uint16_t* idx = fIndices; local
48 *idx++ = index;
49 *idx++ = index + rows + 1;
50 *idx++ = index + 1;
52 *idx++ = index + 1;
53 *idx++ = index + rows + 1;
54 *idx++ = index + rows + 2;
84 SkMeshIndices idx; local
86 if (idx.init(bitmap.width(), bitmap.height(), rows, cols)) {
92 rows * cols, verts, idx.tex(), colors, NULL
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlockList.java 56 int idx = indexOfLabel(label); local
58 if (idx < 0) {
63 return get(idx);
  /dalvik/vm/native/
java_security_AccessController.c 76 int idx, subIdx = 0; local
77 for (idx = 2; idx < length; idx++) {
78 const Method* meth = methods[idx];
87 while (++idx < length && dvmIsReflectionMethod(methods[idx]))
89 length = idx; // stomp length to end loop
90 meth = methods[idx];
  /device/samsung/crespo/alsa-lib/src/compat/
hsearch_r.c 148 unsigned int idx; local
165 idx = hval;
167 if (htab->table[idx].used)
172 if (htab->table[idx].used == hval
173 && strcmp (item.key, htab->table[idx].entry.key) == 0)
176 htab->table[idx].entry.data = item.data;
178 *retval = &htab->table[idx].entry;
189 if (idx <= hval2)
190 idx = htab->size + idx - hval2
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-missing.c 51 GList *idx = NULL; local
57 for (idx = missing_list; idx; idx = idx->next) {
58 f = (fdata*)idx->data;
63 existing_list = g_list_prepend (existing_list, idx);
67 for (idx = existing_list; idx; idx = idx->next)
90 GList *idx; local
    [all...]
  /external/elfcopy/
elfcopy.h 34 new file, the idx field has the following meaning:
39 Elf32_Word idx; member in struct:shdr_info_t
  /external/iproute2/tc/
q_prio.c 37 int idx = 0; local
78 if (idx > TC_PRIO_MAX) {
82 opt.priomap[idx++] = band;
89 for (; idx < TC_PRIO_MAX; idx++)
90 opt.priomap[idx] = opt.priomap[TC_PRIO_BESTEFFORT];
q_rr.c 37 int idx = 0; local
78 if (idx > TC_PRIO_MAX) {
82 opt.priomap[idx++] = band;
  /external/openssl/crypto/pkcs12/
p12_crt.c 68 int idx; local
70 idx = EVP_PKEY_get_attr_by_NID(pkey, nid, -1);
71 if (idx < 0)
73 attr = EVP_PKEY_get_attr(pkey, idx);
  /external/openssl/crypto/x509v3/
pcy_node.c 81 int idx; local
86 idx = sk_X509_POLICY_NODE_find(nodes, &l);
87 if (idx == -1)
90 return sk_X509_POLICY_NODE_value(nodes, idx);
  /frameworks/base/libs/utils/
misc.cpp 56 int len, totalLen, posn, idx; local
61 totalLen = idx = 0;
63 if (idx == argc || argv[idx] == NULL)
65 if (idx)
67 totalLen += strlen(argv[idx]);
68 idx++;
81 idx = posn = 0;
83 if (idx == argc || argv[idx] == NULL
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode_inline.h 25 Int idx, run, level, j; local
28 idx = 0;
53 RLB->level[idx] = -level;
54 RLB->s[idx] = 1;
55 RLB->run[idx] = run;
57 idx++;
61 RLB->level[idx] = level;
62 RLB->s[idx] = 0;
63 RLB->run[idx] = run;
65 idx++
116 Int idx, run, level, j; local
230 Int idx, run, level = 0, j; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
hndrte_cons.h 36 uint idx; member in struct:__anon9569
  /system/core/libpixelflinger/
picker.cpp 133 int idx = 0; local
155 new_needs.t[idx++] = t;
  /cts/tools/annotation-helper/src/spechelper/
SimpleComputer.java 136 int idx = 0; local
142 idx = klen - i;
146 if (idx != 0) {
147 System.out.println("idx:"+idx);
150 context.getInvocationOffset() - idx, idx, replace

Completed in 831 milliseconds

1 2 3 4 5 6 7 8 91011>>