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

<<21222324252627282930>>

  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 449 my ($idx,$ido)=("%r8","%r9");
474 xor $idx,$idx
478 add ($inp,$len,1),$idx#b
479 add %r10b,$idx#b
481 mov ($dat,$idx,4),%r11d
483 mov %r10d,($dat,$idx,4)
  /external/skia/samplecode/
SampleWarp.cpp 291 uint16_t* idx = fIndices; local
301 *idx++ = index;
302 *idx++ = index + rows + 1;
303 *idx++ = index + 1;
305 *idx++ = index + 1;
306 *idx++ = index + rows + 1;
307 *idx++ = index + rows + 2;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_libtomcrypt.c 309 int idx, res, rc4 = 0; local
313 idx = find_cipher("aes");
316 idx = find_cipher("3des");
319 idx = find_cipher("des");
322 idx = find_cipher("rc2");
325 idx = -1;
345 res = cbc_start(idx, iv, key, key_len, 0, &ctx->u.cbc);
  /external/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c 302 int idx, res, rc4 = 0; local
306 idx = find_cipher("aes");
309 idx = find_cipher("3des");
312 idx = find_cipher("des");
315 idx = find_cipher("rc2");
318 idx = -1;
338 res = cbc_start(idx, iv, key, key_len, 0, &ctx->u.cbc);
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 284 public boolean selectDrawable(int idx) {
285 if (idx == mCurIndex) {
291 if (DEBUG) android.util.Log.i(TAG, toString() + " from " + mCurIndex + " to " + idx
310 if (idx >= 0 && idx < mDrawableContainerState.mNumChildren) {
311 Drawable d = mDrawableContainerState.mDrawables[idx];
313 mCurIndex = idx;
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 313 int idx = mTitleIdx; local
316 idx = mArtistIdx;
319 idx = mAlbumIdx;
322 mIndexer = new MusicAlphabetIndexer(cursor, idx,
469 int idx = path.lastIndexOf('/'); local
470 if (idx >= 0) {
471 path = path.substring(0, idx);
  /frameworks/base/tools/aapt/
Images.cpp 810 int i, j, rr, gg, bb, aa, idx; local
867 for (idx = 0; idx < num_colors; idx++) {
868 if (colors[idx] == col) {
877 *out++ = idx;
941 for (int idx = 0; idx < num_colors; idx++) {
942 col = colors[idx];
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 100 FT_UInt idx )
102 PSH_Hint hint = table->hints + idx;
105 if ( idx >= table->max_hints )
107 FT_TRACE0(( "psh_hint_table_record: invalid hint index %d\n", idx ));
151 FT_UInt idx, limit; local
156 for ( idx = 0; idx < limit; idx++ )
165 psh_hint_table_record( table, idx );
231 FT_UInt idx; local
252 FT_UInt idx, limit, count; local
    [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 1292 int idx[RANSAC_SIZE0]; local
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 681 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
682 unsigned int id = transformType[idx].id;
706 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
707 unsigned int id = blendType[idx].id;
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 323 int idx = bytes.getUnsignedShort(offset); local
324 TypedConstant cst = (TypedConstant) pool.get(idx);
358 int idx = bytes.getUnsignedShort(offset); local
359 CstType type = (CstType) pool.get(idx);
361 idx = bytes.getUnsignedShort(offset + 2);
362 CstNat method = (CstNat) pool.get0Ok(idx);
684 int idx = bytes.getUnsignedShort(offset); local
685 CstString cst = (CstString) pool.get(idx);
706 int idx = bytes.getUnsignedShort(offset); local
707 CstString cst = (CstString) pool.get(idx);
    [all...]
  /dalvik/vm/analysis/
DexPrepare.cpp 927 u4 idx; local
1004 u4 idx; local
    [all...]
  /external/aac/libAACenc/src/
aacenc.cpp 765 int idx = qcOut->qcElement[el]->nExtensions++; local
767 qcOut->qcElement[el]->extension[idx].type = extPayload[n].dataType; /* Perform a sanity check on the type? */
768 qcOut->qcElement[el]->extension[idx].nPayloadBits = extPayload[n].dataSize;
769 qcOut->qcElement[el]->extension[idx].pPayload = extPayload[n].pData;
773 &qcOut->qcElement[el]->extension[idx],
824 int idx = qcOut->nExtensions++; local
826 qcOut->extension[idx].type = extPayload[n].dataType; /* Perform a sanity check on the type? */
827 qcOut->extension[idx].nPayloadBits = payloadBits;
828 qcOut->extension[idx].pPayload = extPayload[n].pData;
831 &qcOut->extension[idx],
    [all...]
  /external/freetype/src/psaux/
psobjs.c 157 /* idx :: The index of the object in the table. */
169 FT_Int idx,
173 if ( idx < 0 || idx >= table->max_elems )
214 table->elements[idx] = table->block + table->cursor;
215 table->lengths [idx] = length;
1034 FT_UInt idx; local
1044 idx = 0;
1075 idx = 1;
1082 for ( ; count > 0; count--, idx++
    [all...]
  /external/libvpx/build/make/
obj_int_extract.c 386 int parse_elf_section(elf_obj_t *elf, int idx, Elf32_Shdr *hdr32, Elf64_Shdr *hdr64)
390 if (idx >= elf->hdr32.e_shnum)
393 COPY_STRUCT(hdr32, elf->buf, elf->hdr32.e_shoff + idx * elf->hdr32.e_shentsize,
408 if (idx >= elf->hdr64.e_shnum)
411 COPY_STRUCT(hdr64, elf->buf, elf->hdr64.e_shoff + idx * elf->hdr64.e_shentsize,
430 char *parse_elf_string_table(elf_obj_t *elf, int s_idx, int idx)
439 s_idx, idx);
443 return (char *)(elf->buf + shdr.sh_offset + idx);
452 s_idx, idx);
456 return (char *)(elf->buf + shdr.sh_offset + idx);
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 634 int idx; local
640 for ( idx = 0 ; idx < metadata->number_of_faces ; idx++ ) {
642 idx,
643 metadata->faces[idx].rect[0],
644 metadata->faces[idx].rect[1],
645 metadata->faces[idx].rect[2],
646 metadata->faces[idx].rect[3]);
1173 params.set(CameraParameters::KEY_ZOOM, zoom[zoomIDX].idx);
    [all...]
  /dalvik/vm/interp/
Interp.cpp 191 int idx = dvmBreakpointSetFind(pSet, addr); local
192 if (idx < 0)
195 *pOrig = pSet->breakpoints[idx].originalOpcode;
238 int idx = dvmBreakpointSetFind(pSet, addr); local
241 if (idx < 0) {
297 pBreak = &pSet->breakpoints[idx];
315 int idx = dvmBreakpointSetFind(pSet, addr); local
317 if (idx < 0) {
328 Breakpoint* pBreak = &pSet->breakpoints[idx];
342 if (idx != pSet->count-1)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 750 for idx, child in enumerate(childTree.children):
752 child.childIndex = len(self.children) + idx
787 for idx, child in enumerate(self.children[i:]):
788 child.childIndex = i + idx
821 for idx, child in enumerate(newChildren):
822 self.children[idx + startChildIndex] = child
824 child.childIndex = idx + startChildIndex
844 for idx, child in enumerate(self.children[offset:]):
845 child.childIndex = idx + offset
862 for idx, child in enumerate(self.children)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 549 int idx, Type type, int value) {
567 localVariables.pcAndIndexToLocal(localOffset, idx);
584 machine.localArg(frame, idx);
594 machine.localTarget(idx, localType, item);
600 machine.localArg(frame, idx);
601 machine.localTarget(idx, localType, item);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 1084 int idx = value.lastIndexOf(':'); local
1085 if (idx >= 0)
1086 value = value.substring(idx + 1);
1087 idx = value.lastIndexOf('@');
1088 if (idx >= 0)
1089 value = value.substring(idx + 1);
    [all...]
  /external/icu4c/test/intltest/
restest.cpp 174 int idx; local
175 for (idx = 0; idx < (int)(sizeof(param)/sizeof(param[0])); idx++) {
176 delete param[idx].locale;
177 param[idx].locale = NULL;
  /external/libxml2/
xmlmemory.c 649 unsigned idx; local
667 idx = 0;
671 fprintf(fp,"%-5u %6lu %6lu ",idx++,p->mh_number,
720 unsigned idx; local
748 idx = 0;
752 fprintf(fp,"%-5u %6lu %6lu ",idx++,p->mh_number,
  /external/linux-tools-perf/util/
symbol.c 786 * @idx: uint32_t idx
789 #define elf_symtab__for_each_symbol(syms, nr_syms, idx, sym) \
790 for (idx = 0, gelf_getsym(syms, idx, &sym);\
791 idx < nr_syms; \
792 idx++, gelf_getsym(syms, idx, &sym))
847 size_t *idx)
858 if (idx)
888 uint32_t nr_rel_entries, idx; local
1076 uint32_t idx; local
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 125 reference operator[](unsigned idx) {
126 assert(begin() + idx < end());
127 return begin()[idx];
129 const_reference operator[](unsigned idx) const {
130 assert(begin() + idx < end());
131 return begin()[idx];

Completed in 1288 milliseconds

<<21222324252627282930>>