Searched refs:high (Results 201 - 225 of 531) sorted by relevance

1234567891011>>

/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp704 // If the high bit is set, the exception handling table entry is inline inside
729 // If the high bit in the exception handling table entry is set, the entry is
901 uint32_t high = sectionHeader.indexCount(); local
902 uint32_t last = high - 1;
903 while (low < high) {
904 uint32_t mid = (low + high) / 2;
905 //if ( log ) fprintf(stderr, "\tmid=%d, low=%d, high=%d, *mid=0x%08X\n",
906 //mid, low, high, topIndex.functionOffset(mid));
916 high = mid;
952 high
[all...]
/external/libedit/src/
H A Dchared.c260 c__next_word(Char *p, Char *high, int n, int (*wtest)(Int)) argument
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)) argument
284 while ((p < high) && (*wtest)(*p) == test)
291 while ((p < high) && Isspace(*p))
296 if (p > high)
297 return high;
371 cv__endword(Char *p, Char *high, int n, int (*wtest)(Int)) argument
[all...]
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Ddtfmtrtperf.h90 UDate low, high; local
94 high = cal->getTime(*status);
/external/chromium_org/v8/src/compiler/
H A Dnode-matchers.h58 bool IsInRange(const T& low, const T& high) const {
59 return this->HasValue() && low <= this->Value() && this->Value() <= high;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DSwitchData.java213 long high = cases.get(sz - 1);
214 long result = ((high - low + 1)) * 2 + 4;
/external/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h90 UDate low, high; local
94 high = cal->getTime(*status);
/external/javassist/src/main/javassist/bytecode/analysis/
H A DSubroutineScanner.java145 int high = iter.s32bitAt(index += 4);
146 int end = (high - low + 1) * 4 + (index += 4);
/external/qemu/target-arm/
H A Dneon_helper.c1300 uint32_t high; local
1310 high = x >> 32;
1311 if (high & 0x80000000) {
1312 high = 0;
1314 } else if (high > 0xffff) {
1315 high = 0xffff;
1318 return low | (high << 16);
1323 uint32_t high; local
1330 high = x >> 32;
1331 if (high >
1341 int32_t high; local
1416 uint64_t high = (uint16_t)(x >> 16); local
1422 uint64_t high = (int16_t)(x >> 16); local
1462 uint32_t high = b + (b >> 32); local
1487 uint32_t low, high; local
1663 uint32_t high = -(x >> 32); local
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DStringEncoding.py295 high, low = divmod(code_point - 0x10000, 1024)
296 utf16.append(high + 0xD800)
304 high, low = utf32[-1], code_unit
305 utf32[-1] = ((high & 0x3FF) << 10) + (low & 0x3FF) + 0x10000
/external/chromium_org/third_party/speex/libspeex/
H A Dsb_celp.h48 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/chromium_org/v8/src/
H A Dlist-inl.h221 int high = list.length() - 1; local
222 while (low <= high) {
223 int mid = (low + high) / 2;
227 high = mid - 1;
/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
129 if (uu.s.high){
130 word = uu.s.high;
/external/jemalloc/include/jemalloc/internal/
H A Dctl.h58 size_t high; /* stats_chunks.highchunks */ member in struct:ctl_stats_s::__anon22647
/external/jemalloc/test/unit/
H A Dstats.c34 size_t current, high; local
46 assert_d_eq(mallctl("stats.chunks.high", &high, &sz, NULL, 0), expected,
50 assert_zu_le(current, high,
51 "current should be no larger than high");
52 assert_u64_le((uint64_t)high, total,
53 "high should be no larger than total");
/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/llvm/test/MC/Mips/
H A Dhilo-addressing.s11 # Check that 1 is added to the high 16 bits if bit 15 of the low part is 1.
/external/openfst/src/include/fst/extensions/far/
H A Dsttable.h250 size_t low = 0, high = positions.size() - 1; local
252 while (low < high) {
253 size_t mid = (low + high)/2;
258 high = mid;
/external/oprofile/module/x86/
H A Dop_nmi.c224 counters->saved[i].high);
230 controls->saved[i].high);
253 controls->saved[i].high);
261 counters->saved[i].high);
/external/qemu/include/hw/
H A Delf_ops.h188 uint64_t addr, low = (uint64_t)-1, high = 0; local
254 if ((addr + mem_size) > high)
255 high = addr + mem_size;
265 *highaddr = (uint64_t)(elf_sword)high;
/external/speex/libspeex/
H A Dsb_celp.h48 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/srec/srec/cfront/
H A Dhimul32.h51 mulhw r3, factor1, factor2 # place the high order 32 bits of the product in the return register r3
83 // EAX, then IMUL, then take the high 32 bits (in EDX) and move them
157 // Now add the low part of mid to the high part of lo, and the
158 // high part of mid to the low part of hi:
/external/chromium_org/content/browser/android/
H A Dedge_effect_l.cc52 T Clamp(T value, T low, T high) { argument
53 return value < low ? low : (value > high ? high : value);
/external/chromium_org/third_party/libxml/src/
H A DgenUnicode.py312 (low, high) = range
313 if high < 0x10000:
332 pline += "{%s, %s}" % (hex(low), hex(high))
352 int low, high, mid, cmp;
358 high = tptr->numentries - 1;
360 while (low <= high) {
361 mid = (low + high) / 2;
365 high = mid - 1;
/external/bison/src/
H A Dlalr.c135 goto_number high; local
141 high = goto_map[sym - ntokens + 1] - 1;
145 aver (low <= high);
146 middle = (low + high) / 2;
153 high = middle - 1;
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dfast-dtoa.cc353 // * low, w and high are correct up to 1 ulp (unit in the last place). That
355 // * low.e() == w.e() == high.e()
356 // * low < w < high, and taking into account their error: low~ <= high~
363 // correct values of low and high (without their error).
383 // represent 'w' we can stop. Everything inside the interval low - high
384 // represents w. However we have to pay attention to low, high and w's
388 DiyFp high,
392 ASSERT(low.e() == w.e() && w.e() == high.e());
393 ASSERT(low.f() + 1 <= high
[all...]

Completed in 2123 milliseconds

1234567891011>>