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

1 2 3 45 6 7 8 910

  /external/opencv3/3rdparty/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/v8/src/debug/
liveedit.h 206 virtual void AddChunk(int pos1, int pos2, int len1, int len2) = 0;
  /external/webp/src/enc/
frame.c 299 uint64_t pos1, pos2, pos3; local
325 pos2 = VP8BitWriterPos(bw);
340 it->luma_bits_ = pos2 - pos1;
341 it->uv_bits_ = pos3 - pos2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 14 // size_type pos2, size_type n=npos);
25 test(S s, typename S::size_type pos1, S str, typename S::size_type pos2,
32 s.insert(pos1, str, pos2, n);
34 assert(pos1 <= old_size && pos2 <= str.size());
39 assert(pos1 > old_size || pos2 > str.size());
46 test_npos(S s, typename S::size_type pos1, S str, typename S::size_type pos2, S expected)
52 s.insert(pos1, str, pos2);
54 assert(pos1 <= old_size && pos2 <= str.size());
59 assert(pos1 > old_size || pos2 > str.size());
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]
  /external/icu/icu4c/source/i18n/
astro.cpp 789 // Equatorial pos2 = eclipticToEquatorial(lambda2, 0);
796 // H = ::acos(-tanL * ::tan(pos2.declination));
797 // double lst2r = (CalendarAstronomer_PI2-H + pos2.ascension ) * 24 / CalendarAstronomer_PI2;
798 // double lst2s = (H + pos2.ascension ) * 24 / CalendarAstronomer_PI2;
835 // double dec = (pos1.declination + pos2.declination) / 2;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 728 // Equatorial pos2 = eclipticToEquatorial(lambda2, 0);
735 // H = Math.acos(-tanL * Math.tan(pos2.declination));
736 // double lst2r = (PI2-H + pos2.ascension ) * 24 / PI2;
737 // double lst2s = (H + pos2.ascension ) * 24 / PI2;
774 // double dec = (pos1.declination + pos2.declination) / 2;
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 2136 int pos2 = descriptor.indexOf('\/', pos + 1); local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 1161 u8 *pos, *pos2; local
1170 pos2 = eap_fast_write_pac_request(pos, PAC_TYPE_TUNNEL_PAC);
1171 wpabuf_put(tmp, pos2 - pos);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
set.h 177 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
set.h 177 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go     [all...]
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go     [all...]
  /external/icu/icu4c/source/test/intltest/
dcfmapts.cpp 180 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
185 res2 = pat.format(l, res2, pos2);
    [all...]
itrbnf.cpp 256 FieldPosition pos1, pos2; local
265 doubleFormatResult = formatter->format(doubleFormatNum, ruleSetName, doubleFormatResult, pos2, status);
294 doubleFormatResult = formatter->format(doubleFormatNum, "TRUC", doubleFormatResult, pos2, status);
335 FieldPosition pos2; local
336 formatter->format((int64_t)4, formatter->getRuleSetName(0), result, pos2, status = U_ZERO_ERROR);
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 371 char *pos, *role, *type, *pos2; local
385 pos2 = os_strchr(pos, ' ');
386 if (pos2 == NULL)
388 *pos2++ = '\0';
403 len = os_strlen(pos2);
415 if (hexstr2bin(pos2, wpabuf_put(sel, len), len) < 0) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.c 4000 const char *pos2; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarAstronomer.java 730 // Equatorial pos2 = eclipticToEquatorial(lambda2, 0);
737 // H = Math.acos(-tanL * Math.tan(pos2.declination));
738 // double lst2r = (PI2-H + pos2.ascension ) * 24 / PI2;
739 // double lst2s = (H + pos2.ascension ) * 24 / PI2;
776 // double dec = (pos1.declination + pos2.declination) / 2;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegression.java 2364 ParsePosition pos2 = new ParsePosition(0); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegression.java 2360 ParsePosition pos2 = new ParsePosition(0); local
    [all...]
  /external/freetype/src/autofit/
aflatin.c 1416 FT_Pos pos2 = seg2->pos; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]

Completed in 4322 milliseconds

1 2 3 45 6 7 8 910