Searched refs:low (Results 1 - 25 of 553) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/infback9/
H A Dinfback9.c56 unsigned sym, bits, low, size; local
91 low = 0;
93 if ((low % 6) == 0) printf("\n ");
94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
95 lenfix[low].val);
96 if (++low == size) break;
102 low = 0;
104 if ((low % 5) == 0) printf("\n ");
105 printf("{%u,%u,%d}", distfix[low]
[all...]
H A Dinftree9.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
153 of the low root bits of huff. This is saved in low to check for when a
200 low = (unsigned)(-1); /* trigger new sub-table when len > root */
202 mask = used - 1; /* mask for comparing low */
226 /* replicate for those indices with low len bits equal to huff */
253 if (len > root && (huff & mask) != low) {
278 low
[all...]
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm52 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
71 ; low word: s->wmask
H A Dinffasx64.asm18 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm121 ; low word: s->wmask
/external/zlib/src/
H A Dinflate.c327 unsigned low, size; local
342 low = 0;
344 if ((low % 7) == 0) printf("\n ");
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
346 state.lencode[low].bits, state.lencode[low].val);
347 if (++low == size) break;
353 low = 0;
355 if ((low
[all...]
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
206 low = (unsigned)(-1); /* trigger new sub-table when len > root */
208 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
285 low
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_armv6.S98 @ Shift low pass filter state, and excute the low pass filter.
99 @ The memmove() and the low pass filter loop are unrolled and mixed.
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c945 qos_map->up[i].low = qos_map_set[up_start + (i * 2)];
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c945 qos_map->up[i].low = qos_map_set[up_start + (i * 2)];
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_atheros.c945 qos_map->up[i].low = qos_map_set[up_start + (i * 2)];
/external/valgrind/main/none/tests/s390x/
H A Dcds.c6 uint64_t low; member in struct:__anon33223
23 printf("before op1 = (%#lx, %#lx)\n", op1.high, op1.low);
25 printf("before op3 = (%#lx, %#lx)\n", op3.high, op3.low);
39 printf("after op1 = (%#lx, %#lx)\n", op1.high, op1.low);
41 printf("after op3 = (%#lx, %#lx)\n", op3.high, op3.low);
50 if (op3.low != op3_before.low || op3.high != op3_before.high) {
58 if (op1.low != op1_before.low || op1.high != op1_before.high) {
62 // lower 32 bits of op2 are the lower 32 bits of op3.low
[all...]
H A Dcdsg.c6 uint64_t low; member in struct:__anon33224
28 printf("before op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
29 printf("before op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
30 printf("before op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
44 printf("after op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
45 printf("after op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
46 printf("after op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
54 if (_op3.low != op3_before.low || _op3.high != op3_before.high) {
62 if (_op1.low !
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c354 #define SHT_LOSUNW 0x6ffffffb /* Sun-specific low bound. */
1048 #define R_SPARC_L44 52 /* Direct low 10 of 44 bit */
1695 #define R_C60LO16 0x54 // low 16 bit MVKL embedded
1905 | In most cases, the low bit is the EXTernal bit|
10923 /* when values are equal, we need to compare low words. since
10957 /* compare low. Always unsigned */
11082 /* call low level op generator */
11582 /* from long long: just take low order word */
18677 /* put the low 16 bits of the absolute address */
21817 u.s.high = (unsigned)u.s.low << (
[all...]
/external/vixl/examples/
H A Dcheck-bounds.cc33 // uint64_t check_bounds(uint64_t value, uint64_t low, uint64_t high)
36 // low -> x1
39 // First we compare 'value' with the 'low' bound. If x1 <= x0 the N flag will
62 uint64_t value, uint64_t low, uint64_t high) {
64 simulator->set_xreg(1, low);
70 low, high);
61 run_function(Simulator *simulator, Label *function, uint64_t value, uint64_t low, uint64_t high) argument
/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/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c1174 IRExpr *low = getDReg( archreg + 1 ); local
1176 return binop( Iop_D64HLtoD128, high, low );
1194 IRTemp low = newTemp( Ity_D64 ); local
1200 assign( low, unop( Iop_D128LOtoD64, e ) );
1204 stmt( IRStmt_Put( floatGuestRegOffset( archreg + 1 ), mkexpr( low ) ) );
3411 overflow of the low-order 32bit result
3444 overflow of the low-order 32bit result
4056 // mode64: count in low word only
4976 IRTemp low = newTemp(ty); local
4985 assign(low, loadB
15122 IRExpr * high, *low; local
18430 Int low, mid, high; local
[all...]
H A Dguest_s390_helpers.c1015 "ldr 6,%[low]\n\t" \
1018 : [high] "f"(hi), [low] "f"(lo) \
1091 "ldr 6,%[low]\n\t" \
1094 : [high] "f"(hi), [low] "f"(lo) \
1128 "ldr 6,%[low]\n\t" \
1131 : [high] "f"(hi), [low] "f"(lo) \
1179 "ldr 6,%[low]\n\t" \
1182 : [high] "f"(cc_dep1), [low] "f"(cc_dep2), \
1229 "ldr 6,%[low]\n\t" \
1232 : [high] "f"(hi), [low] "
1590 Int low = (Int)(cc_dep1 & 0xFFFFFFFF); local
[all...]
H A Dguest_s390_toIR.c444 IRExpr *low = get_fpr_dw0(archreg + 2); local
446 return binop(Iop_F64HLtoF128, high, low);
454 IRExpr *low = unop(Iop_F128LOtoF64, expr); local
457 put_fpr_dw0(archreg + 2, low);
467 IRExpr *low = get_dpr_dw0(archreg + 2); local
469 return binop(Iop_D64HLtoD128, high, low);
477 IRExpr *low = unop(Iop_D128LOtoD64, expr); local
480 put_dpr_dw0(archreg + 2, low);
11554 get_gpr_w1(r1 + 1))); // low 32 bits
11568 get_gpr_dw0(r1 + 1))); // low 6
[all...]
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));
H A Dir_opt.c4812 Int low; member in struct:__anon32231
4820 return (i1.low >= i2.low && i1.low <= i2.high) ||
4821 (i2.low >= i1.low && i2.low <= i1.high);
4825 update_interval(Interval *i, Int low, Int high) argument
4827 vassert(low <= high);
4830 if (low <
4909 Int low = e->Iex.Get.offset; local
4917 Int low = descr->base; local
[all...]
/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/callgrind/
H A Dcallgrind_annotate.in1138 my $low = shift @pairs;
1140 while ($. < $low-1) {
1146 print("-- line $low " . '-' x 40 . "\n") if ($low != 1);
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c1650 int low = 0; local
1662 i = low + (high - low) / 2;
1671 low = i + 1;
1672 if (low == high)
/external/valgrind/main/coregrind/
H A Dm_main.c3423 low-order 32 bits of the divisor, they return garbage if the division
3610 su_int low; member in struct:__anon32554::__anon32555
3614 su_int low;
3637 r.s.low = fb.u.s.low;

Completed in 2795 milliseconds

1234567891011>>