HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 126 - 150 of 1296) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_act/
tc_pedit.h 23 __u32 shift; member in struct:tc_pedit_key
  /art/compiler/optimizing/
instruction_simplifier_mips.cc 112 HIntConstant* shift = graph->GetIntConstant(component_shift); local
114 new (allocator) HIntermediateArrayAddressIndex(index, shift, kNoDexPc);
  /art/runtime/gc/accounting/
bitmap-inl.h 89 const size_t shift = CTZ(left_edge); local
90 visitor(ptr_base + shift);
91 left_edge ^= static_cast<uintptr_t>(1) << shift;
101 const size_t shift = CTZ(w); local
102 visitor(ptr_base + shift);
103 w ^= static_cast<uintptr_t>(1) << shift;
125 const size_t shift = CTZ(right_edge); local
126 visitor(ptr_base + shift);
127 right_edge ^= (static_cast<uintptr_t>(1)) << shift;
  /cts/tools/dasm/src/java_cup/
lalr_item.java 147 public lalr_item shift() throws internal_error method in class:lalr_item
151 /* can't shift if we have dot already at the end */
153 throw new internal_error("Attempt to shift past end of an lalr_item");
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdFdt.c 116 UINTN shift; local
120 shift = 4;
139 Print(L"%*s%a {\n", depth * shift, L" ", s);
148 Print(L"%*s};\n", depth * shift, L" ");
153 Print(L"%*s// [NOP]\n", depth * shift, L" ");
158 Print(L"%*s ** Unknown tag 0x%08x\n", depth * shift, L" ", tag);
169 Print(L"%*s%a", depth * shift, L" ", s);
  /external/aac/libAACenc/src/
band_nrg.cpp 215 INT shift = -leadingBits; local
217 spec = mdctSpectrum[j] >> shift;
  /external/boringssl/src/ssl/
dtls_record.cc 160 // Shift the window if necessary.
162 uint64_t shift = seq_num_u - bitmap->max_seq_num; local
163 if (shift >= kWindowSize) {
166 bitmap->map <<= shift;
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
Serialization.java 227 long shift = (width - 1) * 8L; local
229 if (shift < Long.SIZE) {
230 output.write((byte) ((value >> shift) & 0xFF));
  /external/deqp/framework/common/
tcuFloatFormat.cpp 145 const int shift = exponentShift(exp); local
146 const double shiftFrac = deLdExp(frac, shift);
149 return deLdExp(roundFrac, exp - shift);
238 const int shift = exponentShift(exp); local
239 const deUint64 bits = deUint64(deLdExp(frac, shift));
242 const int exponent = exp + m_fractionBits - shift;
  /external/eigen/unsupported/test/
cxx11_tensor_uint128.cpp 136 uint64_t shift = 1ULL << log_div; local
138 TensorUInt128<uint64_t, uint64_t> result = (TensorUInt128<uint64_t, static_val<0> >(shift, 0) / TensorUInt128<static_val<0>, uint64_t>(divider) - TensorUInt128<static_val<1>, static_val<0> >(1, 0) + TensorUInt128<static_val<0>, static_val<1> >(1));
  /external/fio/
debug.h 35 unsigned long shift; member in struct:debug_level
  /external/freetype/src/base/
ftbbox.c 256 FT_Int shift; local
268 shift = 27 - FT_MSB( (FT_UInt32)( FT_ABS( q1 ) |
273 if ( shift > 0 )
276 if ( shift > 2 )
277 shift = 2;
279 q1 <<= shift; local
280 q2 <<= shift; local
281 q3 <<= shift; local
282 q4 <<= shift; local
286 q1 >>= -shift;
334 peak >>= shift; local
    [all...]
  /external/freetype/src/truetype/
ttpload.c 67 FT_Int shift; local
102 shift = 2;
109 face->num_locations = table_len >> shift;
113 shift = 1;
120 face->num_locations = table_len >> shift;
132 ( (FT_ULong)face->root.num_glyphs + 1 ) << shift;
  /external/google-breakpad/src/common/dwarf/
bytereader-inl.h 96 unsigned int shift = 0; local
103 result |= (static_cast<uint64>(byte & 0x7f)) << shift;
105 shift += 7;
120 unsigned int shift = 0; local
127 result |= (static_cast<uint64>(byte & 0x7f) << shift);
128 shift += 7;
131 if ((shift < 8 * sizeof (result)) && (byte & 0x40))
132 result |= -((static_cast<int64>(1)) << shift);
  /external/google-breakpad/src/third_party/libdisasm/
ia32_reg.c 35 unsigned char shift; /* # of bits register must be shifted */ member in struct:__anon20994
215 reg->shift = ia32_reg_aliases[alias].shift;
  /external/guava/guava/src/com/google/common/math/
DoubleUtils.java 110 int shift = exponent - SIGNIFICAND_BITS - 1; local
111 long twiceSignifFloor = absX.shiftRight(shift).longValue();
121 && ((signifFloor & 1) != 0 || absX.getLowestSetBit() < shift);
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 411 word8 temp[4], shift; local
429 shift = (4 - i) & 3;
430 temp[0] = a[(0 + shift) & 3][i];
431 temp[1] = a[(1 + shift) & 3][i];
432 temp[2] = a[(2 + shift) & 3][i];
433 temp[3] = a[(3 + shift) & 3][i];
476 shift = (4 - i) & 3;
477 temp[0] = a[(0 + shift) & 3][i];
478 temp[1] = a[(1 + shift) & 3][i];
479 temp[2] = a[(2 + shift) & 3][i]
    [all...]
  /external/libdrm/freedreno/
freedreno_ringbuffer.h 80 int32_t shift; member in struct:fd_reloc
  /external/libldac/src/
mdct_fixp_ldac.c 31 int shift; local
44 shift = LDAC_C_BLKFLT - get_bit_length_ldac(get_absmax_ldac(p_x, nsmpl<<1)) - 1;
45 if (shift < 0) {
46 shift = 0;
50 if (LDAC_Q_MDCT_WIN-shift > 0){
52 g0 = mul_rsftrnd_ldac(-p_x[3*nsmpl/2-1-i], p_w[nsmpl/2+i], LDAC_Q_MDCT_WIN-shift);
53 g1 = mul_rsftrnd_ldac(-p_x[3*nsmpl/2+i], p_w[nsmpl/2-1-i], LDAC_Q_MDCT_WIN-shift);
56 g0 = mul_rsftrnd_ldac(p_x[i], p_w[i], LDAC_Q_MDCT_WIN-shift);
57 g1 = mul_rsftrnd_ldac(-p_x[nsmpl-1-i], p_w[nsmpl-1-i], LDAC_Q_MDCT_WIN-shift);
63 g0 = mul_lsftrnd_ldac(-p_x[3*nsmpl/2-1-i], p_w[nsmpl/2+i], LDAC_Q_MDCT_WIN-shift);
    [all...]
  /external/libopus/celt/
kiss_fft.h 92 int shift; member in struct:kiss_fft_state
mathops.c 73 int shift = celt_ilog2(b)-29; local
74 a = VSHR32(a,shift);
75 b = VSHR32(b,shift);
  /external/libopus/celt/tests/
test_unit_mdct.c 116 int shift = 0; local
122 int shift; local
125 if (nfft == 1920) shift = 0;
126 else if (nfft == 960) shift = 1;
127 else if (nfft == 480) shift = 2;
128 else if (nfft == 240) shift = 3;
164 clt_mdct_backward(cfg,in,out, window, nfft/2, shift, 1, arch);
170 clt_mdct_forward(cfg,in,out,window, nfft/2, shift, 1, arch);
  /external/libpng/
pngwtran.c 74 unsigned int shift; local
81 shift = 6;
89 v |= (value << shift);
91 if (shift == 0)
93 shift = 6;
100 shift -= 2;
105 if (shift != 6)
114 unsigned int shift; local
121 shift = 4;
129 v |= (value << shift);
    [all...]
  /external/libvncserver/libvncserver/
tableinit24.c 38 int shift = colourMap->is16?16:8; local
57 outValue = ((((r * (1 + out->redMax)) >> shift) << out->redShift) |
58 (((g * (1 + out->greenMax)) >> shift) << out->greenShift) |
59 (((b * (1 + out->blueMax)) >> shift) << out->blueShift));
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_block_error_intrin_sse2.c 23 const int shift = 2 * (bps - 8); local
24 const int rounding = shift > 0 ? 1 << (shift - 1) : 0;
66 error = (error + rounding) >> shift;
67 sqcoeff = (sqcoeff + rounding) >> shift;

Completed in 725 milliseconds

1 2 3 4 56 7 8 91011>>