HomeSort by relevance Sort by last modified time
    Searched refs:pos1 (Results 26 - 47 of 47) sorted by null

12

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1167 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2]
1172 ranges_overlap_p (unsigned HOST_WIDE_INT pos1,
1177 if (pos1 >= pos2
1179 || pos1 < (pos2 + size2)))
1181 if (pos2 >= pos1
1183 || pos2 < (pos1 + size1)))
  /external/icu4c/test/intltest/
dcfmapts.cpp 137 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
139 res1 = def.format(d, res1, pos1);
nmfmapts.cpp 123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
131 res3 = cur_fr->format(d, res3, pos1);
itrbnf.cpp 252 FieldPosition pos1, pos2; local
260 intFormatResult = formatter->format(intFormatNum, ruleSetName, intFormatResult, pos1, status);
284 intFormatResult = formatter->format(intFormatNum, "BLABLA", intFormatResult, pos1, status);
    [all...]
numrgts.cpp     [all...]
  /external/libvpx/mkvparser/
mkvparser.cpp 4555 long long pos1 = start; local
5049 long long pos1 = start; local
    [all...]
  /external/grub/netboot/
sk_g16.c 170 * If POS0,POS1 contain the following ID, then we know
1111 pos1 = inb(SK_POS1), local
1118 "## pos0=%#hX pos1=%#hX pos2=%#hX pos3=%#hX pos4=%#hX\n",
1119 SK_NAME, text, pos0, pos1, pos2, (pos3<<14), pos4);
  /external/bluetooth/glib/tests/
sequence-test.c 1048 int pos1 = queue_link_index (seq, link1); local
1053 g_assert (pos1 == pos2);
1057 g_assert (pos1 < pos2);
1061 g_assert (pos1 > pos2);
  /external/webp/src/enc/
frame.c 393 uint64_t pos1, pos2, pos3; local
399 pos1 = VP8BitWriterPos(bw);
433 it->luma_bits_ = pos2 - pos1;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 777 int pos1 = 0; local
    [all...]
  /external/freetype/src/autofit/
aflatin.c 974 FT_Pos pos1 = seg1->pos; local
978 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 )
981 FT_Pos dist = pos2 - pos1;
    [all...]
aflatin2.c 974 FT_Pos pos1 = seg1->pos; local
976 FT_Pos dist = pos2 - pos1;
    [all...]
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 205 assertEquals("two", a[pos+1], "pos1:" + pos);
  /external/v8/test/cctest/
test-debug.cc 2539 char* pos1 = strstr(message, prefix); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1307 milliseconds

12