Searched refs:low (Results 151 - 175 of 553) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtgt.h60 OPJ_INT32 low; member in struct:opj_tgt_node
/external/qemu/include/exec/
H A Dgen-icount.h26 tcg_gen_st16_i32(count, cpu_env, offsetof(CPUArchState, icount_decr.u16.low));
/external/smali/util/src/main/java/org/jf/util/
H A DSparseIntArray.java246 int high = start + len, low = start - 1, guess;
248 while (high - low > 1) {
249 guess = (high + low) / 2;
252 low = guess;
/external/tcpdump/
H A Drpc_msg.h85 u_int32_t low; member in struct:sunrpc_rejected_reply::__anon31554::__anon31555
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
H A Dinput_helpers.h89 // Ensures input is an integer between low and high (inclusive).
92 IntegerWithinRangeValidator(int low, int high) argument
93 : low_(low), high_(high) {}
/external/compiler-rt/test/builtins/Unit/
H A Dcmpti2_test.c35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
H A Dfixsfti_test.c39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dfixunssfti_test.c41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dfixunsxfti_test.c42 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Ducmpti2_test.c36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DInsnFormat.java521 * @param low {@code 0..255;} low byte
525 protected static short codeUnit(int low, int high) { argument
526 if ((low & 0xff) != low) {
527 throw new IllegalArgumentException("low out of range 0..255");
534 return (short) (low | (high << 8));
540 * @param n0 {@code 0..15;} low nibble
541 * @param n1 {@code 0..15;} medium-low nibble
569 * @param low {
573 makeByte(int low, int high) argument
[all...]
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dstatistics.py10 def Clamp(value, low=0.0, high=1.0):
11 """Clamp a value between some low and high value."""
12 return min(max(value, low), high)
30 low = min(samples)
34 if high-low == 0.0:
36 scale = (new_high - new_low) / (high - low)
38 samples[i] = float(samples[i] - low) * scale + new_low
133 value wouldn't change (except for imprecisions due to a low
/external/stlport/src/
H A Dctype.cpp399 const wchar_t* ctype<wchar_t>::do_is(const wchar_t* low, const wchar_t* high,
404 for ( ; low < high; ++low, ++vec) {
405 c = *low;
413 const wchar_t* low, const wchar_t* high) const {
414 return find_if(low, high, _Ctype_w_is_mask(m, ctype<char>::classic_table()));
420 const wchar_t* low, const wchar_t* high) const {
421 return find_if(low, high, not1(_Ctype_w_is_mask(m, ctype<char>::classic_table())));
430 ctype<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const {
431 for ( ; low < hig
[all...]
/external/valgrind/main/VEX/priv/
H A Dir_inject.c147 IROp high, low; local
165 case Ity_I128: high = Iop_128HIto64; low = Iop_128to64; goto store128;
166 case Ity_F128: high = Iop_F128HItoF64; low = Iop_F128LOtoF64; goto store128;
167 case Ity_D128: high = Iop_D128HItoD64; low = Iop_D128LOtoD64; goto store128;
174 store_aux(irsb, endian, next_addr, unop(low, data));
177 store_aux(irsb, endian, addr, unop(low, data));
/external/libcxx/src/
H A Dlocale.cpp784 ctype<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const argument
786 for (; low != high; ++low, ++vec)
787 *vec = static_cast<mask>(isascii(*low) ?
788 ctype<char>::classic_table()[*low] : 0);
789 return low;
793 ctype<wchar_t>::do_scan_is(mask m, const char_type* low, const char_type* high) const argument
795 for (; low != high; ++low)
796 if (isascii(*low)
802 do_scan_not(mask m, const char_type* low, const char_type* high) const argument
823 do_toupper(char_type* low, const char_type* high) const argument
850 do_tolower(char_type* low, const char_type* high) const argument
871 do_widen(const char* low, const char* high, char_type* dest) const argument
887 do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const argument
933 do_toupper(char_type* low, const char_type* high) const argument
967 do_tolower(char_type* low, const char_type* high) const argument
989 do_widen(const char* low, const char* high, char_type* dest) const argument
1005 do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const argument
1127 do_toupper(char_type* low, const char_type* high) const argument
1141 do_tolower(char_type* low, const char_type* high) const argument
1200 do_is(const char_type* low, const char_type* high, mask* vec) const argument
1234 do_scan_is(mask m, const char_type* low, const char_type* high) const argument
1259 do_scan_not(mask m, const char_type* low, const char_type* high) const argument
1291 do_toupper(char_type* low, const char_type* high) const argument
1305 do_tolower(char_type* low, const char_type* high) const argument
1323 do_widen(const char* low, const char* high, char_type* dest) const argument
1346 do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const argument
[all...]
/external/e2fsprogs/e2fsck/
H A Ddirinfo.c186 int low, high, mid; local
225 low = 0;
227 if (ino == ctx->dir_info->array[low].ino) {
230 ctx->dir_info->array[low].dotdot,
231 ctx->dir_info->array[low].parent);
233 return &ctx->dir_info->array[low];
244 while (low < high) {
245 mid = (low+high)/2;
246 if (mid == low || mid == high)
259 low
[all...]
/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp189 etc1_uint32 low, bool second, bool flipped) {
209 int offset = ((low >> k) & 1) | ((low >> (k + 15)) & 2);
223 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; local
250 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
251 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
256 etc1_uint32 low; member in struct:__anon11508::__anon11509
371 &pCompressed->low, yy + x * 4, pModifierTable);
386 &pCompressed->low, y + xx * 4, pModifierTable);
458 pCompressed->low
188 decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, etc1_uint32 low, bool second, bool flipped) argument
[all...]
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp176 etc1_uint32 low, bool second, bool flipped) {
196 int offset = ((low >> k) & 1) | ((low >> (k + 15)) & 2);
210 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; local
237 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
238 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
243 etc1_uint32 low; member in struct:__anon15422
358 &pCompressed->low, yy + x * 4, pModifierTable);
373 &pCompressed->low, y + xx * 4, pModifierTable);
445 pCompressed->low
175 decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, etc1_uint32 low, bool second, bool flipped) argument
[all...]
/external/skia/third_party/etc1/
H A Detc1.cpp176 etc1_uint32 low, bool second, bool flipped) {
196 int offset = ((low >> k) & 1) | ((low >> (k + 15)) & 2);
210 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; local
237 decode_subblock(pOut, r1, g1, b1, tableA, low, false, flipped);
238 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
243 etc1_uint32 low; member in struct:__anon30824
358 &pCompressed->low, yy + x * 4, pModifierTable);
373 &pCompressed->low, y + xx * 4, pModifierTable);
445 pCompressed->low
175 decode_subblock(etc1_byte* pOut, int r, int g, int b, const int* table, etc1_uint32 low, bool second, bool flipped) argument
[all...]
/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;
260 low = mid + 1;
262 for (size_t i = mid; i > low; --i) {
270 strm->seekg(positions[low]);
274 strm->seekg(positions[low]);
/external/qemu/
H A Dcpus.c189 qemu_icount -= (env->icount_decr.u16.low + env->icount_extra);
190 env->icount_decr.u16.low = 0;
198 env->icount_decr.u16.low = decr;
210 qemu_icount -= (env->icount_decr.u16.low
308 icount -= (env->icount_decr.u16.low + env->icount_extra);
/external/qemu/include/qemu/
H A Dtimer.h791 uint32_t low,high; local
793 asm volatile("rdtsc" : "=a" (low), "=d" (high));
796 val |= low;
842 uint32_t low;
846 : "=r"(rval.i32.high), "=r"(rval.i32.low) : : "g1");
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dlist.pxd67 object PyList_GetSlice(object list, Py_ssize_t low, Py_ssize_t high)
70 # between low and high. Return NULL and set an exception if
71 # unsuccessful. Analogous to list[low:high].
73 int PyList_SetSlice(object list, Py_ssize_t low, Py_ssize_t high, object itemlist) except -1
74 # Set the slice of list between low and high to the contents of
75 # itemlist. Analogous to list[low:high] = itemlist. The itemlist
/external/chromium_org/third_party/icu/source/i18n/
H A Ducoleitr.cpp49 int32_t low; member in struct:RCEI
105 buffer[bufferIndex].low = ixLow;
123 int32_t low; member in struct:PCEI
183 buffer[bufferIndex].low = ixLow;
432 uint32_t low = 0, high = 0; local
447 low = ucol_getOffset(elems);
460 *ixLow = low;
517 int32_t low = 0, high = 0; local
552 low = ucol_getOffset(elems);
562 rceb.put(ce, low, hig
[all...]
/external/chromium_org/tools/sheriffing/
H A Dfailureinfo.js21 * Input is a object mapping botname => [low, high].
98 var low = intersection[0][0];
103 low + '%3A' + high + '&mode=html';
104 range.innerHTML = '<a href="' + url + '">' + low + ' - ' + high + '</a>: ' +

Completed in 8706 milliseconds

1234567891011>>