Searched refs:low (Results 276 - 300 of 553) sorted by relevance

<<11121314151617181920>>

/external/oprofile/module/ia64/
H A Dop_pmu.c511 controls->saved[i].low = get_pmc(i);
512 counters->saved[i].low = get_pmd(i);
530 set_pmc(controls->saved[i].low, i);
531 set_pmd(counters->saved[i].low, i);
/external/qemu/include/
H A Dqemu-common.h380 uint32_t high, low; member in struct:__anon29911::__anon29912
382 uint32_t low, high;
389 rl = (uint64_t)u.l.low * (uint64_t)b;
393 res.l.low = (((rh % c) << 32) + (rl & 0xffffffff)) / c;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp338 void add(int32_t order, int32_t low, int32_t high);
365 int32_t order, low, high; local
386 low = ucol_getOffset(elems);
395 add(order, low, high);
407 void OrderList::add(int32_t order, int32_t low, int32_t high) argument
420 list[listSize].lowOffset = low;
639 int32_t order, low, high; local
642 low = iter->getOffset();
646 forwardList.add(order, low, high);
657 low
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp338 void add(int32_t order, int32_t low, int32_t high);
365 int32_t order, low, high; local
386 low = ucol_getOffset(elems);
395 add(order, low, high);
407 void OrderList::add(int32_t order, int32_t low, int32_t high) argument
420 list[listSize].lowOffset = low;
636 int32_t order, low, high; local
639 low = iter->getOffset();
643 forwardList.add(order, low, high);
654 low
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dvariance_impl_mmx.asm106 psubsw mm0, mm1 ; A-B (low order) to MM0
130 psubsw mm0, mm1 ; A-B (low order) to MM0
153 psubsw mm0, mm1 ; A-B (low order) to MM0
176 psubsw mm0, mm1 ; A-B (low order) to MM0
199 psubsw mm0, mm1 ; A-B (low order) to MM0
223 psubsw mm0, mm1 ; A-B (low order) to MM0
246 psubsw mm0, mm1 ; A-B (low order) to MM0
269 psubsw mm0, mm1 ; A-B (low order) to MM0
349 psubsw mm0, mm1 ; A-B (low order) to MM0
362 psubsw mm0, mm1 ; A-B (low orde
[all...]
/external/chromium_org/third_party/libxml/src/
H A DgenUnicode.py312 (low, high) = range
332 pline += "{%s, %s}" % (hex(low), hex(high))
352 int low, high, mid, cmp;
357 low = 0;
360 while (low <= high) {
361 mid = (low + high) / 2;
367 low = mid + 1;
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c193 int low; local
205 low = SHR32(diff, DB_SHIFT-1);
206 frac = SHL16(diff - SHL16(low, DB_SHIFT-1), 16-DB_SHIFT);
208 low = (int)floor(2*diff);
209 frac = 2*diff - low;
211 return max + diff_table[low] + MULT16_16_Q15(frac, SUB16(diff_table[low+1], diff_table[low]));
/external/clang/test/CodeGen/
H A Daarch64-poly64.c123 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { argument
125 return vcombine_p64(low, high);
/external/javassist/src/main/javassist/bytecode/
H A DCodeAnalyzer.java170 int low = ci.s32bitAt(index2 + 4);
172 int n = high - low + 1;
H A DCodeIterator.java762 int low = ByteArray.read32bit(code, index2);
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
1528 this.low = low;
1533 ByteArray.write32bit(low, newcode, dest);
/external/libopus/src/
H A Dopus_multistream_encoder.c193 int low; local
205 low = SHR32(diff, DB_SHIFT-1);
206 frac = SHL16(diff - SHL16(low, DB_SHIFT-1), 16-DB_SHIFT);
208 low = (int)floor(2*diff);
209 frac = 2*diff - low;
211 return max + diff_table[low] + MULT16_16_Q15(frac, SUB16(diff_table[low+1], diff_table[low]));
/external/libunwind/src/
H A Dos-linux.h206 unsigned long *low, unsigned long *high, unsigned long *offset,
266 cp = scan_hex (cp, low);
205 maps_next(struct map_iterator *mi, unsigned long *low, unsigned long *high, unsigned long *offset, unsigned long *flags) argument
/external/libvpx/libvpx/vp8/common/x86/
H A Dvariance_impl_mmx.asm106 psubsw mm0, mm1 ; A-B (low order) to MM0
130 psubsw mm0, mm1 ; A-B (low order) to MM0
153 psubsw mm0, mm1 ; A-B (low order) to MM0
176 psubsw mm0, mm1 ; A-B (low order) to MM0
199 psubsw mm0, mm1 ; A-B (low order) to MM0
223 psubsw mm0, mm1 ; A-B (low order) to MM0
246 psubsw mm0, mm1 ; A-B (low order) to MM0
269 psubsw mm0, mm1 ; A-B (low order) to MM0
349 psubsw mm0, mm1 ; A-B (low order) to MM0
362 psubsw mm0, mm1 ; A-B (low orde
[all...]
/external/llvm/test/Bindings/Ocaml/
H A Danalysis.ml13 individual tests low. *)
H A Dbitreader.ml11 individual tests low. *)
/external/lzma/C/
H A DPpmd7Enc.c162 UInt32 low = sum; local
170 RangeEnc_Encode(rc, low, s1->Freq, sum + escFreq);
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in814 my $low = shift @pairs;
816 while ($. < $low-1) {
822 print("-- line $low " . '-' x 40 . "\n") if ($low != 1);
/external/valgrind/main/
H A DAndroid.mk279 coregrind/m_gdbserver/valgrind-low-amd64.c \
280 coregrind/m_gdbserver/valgrind-low-arm.c \
281 coregrind/m_gdbserver/valgrind-low-arm64.c \
282 coregrind/m_gdbserver/valgrind-low-ppc32.c \
283 coregrind/m_gdbserver/valgrind-low-ppc64.c \
284 coregrind/m_gdbserver/valgrind-low-s390x.c \
285 coregrind/m_gdbserver/valgrind-low-x86.c \
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp35 int low = 0, high = count - 1; local
36 while (low <= high) {
37 int mid = (low + high) / 2;
39 low = mid + 1;
47 m_Buffer.InsertBlock(low * sizeof(_IntPair), &pair, sizeof(_IntPair));
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java354 int low = start;
358 while (low <= high)
360 int mid = (low + high) / 2;
366 low = mid + 1;
371 return (low <= end && list[low] > value) ? low : -1;
916 * to add to the low bits of the identity
/external/chromium_org/third_party/webrtc/base/
H A Dsslstreamadapter_unittest.cc801 // Test DTLS-SRTP with all low ciphers
804 std::vector<std::string> low; local
805 low.push_back(kAES_CM_HMAC_SHA1_32);
806 SetDtlsSrtpCiphers(low, true);
807 SetDtlsSrtpCiphers(low, false);
825 std::vector<std::string> low; local
826 low.push_back(kAES_CM_HMAC_SHA1_32);
828 SetDtlsSrtpCiphers(low, false);
/external/chromium_org/v8/src/compiler/arm/
H A Dcode-generator-arm.cc330 SwVfpRegister scratch = kScratchDoubleReg.low();
337 SwVfpRegister scratch = kScratchDoubleReg.low();
344 SwVfpRegister scratch = kScratchDoubleReg.low();
351 SwVfpRegister scratch = kScratchDoubleReg.low();
396 SwVfpRegister scratch = kScratchDoubleReg.low();
404 SwVfpRegister scratch = kScratchDoubleReg.low();
804 SwVfpRegister temp_1 = kScratchDoubleReg.low();
/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/chromium_org/third_party/smhasher/src/
H A Dmd5.cpp328 unsigned long high, low; local
333 low = ( ctx->total[0] << 3 );
335 PUT_ULONG_LE( low, msglen, 0 );
/external/lldb/test/python_api/sbdata/
H A DTestSBData.py86 low = data.GetSignedInt16(error, offset)
92 self.assertTrue ((low == 9 and high == 0) or (low == 0 and high == 9), 'foo[0].b == 9')

Completed in 661 milliseconds

<<11121314151617181920>>