| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.h | 1831 static const int shift = Field::kShift; DecodeField() local [all...] |
| H A D | macro-assembler-arm64-inl.h | 815 void MacroAssembler::Movk(const Register& rd, uint64_t imm, int shift) { in Movk() argument 273 Asr(const Register& rd, const Register& rn, unsigned shift) Asr() argument 773 Lsl(const Register& rd, const Register& rn, unsigned shift) Lsl() argument 787 Lsr(const Register& rd, const Register& rn, unsigned shift) Lsr() argument 883 Ror(const Register& rd, const Register& rs, unsigned shift) Ror() argument 1266 const int shift = base::bits::CountTrailingZeros(unit_size); Claim() local 1319 const int shift = base::bits::CountTrailingZeros(unit_size); Drop() local [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-internal-gen.cc | 157 int shift = Bitmap::kBitsPerCellLog2 + kTaggedSizeLog2 - in GetMarkBit() local
|
| /third_party/node/deps/v8/src/diagnostics/arm64/ |
| H A D | disasm-arm64.cc | 3884 int shift = instr->SizeLS(); in SubstituteImmediateField() local 3944 int shift = 16 << HighestSetBitPosition(instr->ImmNEONImmh()); in SubstituteImmediateField() local 3950 int shift = instr->ImmNEONImmhImmb(); in SubstituteImmediateField() local 4242 unsigned shift = instr->ImmShiftLS(); SubstituteLSRegOffsetField() local [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-assembler.cc | 429 TNode<Int32T> shift = Int32Constant(i * kBitsPerByte); in BytecodeOperandReadUnaligned() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | bigint.cc | 1100 int shift = msd_leading_zeros + 1 + (64 - kDigitBits); in ToDouble() local 1249 digit_t shift = maybe_shift.FromJust(); in LeftShiftByAbsolute() local 1259 bigint::LeftShift(GetRWDigits(result), GetDigits(x), shift); LeftShiftByAbsolute() local 1272 const digit_t shift = maybe_shift.FromJust(); RightShiftByAbsolute() local 1281 bigint::RightShift(GetRWDigits(result), GetDigits(x), shift, state); RightShiftByAbsolute() local [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nv50.cpp | 1708 uint16_t shift = ffs(bytes) - 1; in processSurfaceCoords() local
|
| /third_party/node/deps/uv/src/win/ |
| H A D | tty.c | 631 static const char* get_vt100_fn_key(DWORD code, char shift, char ctrl, in get_vt100_fn_key() argument
|
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitNativeARM_64.c | 901 sljit_u32 shift = MEM_SIZE_SHIFT(flags); in emit_op_mem() local 1624 sljit_u32 shift = MEM_SIZE_SHIFT(flags); emit_fop_mem() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingCallableShadersTests.cpp | 807 deUint32 shift; member
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | mathutil.h | 300 const unsigned int shift = (float32ExponentBias - float11ExponentBias) - in float32ToFloat11() local 380 const unsigned int shift = (float32ExponentBias - float10ExponentBias) - in float32ToFloat10() local 870 int shift = i * 8; in PackUnorm4x8() local 883 int shift = i * 8; in UnpackUnorm4x8() local 902 int shift = i * 8; PackSnorm4x8() local 915 int shift = i * 8; UnpackSnorm4x8() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SamplerCore.cpp | 2591 const sw::int4 shift = sw::int4(std::max(16 - bits.x, 0), std::max(16 - bits.y, 0), std::max(16 - bits.z, 0), in getComponentScale() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | ir_context.h | 862 inline IRContext::Analysis operator<<(IRContext::Analysis a, int shift) { in operator <<() argument 866 inline IRContext::Analysis& operator<<=(IRContext::Analysis& a, int shift) { in operator <<=() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | ir_context.h | 862 inline IRContext::Analysis operator<<(IRContext::Analysis a, int shift) { in operator <<() argument 866 inline IRContext::Analysis& operator<<=(IRContext::Analysis& a, int shift) { in operator <<=() argument
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | png.c | 3972 png_build_16bit_table(png_structrp png_ptr, png_uint_16pp *ptable, unsigned int shift, png_fixed_point gamma_val) png_build_16bit_table() argument 4049 png_build_16to8_table(png_structrp png_ptr, png_uint_16pp *ptable, unsigned int shift, png_fixed_point gamma_val) png_build_16to8_table() argument 4237 png_byte shift, sig_bit; png_build_gamma_table() local [all...] |
| H A D | pngrtran.c | 1895 int shift = 8 - png_ptr->sig_bit.red; in png_init_read_transformations() local 1908 component >>= shift; in png_init_read_transformations() local 1918 component >>= shift; in png_init_read_transformations() local 1928 component >>= shift; png_init_read_transformations() local 2167 png_uint_32 shift = 7U - ((row_width + 7U) & 0x07); png_do_unpack() local 2191 png_uint_32 shift = ((3U - ((row_width + 3U) & 0x03)) << 1); png_do_unpack() local 2214 png_uint_32 shift = ((1U - ((row_width + 1U) & 0x01)) << 2); png_do_unpack() local 2262 int shift[4]; png_do_unshift() local 2372 value >>= shift[channel]; png_do_unshift() local 3216 int shift; png_do_compose() local 4213 int shift, value; png_do_expand_palette() local 4386 int shift, value; png_do_expand() local [all...] |
| H A D | pngstruct.h | 318 png_color_8 shift; /* shift for significant bit transformation */ member
|
| H A D | pngwutil.c | 2118 unsigned int shift; in png_do_write_interlace() local 2156 unsigned int shift; in png_do_write_interlace() local 2193 unsigned int shift; png_do_write_interlace() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | vp8l_dec.c | 219 static int AccumulateHCode(HuffmanCode hcode, int shift, in AccumulateHCode() argument
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | picture_csp_enc.c | 125 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma() argument 134 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma() argument
|
| /third_party/skia/src/ports/ |
| H A D | SkFontHost_FreeType_common.cpp | 332 int shift = 7; in packA8ToA1() local
|
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| H A D | decode.c | 1912 uint32_t shift = s->dictionary->size_bits_by_length[i]; in ProcessCommandsInternal() local
|
| /third_party/skia/third_party/externals/freetype/src/smooth/ |
| H A D | ftgrays.c | 1050 int shift; in gray_render_conic() local 1669 int shift; FT_Outline_Decompose() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 85 OffsetRange &shift(int32_t S) { in shift() function
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | umutablecptrie.cpp | 921 int32_t shift = 0; member in __anon21079::MixedBlocks
|