Searched refs:low (Results 201 - 225 of 553) sorted by relevance

1234567891011>>

/external/compiler-rt/test/builtins/Unit/
H A Dclzti2_test.c33 at.s.high, at.s.low, x, expected);
H A Dpopcountti2_test.c41 at.s.high, at.s.low, x, expected);
/external/elfutils/0.153/libdwfl/
H A Dlinux-proc-maps.c147 Dwarf_Addr low = 0, high = 0; local
154 low, high);
196 low = start;
220 low = start;
/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/lldb/test/functionalities/data-formatter/data-formatter-advanced/
H A DTestDataFormatterAdv.py115 self.runCmd("type summary add --summary-string \"low bits are ${*var[0-1]} tgt is ${*var}\" \"int *\"")
118 substrs = ['low bits are',
157 self.runCmd("type summary add --summary-string \"low bits = ${*var.int_pointer[2]}\" IWrapPointers -p")
160 substrs = ['low bits = 1'])
163 substrs = ['low bits = 1'])
175 self.expect("frame variable couple --summary-string \"${*var.sp.x[0-2]} are low bits of integer ${*var.sp.x}. If I pretend it is an array I get ${var.sp.x[0-5]}\"",
176 substrs = ['1 are low bits of integer 9.',
184 self.runCmd("type summary add --summary-string \"${*var.sp.x[0-2]} are low bits of integer ${*var.sp.x}. If I pretend it is an array I get ${var.sp.x[0-5]}\" Couple")
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSparseArray.java338 int high = start + len, low = start - 1, guess;
340 while (high - low > 1) {
341 guess = (high + low) / 2;
344 low = guess;
/external/skia/src/gpu/
H A DGrTHashTable.h97 int low = 0; local
98 while (high > low) {
99 int index = (low + high) >> 1;
101 low = index + 1;
/external/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp22 static inline int16x8_t sbpsm_clamp_tile8(int32x4_t low, int32x4_t high, unsigned max) { argument
26 res = vuzpq_s16(vreinterpretq_s16_s32(low), vreinterpretq_s16_s32(high)).val[1];
64 static inline int16x8_t sbpsm_repeat_tile8(int32x4_t low, int32x4_t high, unsigned max) { argument
69 res = vuzpq_u16(vreinterpretq_u16_s32(low), vreinterpretq_u16_s32(high)).val[0];
/external/smali/util/src/main/java/org/jf/util/
H A DSparseArray.java343 int high = start + len, low = start - 1, guess;
345 while (high - low > 1) {
346 guess = (high + low) / 2;
349 low = guess;
/external/srtp/crypto/include/
H A Dintegers.h104 extern uint64_t make64(uint32_t high, uint32_t low);
/external/opencv/cv/src/
H A Dcvthresh.cpp209 double low = 0, high = 0, delta = 0; local
225 low = hist->thresh[0][0];
230 low = 0;
234 delta = (high-low)/count;
235 low += delta*0.5;
245 mu += (i*delta + low)*h[i];
269 val_i = i*delta + low;
/external/qemu/fpu/
H A Dsoftfloat.c578 return a.low;
633 z.low = zSig;
863 return a.low;
961 z.low = zSig1;
4521 z.low += lastBitMask>>1;
4522 if ( ( z.low & roundBitsMask ) == 0 ) z.low &= ~ lastBitMask;
4526 z.low += roundBitsMask;
4529 z.low &= ~ roundBitsMask;
4530 if ( z.low
[all...]
/external/chromium_org/third_party/libevent/
H A Devbuffer.c140 if (bufev->wm_read.low != 0 && len < bufev->wm_read.low)
205 * low watermark.
208 EVBUFFER_LENGTH(bufev->output) <= bufev->wm_write.low)
428 bufev->wm_read.low = lowmark;
433 bufev->wm_write.low = lowmark;
/external/chromium_org/v8/src/
H A Dunicode.cc56 unsigned int low = 0; local
58 while (high != low) {
59 unsigned int mid = low + ((high - low) >> 1);
66 low = mid;
69 low = mid + 1;
77 int32_t field = TableGet<kEntryDist>(table, low);
112 unsigned int low = 0; local
114 while (high != low) {
115 unsigned int mid = low
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DPopupZoomer.java161 private static float constrain(float amount, float low, float high) { argument
162 return amount < low ? low : (amount > high ? high : amount);
165 private static int constrain(int amount, int low, int high) { argument
166 return amount < low ? low : (amount > high ? high : amount);
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Ddtfmtrtperf.h90 UDate low, high; local
92 low = cal->getTime(*status);
/external/chromium_org/v8/src/compiler/
H A Dnode-matchers.h58 bool IsInRange(const T& low, const T& high) const { argument
59 return this->HasValue() && low <= this->Value() && this->Value() <= high;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DSwitchData.java212 long low = cases.get(0);
214 long result = ((high - low + 1)) * 2 + 4;
/external/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h90 UDate low, high; local
92 low = cal->getTime(*status);
/external/javassist/src/main/javassist/bytecode/analysis/
H A DSubroutineScanner.java144 int low = iter.s32bitAt(index += 4);
146 int end = (high - low + 1) * 4 + (index += 4);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_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 Dbitwriter.ml11 individual tests low. *)
/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;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DStringEncoding.py295 high, low = divmod(code_point - 0x10000, 1024)
297 utf16.append(low + 0xDC00)
304 high, low = utf32[-1], code_unit
305 utf32[-1] = ((high & 0x3FF) << 10) + (low & 0x3FF) + 0x10000
/external/chromium_org/third_party/icu/source/common/
H A Dusc_impl.c278 * in the text, see if it's followed by a low surrogate
281 UChar low = scriptRun->textArray[scriptRun->scriptLimit + 1]; local
284 * if it is followed by a low surrogate,
287 if (low >= 0xDC00 && low <= 0xDFFF) {
288 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000;

Completed in 1271 milliseconds

1234567891011>>