HomeSort by relevance Sort by last modified time
    Searched refs:pos2 (Results 76 - 100 of 140) sorted by null

1 2 34 5 6

  /external/icu4c/test/intltest/
dtfmapts.cpp 165 FieldPosition pos1(0), pos2(0);
174 res2 = it->format(d, res2, pos2);
nmfmapts.cpp 123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
134 res4 = cur_fr->format(l, res4, pos2);
dcfmapts.cpp 143 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
148 res2 = pat.format(l, res2, pos2);
  /external/hyphenation/
hyphen.c 903 int * pos2; local
909 pos2 = pos2_buf;
914 pos2 = hnj_malloc (word_size * sizeof(int));
934 hyphens2, &rep2, &pos2, &cut2, clhmin,
951 (*pos)[begin + j] = pos2[j];
977 free(pos2);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ripemd/asm/
rmd-586.pl 79 local($a,$b,$c,$d,$e,$pos,$s,$o,$pos2)=@_;
108 &mov($tmp2, &Xv($pos2)) if $o == 1;
117 local($a,$b,$c,$d,$e,$pos,$pos2,$s,$K,$o)=@_;
132 &mov($tmp1, &Xv($pos2)) if $o <= 0; # XXXXXXXXXXXXXX
152 &mov($tmp2, &Xv($pos2)) if $o <= 0;
172 local($a,$b,$c,$d,$e,$pos,$s,$K,$o,$pos2)=@_;
200 &mov($tmp2, &Xv($pos2)) if $o == 2;
  /external/openssl/crypto/ripemd/asm/
rmd-586.pl 79 local($a,$b,$c,$d,$e,$pos,$s,$o,$pos2)=@_;
108 &mov($tmp2, &Xv($pos2)) if $o == 1;
117 local($a,$b,$c,$d,$e,$pos,$pos2,$s,$K,$o)=@_;
132 &mov($tmp1, &Xv($pos2)) if $o <= 0; # XXXXXXXXXXXXXX
152 &mov($tmp2, &Xv($pos2)) if $o <= 0;
172 local($a,$b,$c,$d,$e,$pos,$s,$K,$o,$pos2)=@_;
200 &mov($tmp2, &Xv($pos2)) if $o == 2;
  /external/oprofile/libop/
op_events.c 579 struct list_head * pos, * pos2; local
583 list_for_each_safe (pos, pos2, &events_list) {
665 struct list_head * pos, * pos2; local
666 list_for_each_safe(pos, pos2, &events_list) {
671 list_for_each_safe(pos, pos2, &um_list) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1167 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2]
1174 unsigned HOST_WIDE_INT pos2,
1177 if (pos1 >= pos2
1179 || pos1 < (pos2 + size2)))
1181 if (pos2 >= pos1
1183 || pos2 < (pos1 + size1)))
  /prebuilts/gcc/darwin-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]
1174 unsigned HOST_WIDE_INT pos2,
1177 if (pos1 >= pos2
1179 || pos1 < (pos2 + size2)))
1181 if (pos2 >= pos1
1183 || pos2 < (pos1 + size1)))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 1167 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2]
1174 unsigned HOST_WIDE_INT pos2,
1177 if (pos1 >= pos2
1179 || pos1 < (pos2 + size2)))
1181 if (pos2 >= pos1
1183 || pos2 < (pos1 + size1)))
  /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]
1174 unsigned HOST_WIDE_INT pos2,
1177 if (pos1 >= pos2
1179 || pos1 < (pos2 + size2)))
1181 if (pos2 >= pos1
1183 || pos2 < (pos1 + size1)))
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 602 char *pos, *pos2, cmd[50]; local
620 pos2 = strchr(pos, ' ');
622 if (pos2) {
623 ssid_len = (pos2 - pos) / 2;
632 pos = pos2 + 1;
1744 const char *pos, *pos2; local
2320 const char *pos2; local
    [all...]
  /external/chromium_org/third_party/jinja2/
lexer.py 641 pos2 = m.end()
666 elif pos2 == pos:
670 pos = pos2
  /external/wpa_supplicant_8/hostapd/
hostapd_cli.c 934 char *pos2 = os_strrchr(pos, '"'); local
935 if (pos2)
936 pos = pos2 + 1;
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmapts.cpp 137 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
142 res2 = pat.format(l, res2, pos2);
nmfmapts.cpp 123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
134 res4 = cur_fr->format(l, res4, pos2);
  /external/icu4c/test/cintltst/
cnumtst.c 143 UFieldPosition pos2; local
272 pos2.field = UNUM_FRACTION_FIELD;
273 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
281 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status);
292 if(pos2.beginIndex == 9 && pos2.endIndex == 11)
327 pos2.field = UNUM_INTEGER_FIELD;
328 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
333 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
343 if (pos2.beginIndex == 1 && pos2.endIndex == 6)
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
frame.c 472 uint64_t pos1, pos2, pos3; local
498 pos2 = VP8BitWriterPos(bw);
513 it->luma_bits_ = pos2 - pos1;
514 it->uv_bits_ = pos3 - pos2;
  /external/webp/src/enc/
frame.c 472 uint64_t pos1, pos2, pos3; local
498 pos2 = VP8BitWriterPos(bw);
513 it->luma_bits_ = pos2 - pos1;
514 it->uv_bits_ = pos3 - pos2;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 551 int pos1, pos2; local
635 pos2 = (WebRtc_Word16)(WEBRTC_SPL_MUL_16_16(k, UPDATE)/2);
637 maskdata->DataBufferLoQ0[pos1] = inLoQ0[QLOOKAHEAD + pos2];
638 maskdata->DataBufferHiQ0[pos1] = inHiQ0[pos2++];
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 1575 int pos2 = descriptor.indexOf('\/', pos + 1); local
    [all...]
  /external/grub/netboot/
sk_g16.c 1112 pos2 = inb(SK_POS2), local
1118 "## pos0=%#hX pos1=%#hX pos2=%#hX pos3=%#hX pos4=%#hX\n",
1119 SK_NAME, text, pos0, pos1, pos2, (pos3<<14), pos4);
  /external/chromium_org/chrome/test/pyautolib/
remote_inspector_client.py 208 pos2 = data.find('\x00')
209 if pos2 >= 0:
210 data = data[pos2 + 1:]
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 463 function DiffChunk(pos1, pos2, len1, len2) {
465 this.pos2 = pos2;
506 return pos + chunk.pos2 + chunk.len2 - chunk.pos1 - chunk.len1;
523 return pos - diff_chunk.pos1 + diff_chunk.pos2;
609 pos_diff = chunk.pos2 + chunk.len2 - (chunk.pos1 + chunk.len1);
    [all...]
  /external/v8/src/
liveedit-debugger.js 446 function DiffChunk(pos1, pos2, len1, len2) {
448 this.pos2 = pos2;
489 return pos + chunk.pos2 + chunk.len2 - chunk.pos1 - chunk.len1;
506 return pos - diff_chunk.pos1 + diff_chunk.pos2;
592 pos_diff = chunk.pos2 + chunk.len2 - (chunk.pos1 + chunk.len1);
    [all...]

Completed in 2015 milliseconds

1 2 34 5 6