HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 351 - 375 of 1418) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 711 // If the high bit is set, the exception handling table entry is inline inside
736 // If the high bit in the exception handling table entry is set, the entry is
909 uint32_t high = sectionHeader.indexCount(); local
910 uint32_t last = high - 1;
911 while (low < high) {
912 uint32_t mid = (low + high) / 2;
913 //if ( log ) fprintf(stderr, "\tmid=%d, low=%d, high=%d, *mid=0x%08X\n",
914 //mid, low, high, topIndex.functionOffset(mid));
924 high = mid;
960 high = pageHeader.entryCount()
    [all...]
  /external/libedit/src/
chared.c 260 c__next_word(Char *p, Char *high, int n, int (*wtest)(Int))
263 while ((p < high) && !(*wtest)(*p))
265 while ((p < high) && (*wtest)(*p))
268 if (p > high)
269 p = high;
278 cv_next_word(EditLine *el, Char *p, Char *high, int n, int (*wtest)(Int))
284 while ((p < high) && (*wtest)(*p) == test)
291 while ((p < high) && Isspace(*p))
296 if (p > high)
297 return high;
    [all...]
  /art/runtime/interpreter/mterp/mips/
op_mul_long.S 42 SET_VREG64(v0, v1, a0) # vAA::vAA+1 <- v0(low) :: v1(high)
op_double_to_int.S 54 .dword 0xc1e0000000000000 # minint, as a double (high word)
  /art/runtime/jdwp/
jdwp_request.cc 178 uint64_t high = Read4BE(); local
180 return (high << 32) | low;
  /bootable/recovery/
wear_touch.cpp 32 WearSwipeDetector::WearSwipeDetector(int low, int high, OnSwipeCallback callback, void* cookie):
34 mHighThreshold(high),
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 212 long high = cases.get(sz - 1); local
213 long result = ((high - low + 1)) * 2 + 4;
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 213 long high = cases.get(sz - 1); local
214 long result = ((high - low + 1)) * 2 + 4;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SwitchData.java 213 long high = cases.get(sz - 1); local
214 long result = ((high - low + 1)) * 2 + 4;
  /external/guava/guava/src/com/google/common/hash/
Murmur3_32HashFunction.java 93 int high = (int) (input >>> 32); local
98 k1 = mixK1(high);
  /external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.h 90 UDate low, high; local
94 high = cal->getTime(*status);
  /external/javassist/src/main/javassist/bytecode/analysis/
SubroutineScanner.java 145 int high = iter.s32bitAt(index += 4); local
146 int end = (high - low + 1) * 4 + (index += 4);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btTypedConstraint.cpp 156 void btAngularLimit::set(btScalar low, btScalar high, btScalar _softness, btScalar _biasFactor, btScalar _relaxationFactor)
158 m_halfRange = (high - low) / 2.0f;
  /external/v8/test/mjsunit/
number-literal.js 28 test('precission-loss-high', '9007199254740992', '9007199254740993');
  /frameworks/rs/api/
rs_core.spec 20 RenderScript is a high-performance runtime that provides compute operations at the native level.
  /bionic/libc/kernel/uapi/sound/
sfnt_info.h 111 unsigned char low, high; member in struct:soundfont_voice_info
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
MotionIndicatorView.java 312 // high is not inclusive
313 RangeCoveredRegister(int low, int high, int step) {
317 mHigh = high;
338 * Test if the range specified by (low, high) is covered.
344 * @param high The high end of the range.
347 public boolean isRangeCovered(int low, int high) {
350 int iHigh = Math.min(Math.round((high - mLow) / mStep), mCovered.length-1);
  /external/compiler-rt/lib/builtins/
fp_lib.h 120 struct { uint64_t high, low; } s; member in struct:__anon8394::__anon8395
122 struct { uint64_t low, high; } s; member in struct:__anon8394::__anon8396
129 if (uu.s.high){
130 word = uu.s.high;
  /external/icu/icu4c/source/tools/tzcode/
icuzdump.cpp 286 int32_t high = 2038; local
313 << "\t values are 1902(low) and 2038(high)." << endl;
336 high = atoi(options[kOptCutover].value);
340 high = atoi(comma + 1);
346 dumper.setHighYear(high);
  /external/kernel-headers/original/uapi/sound/
sfnt_info.h 130 unsigned char low, high; /* key note range */ member in struct:soundfont_voice_info
  /external/llvm/test/MC/Mips/
hilo-addressing.s 11 # Check that 1 is added to the high 16 bits if bit 15 of the low part is 1.
  /external/opencv3/doc/pattern_tools/
svgfig.py     [all...]
  /external/speex/libspeex/
sb_celp.h 48 int frame_size; /**< Length of high-band frames*/
49 int subframeSize; /**< Length of high-band sub-frames*/
50 int nbSubframes; /**< Number of high-band sub-frames*/
51 int windowSize; /**< Length of high-band LPC window*/
52 int lpcSize; /**< Order of high-band LPC analysis */
59 spx_word16_t *high; /**< High-band signal (buffer) */ member in struct:SBEncState
79 spx_int32_t vbr_max_high; /**< Max bit-rate allowed in VBR mode for the high-band */
  /external/v8/src/compiler/
int64-lowering.h 37 Node* high; member in struct:v8::internal::compiler::Int64Lowering::Replacement
  /external/v8/src/
list-inl.h 251 int high = list.length() - 1; local
252 while (low <= high) {
253 int mid = low + (high - low) / 2;
257 high = mid - 1;

Completed in 1131 milliseconds

<<11121314151617181920>>