HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 151 - 175 of 1508) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/bench/
VertBench.cpp 28 IDX = ROW * COL * 6,
35 uint16_t fIdx[IDX];
37 static void load_2_tris(uint16_t idx[], int x, int y, int rb) {
39 idx[0] = n; idx[1] = n + 1; idx[2] = rb + n + 1;
40 idx[3] = n; idx[4] = rb + n + 1; idx[5] = n + rb;
49 uint16_t* idx = fIdx local
    [all...]
  /external/skia/src/utils/
SkMeshUtils.cpp 51 uint16_t* idx = fIndices; local
55 *idx++ = index;
56 *idx++ = index + rows + 1;
57 *idx++ = index + 1;
59 *idx++ = index + 1;
60 *idx++ = index + rows + 1;
61 *idx++ = index + rows + 2;
91 SkMeshIndices idx; local
93 if (idx.init(bitmap.width(), bitmap.height(), rows, cols)) {
99 rows * cols, verts, idx.tex(), colors, NULL
    [all...]
  /external/webkit/Source/WebKit/android/wds/
DebugServer.h 61 Frame* getFrame(unsigned idx) {
62 if (idx < m_frames.size())
63 return m_frames.at(idx);
  /external/elfutils/libdwfl/
segment.c 152 size_t idx = (l + u) / 2; local
153 if (address < dwfl->lookup_addr[idx])
154 u = idx;
157 l = idx + 1;
159 return idx;
176 int idx = lookup (dwfl, start, hint); local
177 if (unlikely (idx < 0))
182 idx = 0;
184 else if (dwfl->lookup_addr[idx] > start)
187 if (unlikely (insert (dwfl, idx + 1, start, end
244 int idx = lookup (dwfl, address, -1); local
    [all...]
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Core.pm 39 foreach my $idx (sort {$a <=> $b} keys %trace_flags) {
40 if (!$value && !$idx) {
45 if ($idx && ($value & $idx) == $idx) {
49 $string .= "$trace_flags{$idx}";
51 $value &= ~$idx;
69 foreach my $idx (sort {$a <=> $b} keys %{$flag_fields{$event_name}{$field_name}{"values"}}) {
70 if (!$value && !$idx) {
71 $string .= "$flag_fields{$event_name}{$field_name}{'values'}{$idx}";
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
FramebufferData.cpp 54 int idx = attachmentPointIndex(attachment); local
56 if (m_attachPoints[idx].target != target ||
57 m_attachPoints[idx].name != name ||
58 m_attachPoints[idx].obj.Ptr() != obj.Ptr() ||
59 m_attachPoints[idx].owned != takeOwnership) {
61 detachObject(idx);
63 m_attachPoints[idx].target = target;
64 m_attachPoints[idx].name = name;
65 m_attachPoints[idx].obj = obj;
66 m_attachPoints[idx].owned = takeOwnership
81 int idx = attachmentPointIndex(attachment); local
    [all...]
  /external/chromium/net/tools/flip_server/
ring_buffer.h 96 int set_read_idx(int idx) { return read_idx_ = idx; }
97 int set_write_idx(int idx) { return write_idx_ = idx; }
  /frameworks/rs/driver/
rsdVertexArray.cpp 66 void RsdVertexArray::logAttrib(uint32_t idx, uint32_t slot) const {
67 if (idx == 0) {
71 idx, slot,
72 mAttribs[idx].name.string(),
73 mAttribs[idx].buffer,
74 mAttribs[idx].ptr,
75 mAttribs[idx].size,
76 mAttribs[idx].type,
77 mAttribs[idx].stride,
78 mAttribs[idx].normalized
    [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;
  /external/freetype/src/cff/
cffload.c 202 cff_index_read_offset( CFF_Index idx,
206 FT_Stream stream = idx->stream;
211 if ( !FT_STREAM_READ( tmp, idx->off_size ) )
216 for ( nn = 0; nn < idx->off_size; nn++ )
226 cff_index_init( CFF_Index idx,
235 FT_MEM_ZERO( idx, sizeof ( *idx ) );
237 idx->stream = stream;
238 idx->start = FT_STREAM_POS();
257 idx->count = count
585 CFF_Index idx = &font->name_index; local
1522 FT_UInt idx; local
1631 FT_UInt idx; local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArray.java 83 * @param idx {@code >= 0, < getMaxLocals();} which local
84 * @param type {@code non-null;} new type for the local at {@code idx}
86 public abstract void set(int idx, TypeBearer type);
101 * @param idx {@code >= 0, < getMaxLocals();} which local
103 public abstract void invalidate(int idx);
109 * @param idx {@code >= 0, < getMaxLocals();} which local
112 public abstract TypeBearer getOrNull(int idx);
119 * @param idx {@code >= 0, < getMaxLocals();} which local
121 * @throws SimException thrown if {@code idx} is valid, but
124 public abstract TypeBearer get(int idx);
    [all...]
  /external/compiler-rt/lib/tsan/benchmarks/
mini_bench_local.cc 12 void Run(int idx) {
14 a[i + idx * n] = i;
18 long idx = (long)arg; local
19 printf("Thread %ld started\n", idx);
21 Run(idx);
22 printf("Thread %ld done\n", idx);
  /external/elfutils/libelf/
elf_getscn.c 63 elf_getscn (elf, idx)
65 size_t idx;
87 if (idx < runp->max)
89 if (idx < runp->cnt)
90 result = &runp->data[idx];
96 idx -= runp->max;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
PopupMenuQt.cpp 41 virtual QString itemText(int idx) const { return QString(d ? d->itemText(idx) : ""); }
42 virtual QString itemToolTip(int idx) const { return QString(d ? d->itemToolTip(idx) : ""); }
43 virtual bool itemIsEnabled(int idx) const { return d ? d->itemIsEnabled(idx) : false; }
45 virtual bool itemIsSelected(int idx) const { return d ? d->itemIsSelected(idx) : false; }
49 virtual QColor itemBackgroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).backgroundColor()) : QColor();
    [all...]
  /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/srec/portable/src/
phashtable.c 41 unsigned int idx; member in struct:PHashTableEntry_t
162 unsigned int idx)
164 PHashTableEntry *entry = table->entries[idx];
193 entry->table->entries[entry->idx] = entry->next;
212 unsigned int idx; local
218 idx = hashCode % table->args.capacity;
219 if ((entry = getEntry(table, key, hashCode, idx)) != NULL)
258 unsigned int idx; local
265 idx = hashCode % table->args.capacity;
267 result = getEntry(table, key, hashCode, idx);
276 unsigned int i, idx; local
344 unsigned int hashCode, idx; local
426 unsigned int hashCode, idx; local
504 unsigned int idx; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmcdc.h 62 #define CDC_SET_IF_IDX(hdr, idx) \
63 ((hdr)->flags = (((hdr)->flags & ~CDCF_IOC_IF_MASK) | ((idx) << CDCF_IOC_IF_SHIFT)))
96 #define BDC_SET_PAD_LEN(hdr, idx) \
98 (((idx) & BDC_FLAG2_PAD_IDX) << BDC_FLAG2_PAD_SHIFT))); \
100 (((idx) & BDC_FLAG_PAD_IDX) << BDC_FLAG_PAD_SHIFT)))
104 #define BDC_SET_IF_IDX(hdr, idx) \
105 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 62 #define CDC_SET_IF_IDX(hdr, idx) \
63 ((hdr)->flags = (((hdr)->flags & ~CDCF_IOC_IF_MASK) | ((idx) << CDCF_IOC_IF_SHIFT)))
102 #define BDC_SET_IF_IDX(hdr, idx) \
103 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))
114 #define BDC_SET_PAD_LEN(hdr, idx) \
116 (((idx) & BDC_FLAG2_PAD_IDX) << BDC_FLAG2_PAD_SHIFT))); \
118 (((idx) & BDC_FLAG_PAD_IDX) << BDC_FLAG_PAD_SHIFT)))
  /dalvik/vm/analysis/
VfyBasicBlock.cpp 40 unsigned int idx = 0; local
48 if (idx < addrBufSize) {
49 addrBuf[idx] = handler->address;
51 idx++;
54 return idx;
72 static VfyBasicBlock* allocVfyBasicBlock(VerifierData* vdata, u4 idx)
245 unsigned int idx; local
250 for (idx = 0; idx < vdata->insnsSize; idx++)
307 u4 idx, blockStartAddr; local
536 unsigned int idx; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
SHA1Digest.java 179 int idx = 0; local
183 // E = rotateLeft(A, 5) + f(B, C, D) + E + X[idx++] + Y1
185 E += (A << 5 | A >>> 27) + f(B, C, D) + X[idx++] + Y1;
188 D += (E << 5 | E >>> 27) + f(A, B, C) + X[idx++] + Y1;
191 C += (D << 5 | D >>> 27) + f(E, A, B) + X[idx++] + Y1;
194 B += (C << 5 | C >>> 27) + f(D, E, A) + X[idx++] + Y1;
197 A += (B << 5 | B >>> 27) + f(C, D, E) + X[idx++] + Y1;
206 // E = rotateLeft(A, 5) + h(B, C, D) + E + X[idx++] + Y2
208 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2;
211 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2
    [all...]
  /development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java 67 int idx; local
68 for (idx = 0; idx < args.length; idx++) {
69 if (args[idx].equals("--help")) {
72 } else if (args[idx].startsWith("--uses-library=")) {
73 String libName = args[idx].substring(args[idx].indexOf('=')+1);
82 } else if (args[idx].startsWith("--ignore-package=")) {
83 String pkgName = args[idx].substring(args[idx].indexOf('=')+1)
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_at.c 85 UINT16 idx; local
90 for (idx = 0; p_cb->p_at_tbl[idx].p_cmd[0] != 0; idx++)
92 if (!utl_strucmp(p_cb->p_at_tbl[idx].p_cmd, p_cb->p_cmd_buf))
99 if (p_cb->p_at_tbl[idx].p_cmd[0] != 0)
102 p_arg = p_cb->p_cmd_buf + strlen(p_cb->p_at_tbl[idx].p_cmd);
139 if ((arg_type & p_cb->p_at_tbl[idx].arg_type) != 0)
143 p_cb->p_at_tbl[idx].fmt == BTA_AG_AT_INT)
146 if (int_arg < (INT16) p_cb->p_at_tbl[idx].min |
    [all...]
  /external/openssl/crypto/x509v3/
v3_lib.c 101 int idx; local
107 idx = sk_X509V3_EXT_METHOD_find(ext_list, &tmp);
108 if(idx == -1) return NULL;
109 return sk_X509V3_EXT_METHOD_value(ext_list, idx);
180 * The "idx" variable returns the last found extension and can
183 * due to a badly encoded certificate so if idx is NULL we
194 void *X509V3_get_d2i(STACK_OF(X509_EXTENSION) *x, int nid, int *crit, int *idx)
199 if(idx) *idx = -1;
203 if(idx) lastpos = *idx + 1
    [all...]
  /development/tools/emulator/opengl/system/egl/
ClientAPIExts.cpp 64 void initClientFuncs(const EGLClient_glesInterface *iface, int idx)
67 s_client_extensions[idx].fname = \
76 memset(&s_client_extensions[idx], 0, sizeof(struct _ext_table));
98 int idx = (int)thread->currentContext->version - 1; \
99 if (!s_client_extensions[idx].fname) { \
102 (*s_client_extensions[idx].fname) args; \
112 int idx = (int)thread->currentContext->version - 1; \
113 if (!s_client_extensions[idx].fname) { \
116 return (*s_client_extensions[idx].fname) args; \
  /packages/apps/Email/src/org/apache/james/mime4j/codec/
EncoderUtil.java 224 for (int idx = 0; idx < text.length(); idx++) {
225 char ch = text.charAt(idx);
361 int idx = 0; local
363 for (; idx < end - 2; idx += 3) {
364 int data = (bytes[idx] & 0xff) << 16 | (bytes[idx + 1] & 0xff) << 8
365 | bytes[idx + 2] & 0xff
    [all...]

Completed in 608 milliseconds

1 2 3 4 5 67 8 91011>>