HomeSort by relevance Sort by last modified time
    Searched full:index2 (Results 26 - 50 of 53) sorted by null

12 3

  /external/dropbear/libtommath/
booker.pl 46 $index2{@m[1]} = $section;
191 $b = $index2{$word};
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_xbios.c 206 static const unsigned short INDEX2[4] = { 0, 2, 4, 6 };
245 dest_ctrl |= (INDEX2[src]<<12);
  /external/icu4c/common/
utrie2_impl.h 144 int32_t index2[UNEWTRIE2_MAX_INDEX_2_LENGTH]; member in struct:UNewTrie2
utrie2.c 51 block=trie->index2[i2];
620 block=trie->newTrie->index2[i2Block+i2];
  /external/webkit/WebCore/accessibility/
AccessibilityObject.cpp 683 int index2 = index(positionRange.end); local
684 if (index1 < 0 || index2 < 0 || index1 > index2)
687 return PlainTextRange(index1, index2 - index1);
    [all...]
AccessibilityRenderObject.cpp 2385 int index2 = indexForVisiblePosition(endPosition); local
    [all...]
  /external/libxml2/
xinclude.c 908 int index1, index2; local
926 index2 = range->index2;
966 len = index2;
972 len = index2;
1003 if (index2 > 1) {
1004 end = xmlXIncludeGetNthChild(cur, index2 - 1);
1005 index2 = 0;
    [all...]
xpath.c 1064 ((cur->user2 == cur->user) && (cur->index == cur->index2))) {
1083 if (cur->index2 >= 0)
1084 fprintf(output, "index %d in ", cur->index2);
    [all...]
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
d8_31pf.cpp 105 index2 -- Word16 -- index for second pos in pos_index[]
167 Word16 index2, /* i : index for second pos in pos_index[] */
179 pos_indx[index2] = ((MSBs-25*(MSBs/25))/5)*2 + (LSBs-4*(LSBs/4))/2;
242 pos_indx[index2] = ib + (ic >> 1);
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d8_31pf.cpp 105 index2 -- Word16 -- index for second pos in pos_index[]
167 Word16 index2, /* i : index for second pos in pos_index[] */
179 pos_indx[index2] = ((MSBs-25*(MSBs/25))/5)*2 + (LSBs-4*(LSBs/4))/2;
242 pos_indx[index2] = ib + (ic >> 1);
  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 392 inline void JIT::emitLoad2(unsigned index1, RegisterID tag1, RegisterID payload1, unsigned index2, RegisterID tag2, RegisterID payload2)
396 emitLoad(index2, tag2, payload2);
399 emitLoad(index2, tag2, payload2);
JIT.h 403 void emitLoad2(unsigned index1, RegisterID tag1, RegisterID payload1, unsigned index2, RegisterID tag2, RegisterID payload2);
    [all...]
  /external/qemu/block/
vvfat.c 1096 /* mappings between index1 and index2-1 are supposed to be ordered
1099 static inline int find_mapping_for_cluster_aux(BDRVVVFATState* s,int cluster_num,int index1,int index2)
1104 index3=(index1+index2)/2;
1108 assert(index2!=index3 || index2==0);
1109 if(index2==index3)
1111 index2=index3;
1114 return mapping->end<=cluster_num ? index2 : index1;
1117 assert(index1<=index2);
1120 assert(index2 >= s->mapping.next |
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /external/libxml2/include/libxml/
xpath.h 121 int index2; member in struct:_xmlXPathObject
  /external/skia/src/core/
SkDraw.cpp     [all...]
  /external/v8/src/x64/
ic-x64.cc 772 SmiIndex index2 = masm->SmiToIndex(kScratchRegister, rbx, kPointerSizeLog2); local
773 __ movq(Operand(rcx, index2.reg, index2.scale,
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 287 int index2 = line.indexOf(' ', index); local
290 String pidStr = line.substring(index, index2);
    [all...]
  /external/webkit/WebCore/dom/
Node.cpp 2107 unsigned index2 = chain2.size(); local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 2117 int index2 = makeNodeIdentity(nodeHandle2); local
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
bitstream_io.cpp 361 /*if (!(getPointerENC(index1, index2)%8) && short_video_header[0]) return 0;*/
  /development/tools/zoneinfo/tzdata2009s/
southamerica 214 # <a href="http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc">
215 # http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gprof 

Completed in 1924 milliseconds

12 3