HomeSort by relevance Sort by last modified time
    Searched full:pos2 (Results 101 - 125 of 326) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 539 int pos1, pos2; local
621 pos2 = (int16_t)(k * UPDATE / 2);
623 maskdata->DataBufferLoQ0[pos1] = inLoQ0[QLOOKAHEAD + pos2];
624 maskdata->DataBufferHiQ0[pos1] = inHiQ0[pos2++];
entropy_coding.c 942 int16_t pos, pos2, posg, poss; local
993 pos2 = LPC_SHAPE_ORDER * k;
996 WebRtcIsacfix_kT1ShapeQ15[model][pos2] >> 7; // (Q10*Q15)>>7 = Q18
998 pos2++;
    [all...]
  /art/compiler/utils/
intrusive_forward_list_test.cc 769 auto pos2 = list2.before_begin(); local
771 pos2 = list2.insert_after(pos2, storage[idx]);
  /external/libmojo/third_party/jinja2/
lexer.py 693 pos2 = m.end()
718 elif pos2 == pos:
722 pos = pos2
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 611 int32_t pos2 = ubrk_first(bi2); local
614 if (pos2 != pos) {
615 log_err("FAIL: interator from ubrk_openBinaryRules does not match original, get pos = %d instead of %d", pos2, pos);
617 pos2 = ubrk_next(bi2);
619 } while ((pos != UBRK_DONE || pos2 != UBRK_DONE) && maxCount-- > 0);
    [all...]
cnumtst.c 168 UFieldPosition pos2; local
297 pos2.field = UNUM_FRACTION_FIELD;
298 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
306 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status);
319 if(pos2.beginIndex == 9 && pos2.endIndex == 11)
354 pos2.field = UNUM_INTEGER_FIELD;
355 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
360 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
371 if (pos2.beginIndex == 1 && pos2.endIndex == 6)
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 1037 CFX_PointF pos2 = pPathData->GetPoint(1); local
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 14 // size_type pos2, size_type n=npos);
26 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2,
31 if (pos1 <= old_size && pos2 <= str.size())
33 s.insert(pos1, str, pos2, n);
42 s.insert(pos1, str, pos2, n);
47 assert(pos1 > old_size || pos2 > str.size());
56 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected)
60 if (pos1 <= old_size && pos2 <= str.size())
62 s.insert(pos1, str, pos2);
71 s.insert(pos1, str, pos2);
    [all...]
size_T_size_size.pass.cpp 13 // basic_string& assign(size_type pos1, const T& t, size_type pos2, size_type n=npos); // C++17
26 test(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2,
32 if (pos1 <= old_size && pos2 <= sv.size())
34 s.insert(pos1, sv, pos2, n);
43 s.insert(pos1, sv, pos2, n);
48 assert(pos1 > old_size || pos2 > sv.size());
57 test_npos(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, S expected)
62 if (pos1 <= old_size && pos2 <= sv.size())
64 s.insert(pos1, sv, pos2);
73 s.insert(pos1, sv, pos2);
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp 3468 int pos2 = s.Find(L':'); local
3529 int pos2 = s.Find(L'.', pos); local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 14 // size_type pos2, size_type n=npos);
26 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2,
31 if (pos1 <= old_size && pos2 <= str.size())
33 s.insert(pos1, str, pos2, n);
42 s.insert(pos1, str, pos2, n);
47 assert(pos1 > old_size || pos2 > str.size());
56 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected)
60 if (pos1 <= old_size && pos2 <= str.size())
62 s.insert(pos1, str, pos2);
71 s.insert(pos1, str, pos2);
    [all...]
size_T_size_size.pass.cpp 13 // basic_string& assign(size_type pos1, const T& t, size_type pos2, size_type n=npos); // C++17
26 test(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2,
32 if (pos1 <= old_size && pos2 <= sv.size())
34 s.insert(pos1, sv, pos2, n);
43 s.insert(pos1, sv, pos2, n);
48 assert(pos1 > old_size || pos2 > sv.size());
57 test_npos(S s, typename S::size_type pos1, SV sv, typename S::size_type pos2, S expected)
62 if (pos1 <= old_size && pos2 <= sv.size())
64 s.insert(pos1, sv, pos2);
73 s.insert(pos1, sv, pos2);
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.c 283 const u8 *pos2; local
288 pos2 = search_tag("Proc-Type: 4,ENCRYPTED", pos, end - pos);
289 if (pos2) {
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
reader.go 842 pos2, err := sr.Seek(n-1, io.SeekCurrent)
843 if pos2 < 0 || err != nil {
846 seekSkipped = pos2 - pos1
  /prebuilts/go/linux-x86/src/archive/tar/
reader.go 842 pos2, err := sr.Seek(n-1, io.SeekCurrent)
843 if pos2 < 0 || err != nil {
846 seekSkipped = pos2 - pos1
  /external/pdfium/core/fxge/
cfx_renderdevice.cpp 522 CFX_PointF pos2 = pPoints[1].m_Point; local
525 pos2 = pObject2Device->Transform(pos2);
527 DrawCosmeticLine(pos1, pos2, fill_color, fill_mode, blend_type);
    [all...]
  /external/v8/src/debug/
liveedit.h 170 virtual void AddChunk(int pos1, int pos2, int len1, int len2) = 0;
  /external/webp/src/enc/
frame_enc.c 310 uint64_t pos1, pos2, pos3; local
336 pos2 = VP8BitWriterPos(bw);
351 it->luma_bits_ = pos2 - pos1;
352 it->uv_bits_ = pos3 - pos2;
  /frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
SortedListTest.java 374 int pos2 = random.nextInt(count); local
375 if (pos1 != pos2) {
377 items[pos1] = items[pos2];
378 items[pos2] = temp;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 111 FieldPosition pos2 = new FieldPosition(0); local
118 res2 = pat.format(l, res2, pos2);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPIC.java 108 FieldPosition pos2 = new FieldPosition(0); local
115 res2 = pat.format(l, res2, pos2);
  /external/icu/icu4c/source/i18n/
astro.cpp 791 // Equatorial pos2 = eclipticToEquatorial(lambda2, 0);
798 // H = ::acos(-tanL * ::tan(pos2.declination));
799 // double lst2r = (CalendarAstronomer_PI2-H + pos2.ascension ) * 24 / CalendarAstronomer_PI2;
800 // double lst2s = (H + pos2.ascension ) * 24 / CalendarAstronomer_PI2;
837 // double dec = (pos1.declination + pos2.declination) / 2;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 731 // Equatorial pos2 = eclipticToEquatorial(lambda2, 0);
738 // H = Math.acos(-tanL * Math.tan(pos2.declination));
739 // double lst2r = (PI2-H + pos2.ascension ) * 24 / PI2;
740 // double lst2s = (H + pos2.ascension ) * 24 / PI2;
777 // double dec = (pos1.declination + pos2.declination) / 2;
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 2106 int pos2 = descriptor.indexOf('\/', pos + 1); local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 1162 u8 *pos, *pos2; local
1171 pos2 = eap_fast_write_pac_request(pos, PAC_TYPE_TUNNEL_PAC);
1172 wpabuf_put(tmp, pos2 - pos);
    [all...]

Completed in 546 milliseconds

1 2 3 45 6 7 8 91011>>