Searched defs:high (Results 151 - 175 of 260) sorted by relevance

1234567891011

/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_sha.cpp360 FX_DWORD high, low; local
362 high = ( ctx->total[0] >> 29 )
365 PUT_FX_DWORD( high, msglen, 0 );
664 FX_UINT64 high, low; local
665 high = ( ctx->total[0] >> 29 )
668 PUT_FX_64DWORD( high, msglen, 0 );
714 FX_UINT64 high, low; local
715 high = ( ctx->total[0] >> 29 )
718 PUT_FX_64DWORD( high, msglen, 0 );
/external/skia/bench/
H A Dbenchmain.cpp267 const double low = 1 - FLAGS_error, high = 1 + FLAGS_error; local
269 return low < ratio && ratio < high;
/external/stlport/src/
H A Dfacets_byname.cpp131 ctype_byname<wchar_t>::do_is(const wchar_t* low, const wchar_t* high, argument
143 for ( ; low < high; ++low, ++m)
145 return high;
150 ::do_scan_is(ctype_base::mask m, const wchar_t* low, const wchar_t* high) const
151 { return find_if(low, high, _STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype)); }
155 ::do_scan_not(ctype_base::mask m, const wchar_t* low, const wchar_t* high) const
156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); }
162 ctype_byname<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const {
163 for ( ; low < high; ++low)
165 return high;
[all...]
H A Dnum_get_float.cpp120 uint64& high, uint64& low) {
136 high = u1 * v1 + w2 + (x >> 32);
278 int num_hi; /* number of high exponent powers */
119 _Stl_mult64(const uint64 u, const uint64 v, uint64& high, uint64& low) argument
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.cc107 static ChromeVersion FromHighLow(DWORD high, DWORD low) { argument
108 return ChromeVersion(static_cast<ULONGLONG>(high) << 32 |
127 DWORD high() const { return static_cast<DWORD>(version_ >> 32); } function in class:__anon5736::ChromeVersion
335 DWORD high; member in struct:__anon5736::VersionPair
339 ctx.current_version.high(), ctx.current_version.low()
342 ctx.new_version.high(), ctx.new_version.low()
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolver.h632 // If this not the high part of the surrogate pair, then drop it and move to the next.
635 UChar high = static_cast<UChar>(current); local
642 current = U16_GET_SUPPLEMENTARY(high, low);
/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp222 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; local
225 if (high & 2) {
227 int rBase = high >> 27;
228 int gBase = high >> 19;
229 int bBase = high >> 11;
231 r2 = convertDiff(rBase, high >> 24);
233 g2 = convertDiff(gBase, high >> 16);
235 b2 = convertDiff(bBase, high >> 8);
238 r1 = convert4To8(high >> 28);
239 r2 = convert4To8(high >> 2
255 etc1_uint32 high; member in struct:__anon11508::__anon11509
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp451 uint32_t high, low, count=1; local
456 high = 0xFFFFFFFF;
460 high = 0x40000000;
468 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
480 uint32_t high = highs[fStrength*3+strength]; local
492 if(low >= high && strength > UCOL_PRIMARY) {
502 high = 0xFFFFFFFF;
508 high = 0x40000000;
529 if(high > (UCOL_COMMON_BOT2<<24) && high < (uint32_
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzfmttst.cpp107 UDate low, high; local
111 high = cal->getTime(status);
262 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) {
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp418 int high = count - 1; local
423 guess = (high + low)/2;
432 high = guess;
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc787 static bool Between(uint64_t val, uint64_t low, uint64_t high) { argument
788 bool result = (val >= low) && (val <= high);
793 (unsigned long long)(high));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c35 tran_low_t high) {
36 return value < low ? low : (value > high ? high : value);
34 clamp_high(tran_high_t value, tran_low_t low, tran_low_t high) argument
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp209 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; local
212 if (high & 2) {
214 int rBase = high >> 27;
215 int gBase = high >> 19;
216 int bBase = high >> 11;
218 r2 = convertDiff(rBase, high >> 24);
220 g2 = convertDiff(gBase, high >> 16);
222 b2 = convertDiff(bBase, high >> 8);
225 r1 = convert4To8(high >> 28);
226 r2 = convert4To8(high >> 2
242 etc1_uint32 high; member in struct:__anon15422
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dsslstreamadapter_unittest.cc783 // Test DTLS-SRTP with all high ciphers
786 std::vector<std::string> high; local
787 high.push_back(kAES_CM_HMAC_SHA1_80);
788 SetDtlsSrtpCiphers(high, true);
789 SetDtlsSrtpCiphers(high, false);
823 std::vector<std::string> high; local
824 high.push_back(kAES_CM_HMAC_SHA1_80);
827 SetDtlsSrtpCiphers(high, true);
837 // Test DTLS-SRTP with each side being mixed -- should select high
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java857 //final int high = getI4 (code, scan + 8);
859 final int high = (code [++ scan] << 24) | ((0xFF & code [++ scan]) << 16) | ((0xFF & code [++ scan]) << 8) | (0xFF & code [++ scan]);
861 final int [] targets = new int [high - low + 2];
864 for (int index = low; index <= high; ++ index)
873 branches.put (ip, new TABLESWITCH (low, high, targets));
1731 TABLESWITCH (final int low, final int high, final int [] targets /* first one is default */) argument
1735 m_high = high;
1755 // low, high:
1762 final int high = m_high;
1763 out.write4 (high >>> 2
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp107 UDate low, high; local
111 high = cal->getTime(status);
262 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) {
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp418 int high = count - 1; local
423 guess = (high + low)/2;
432 high = guess;
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java763 int high = ByteArray.read32bit(code, index2 + 4);
764 return index2 + (high - low + 1) * 4 + 8;
1524 int low, high; field in class:CodeIterator.Table
1526 Table(int pos, int defaultByte, int low, int high, int[] offsets) { argument
1529 this.high = high;
1534 ByteArray.write32bit(high, newcode, dest + 4);
/external/kernel-headers/original/uapi/sound/
H A Dsfnt_info.h130 unsigned char low, high; /* key note range */ member in struct:soundfont_voice_info
/external/libvorbis/lib/
H A Dvorbisenc.c62 /* high level configuration information for setting things up
413 nominal/high noise encoding depth */
660 float high=map[j+1]; local
661 float del=(req-low)/(high-low);
690 /* too low/high an ATH floater is nonsensical, but doesn't break anything */
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c394 static int get_active_quality(int q, int gfu_boost, int low, int high, argument
396 if (gfu_boost > high) {
401 const int gap = high - low;
402 const int offset = high - gfu_boost;
/external/lzma/xz-embedded/
H A Dxz_dec_lzma2.c129 uint16_t high[LEN_HIGH_SYMBOLS]; member in struct:lzma_len_dec
576 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; local
577 return s->lzma.literal[low + high];
635 probs = l->high;
/external/pixman/pixman/
H A Dpixman-access.c229 /* With BGRA formats we start counting at the high end of the pixel */
237 /* With BGRA formats we start counting at the high end of the pixel */
567 uint8_t high = 255; local
569 while (high - low > 1)
571 uint8_t mid = (low + high) / 2;
574 high = mid;
579 if (to_linear[high] - f < f - to_linear[low])
580 return high;
/external/qemu/include/fpu/
H A Dsoftfloat.h126 uint16_t high; member in struct:__anon29704
129 #define make_floatx80_init(exp, mant) { .low = mant, .high = exp }
132 uint64_t high, low; member in struct:__anon29705
134 uint64_t low, high;
137 #define make_float128(high_, low_) ((float128) { .high = high_, .low = low_ })
138 #define make_float128_init(high_, low_) { .high = high_, .low = low_ }
517 a.high &= 0x7fff;
523 a.high ^= 0x8000;
529 return (a.high & 0x7fff) == 0x7fff && a.low == 0x8000000000000000LL;
534 return a.high >> 1
[all...]
/external/qemu/include/
H A Dqemu-common.h380 uint32_t high, low; member in struct:__anon29911::__anon29912
382 uint32_t low, high;
390 rh = (uint64_t)u.l.high * (uint64_t)b;
392 res.l.high = rh / c;

Completed in 577 milliseconds

1234567891011