Searched defs:low (Results 151 - 175 of 282) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine_unittest.cc1082 // Set low and high threshold and verify that cpu options are set.
1120 // Only low threshold set. Verify that cpu options are not set.
1155 // Set low and high threshold and enable encode usage method.
1793 float low, high; local
1797 EXPECT_TRUE(options_out.system_low_adaptation_threshhold.Get(&low));
1798 EXPECT_EQ(low, 0.65f);
1806 EXPECT_TRUE(options_out.system_low_adaptation_threshhold.Get(&low));
1807 EXPECT_EQ(low, 0.45f);
1814 float low, high; local
1821 EXPECT_TRUE(options_out.system_low_adaptation_threshhold.Get(&low));
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
H A Dwebrtc_cng.c481 int16_t low[WEBRTC_CNG_MAX_OUTSIZE_ORDER]; local
574 low, nrOfSamples);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dintnum.c808 /* Check low bits if right shifting and warnings enabled */
883 yasm_intnum_in_range(const yasm_intnum *intn, long low, long high) argument
889 /* Convert high and low to bitvects */
891 if (low >= 0)
892 BitVector_Chunk_Store(lval, 32, 0, (unsigned long)low);
894 BitVector_Chunk_Store(lval, 32, 0, (unsigned long)(-low));
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm.cc1029 uint32_t low; member in struct:__anon17366
1095 // Move d22 into low and high.
1097 __ str(r4, MemOperand(r0, OFFSET_OF(T, low)));
1129 CHECK_EQ(372106121, t.low);
H A Dtest-assembler-mips64.cc358 int64_t low; member in struct:__anon17385
390 __ sd(a5, MemOperand(a0, OFFSET_OF(T, low)));
411 CHECK_EQ(0xffffffffbf800000L, t.low);
804 // Combine the high/low ints, convert back to double.
/external/compiler-rt/lib/builtins/
H A Dfp_lib.h120 struct { uint64_t high, low; } s; member in struct:__anon19588::__anon19589
122 struct { uint64_t low, high; } s; member in struct:__anon19588::__anon19590
134 word = uu.s.low;
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp113 static inline deUint32 getBits (deUint32 src, int low, int high) argument
115 const int numBits = (high-low) + 1;
119 return (src >> low) & ((1u<<numBits)-1);
165 void setBits (int low, int high, deUint32 bits) argument
167 DE_ASSERT(de::inBounds(low, 0, 128));
169 DE_ASSERT(de::inRange(high-low+1, 0, 32));
170 DE_ASSERT((bits & (((Word)1 << (high-low+1)) - 1)) == bits);
172 if (high-low+1 == 0)
175 const int word0Ndx = low / WORD_BITS;
177 const int lowNdxInW0 = low
237 const int low = m_ndx; local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dicount.c355 int low, high, mid; local
374 low = 0;
376 while (low <= high) {
377 mid = ((unsigned)low + (unsigned)high) >> 1;
385 low = mid+1;
389 * low (where high will be left at low-1).
392 return insert_icount_el(icount, ino, low);
/external/icu/icu4c/source/common/
H A Duset.cpp329 * - some supplementary: (length|0x8000) (bmpLength<length) BMP, .., BMP, supp-high, supp-low, ..
439 uint16_t high=(uint16_t)(c>>16), low=(uint16_t)c; local
443 if (high < array[base] || (high==array[base] && low<array[base+1])) {
445 } else if (high < array[base+hi] || (high==array[base+hi] && low<array[base+hi+1])) {
451 } else if (high < array[iabs] || (high==array[iabs] && low<array[iabs+1])) {
/external/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp137 int32_t *low = fSpoofData->fCFUKeys; local
139 int32_t *limit = low + fSpoofData->fRawData->fCFUKeysSize;
142 int32_t delta = ((int32_t)(limit-low))/2;
143 mid = low + delta;
150 low = mid;
152 } while (low < limit-1);
153 mid = low;
/external/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c398 * 1. Count the number of unique unit values and get the low/high unit values
420 int32_t low, high, prev; local
427 /* step 1: examine the input units; set low, high, uniqueCount */
430 low=bytes[unitIndex];
433 prev=high=low;
446 count=(high-low)+1;
452 * from low to high
472 prev=low-1; /* just before low to prevent empty subsections before low */
719 UChar32 low, high, prev; local
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dicuzdump.cpp199 void dumpZone(ostream& out, const char* linesep, UnicodeString tzid, int32_t low, int32_t high) { argument
288 int32_t low = 1902; local
316 << "\t values are 1902(low) and 2038(high)." << endl;
342 low = atoi(options[kOptCutover].value);
348 dumper.setLowYear(low);
/external/kernel-headers/original/uapi/linux/
H A Dbcache.h24 __u64 low; member in struct:bkey
57 return k->low;
62 k->low = v;
73 .low = (offset) \
/external/llvm/include/llvm/ADT/
H A DHashing.h185 inline uint64_t hash_16_bytes(uint64_t low, uint64_t high) { argument
188 uint64_t a = (low ^ high) * kMul;
/external/ltrace/
H A Dlens_default.c661 out_bits(FILE *stream, size_t low, size_t high) argument
663 if (low == high)
664 return fprintf(stream, "%zd", low);
666 return fprintf(stream, "%zd-%zd", low, high);
729 ssize_t low = -1; local
735 if (low < 0) {
737 if (low == -2
740 low = bitno;
743 if (account_output(&o, out_bits(stream, low,
746 low
[all...]
/external/openfst/src/include/fst/
H A Dlabel-reachable.h514 ssize_t low = aiter_begin; local
516 while (low < high) {
517 ssize_t mid = (low + high) / 2;
524 low = mid + 1;
527 for (ssize_t i = mid; i > low; --i) {
537 return low;
540 aiter->Seek(low);
542 return low;
H A Dmatcher.h332 size_t low = 0; local
334 while (low < high) {
335 size_t mid = (low + high) / 2;
342 low = mid + 1;
345 for (size_t i = mid; i > low; --i) {
357 aiter_->Seek(low);
/external/openssl/crypto/bn/
H A Dbn_lib.c92 void BN_set_params(int mult, int high, int low, int mont) argument
108 if (low >= 0)
110 if (low > (int)(sizeof(int)*8)-1)
111 low=sizeof(int)*8-1;
112 bn_limit_bits_low=low;
113 bn_limit_num_low=1<<low;
/external/oprofile/module/x86/
H A Dop_model_p4.c372 #define CCCR_READ(low, high, i) do {rdmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0)
373 #define CCCR_WRITE(low, high, i) do {wrmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0)
549 unsigned int low, high; local
555 rdmsr(MSR_IA32_MISC_ENABLE, low, high);
556 if (!MISC_PMC_ENABLED_P(low)) {
563 rdmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high);
564 CCCR_CLEAR(low);
565 CCCR_SET_REQUIRED_BITS(low);
627 unsigned long ctr, low, high, stag, real; local
674 unsigned int low, high, stag; local
691 unsigned int low, high, stag; local
[all...]
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_sha.cpp360 FX_DWORD high, low; local
364 low = ( ctx->total[0] << 3 );
366 PUT_FX_DWORD( low, msglen, 4 );
664 FX_UINT64 high, low; local
667 low = ( ctx->total[0] << 3 );
669 PUT_FX_64DWORD( low, msglen, 8 );
714 FX_UINT64 high, low; local
717 low = ( ctx->total[0] << 3 );
719 PUT_FX_64DWORD( low, msglen, 8 );
/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)
144 *m = ctype_base::mask (_WLocale_ctype(_M_ctype, *low, all_bits));
150 ::do_scan_is(ctype_base::mask m, const wchar_t* low, const wchar_t* high) const argument
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 argument
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 { argument
163 for ( ; low < hig
172 do_tolower(wchar_t* low, const wchar_t* high) const argument
209 do_transform(const char* low, const char* high) const argument
256 do_transform(const wchar_t* low, const wchar_t* high) const argument
[all...]
H A Dnum_get_float.cpp120 uint64& high, uint64& low) {
128 low = t & low_mask;
135 low += (x & low_mask) << 32;
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
109 static_cast<ULONGLONG>(low));
128 DWORD low() const { return static_cast<DWORD>(version_); } function in class:__anon5736::ChromeVersion
336 DWORD low; 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/sandbox/linux/seccomp-bpf/
H A Dsandbox_bpf.cc752 uint32_t low = static_cast<uint32_t>(syscall_entry_point); local
767 low,

Completed in 455 milliseconds

1234567891011>>