| /third_party/nghttp2/lib/ |
| H A D | nghttp2_hd.c | 891 add <<= shift; in decode_length() local 853 decode_length(uint32_t *res, size_t *shift_ptr, int *fin, uint32_t initial, size_t shift, const uint8_t *in, const uint8_t *last, size_t prefix) decode_length() argument 2300 nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, uint32_t initial, size_t shift, uint8_t *in, uint8_t *last, size_t prefix) nghttp2_hd_decode_length() argument [all...] |
| H A D | nghttp2_hd.h | 252 size_t shift; member
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uprops.cpp | 517 int32_t shift; // =maxValue if getMaxValueFromShift() is used member
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_vec4_nir.cpp | 580 unsigned shift = (nir_intrinsic_base(instr) % 16) / type_size; in nir_emit_intrinsic() local [all...] |
| H A D | brw_vec4_generator.cpp | 750 const int shift = ivb ? 16 : 17; in generate_tcs_get_instance_id() local 1418 unsigned shift = (imm_byte_offset / 4) % 4; in generate_mov_indirect() local [all...] |
| H A D | brw_eu_compact.c | 2349 int shift = devinfo->ver >= 8 ? 3 : 0; in update_uip_jip() local 2379 int shift = devinfo->platform == INTEL_PLATFORM_G4X ? 1 : 0; in update_gfx4_jump_count() local 2636 int shift = 3; in brw_compact_instructions() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | pack.c | 706 GLint shift = 0; in _mesa_pack_stencil_span() local 721 GLint shift = 7; in _mesa_pack_stencil_span() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_decimalquantity.cpp | 1124 int shift = position * 4; in setDigitPos() local
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_qpack.h | 183 size_t shift; member
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_hd.c | 891 add <<= shift; in decode_length() local 853 decode_length(uint32_t *res, size_t *shift_ptr, int *fin, uint32_t initial, size_t shift, const uint8_t *in, const uint8_t *last, size_t prefix) decode_length() argument 2300 nghttp2_hd_decode_length(uint32_t *res, size_t *shift_ptr, int *fin, uint32_t initial, size_t shift, uint8_t *in, uint8_t *last, size_t prefix) nghttp2_hd_decode_length() argument [all...] |
| H A D | nghttp2_hd.h | 252 size_t shift; member
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxcapi.h | 89 constexpr unsigned short short_from_hexstr(const char str[2], unsigned shift) in short_from_hexstr() argument 96 constexpr unsigned long word_from_hexstr(const char str[2], unsigned shift) in word_from_hexstr() argument
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_ra.c | 39 unsigned shift; member 68 default_phys_reg(int reg, unsigned shift) in default_phys_reg() argument 83 index_to_reg(compiler_context *ctx, struct lcra_state *l, unsigned reg, unsigned shift) in index_to_reg() argument [all...] |
| H A D | midgard_emit.c | 30 mir_get_imod(bool shift, nir_alu_type T, bool half, bool scalar) in mir_get_imod() argument
|
| /third_party/mesa3d/src/util/ |
| H A D | xmlconfig.c | 264 uint32_t i, shift; in findOption() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_depth.c | 353 get_z_shift_and_mask(const struct util_format_description *format_desc, unsigned *shift, unsigned *width, unsigned *mask) get_z_shift_and_mask() argument 391 get_s_shift_and_mask(const struct util_format_description *format_desc, unsigned *shift, unsigned *mask) get_s_shift_and_mask() argument 953 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift); lp_build_depth_stencil_test() local 964 LLVMValueRef shift = lp_build_const_int_vec(gallivm, s_type, s_shift); lp_build_depth_stencil_test() local 1067 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_src_type, lp_build_depth_stencil_test() local 1137 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift); lp_build_depth_stencil_test() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | machine-operator-reducer.cc | 267 unsigned const shift = base::bits::CountTrailingZeros(divisor); in Uint32Div() local 269 divisor >>= shift; in Uint32Div() local 1143 uint32_t const shift = base::bits::WhichPowerOfTwo(Abs(divisor)); in ReduceInt32Div() local 1361 CanRevertLeftShiftWithRightShift(int32_t value, int32_t shift) CanRevertLeftShiftWithRightShift() argument 1401 auto shift = mleft.right().ResolvedValue(); ReduceWord32Comparisons() local 1417 auto shift = mright.right().ResolvedValue(); ReduceWord32Comparisons() local 1614 uint32_t shift = m.right().ResolvedValue() & 31; ReduceWord32Shr() local 2385 int32_t shift = static_cast<int32_t>(mshift.right().ResolvedValue()); ReduceWord32EqualForConstantRhs() local [all...] |
| /third_party/node/deps/v8/include/ |
| H A D | v8-internal.h | 484 V8_INLINE static uint8_t GetNodeFlag(internal::Address* obj, int shift) { in GetNodeFlag() argument 489 UpdateNodeFlag(internal::Address* obj, bool value, int shift) UpdateNodeFlag() argument
|
| /third_party/node/deps/v8/src/diagnostics/arm/ |
| H A D | disasm-arm.cc | 195 ShiftOp shift = instr->ShiftField(); in PrintShiftRm() local 236 int shift = instr->Bits(11, 7); in PrintShiftSat() local 2157 int shift = 2 * size - imm7; DecodeAdvancedSIMDDataProcessing() local 2176 int shift = 2 * size - imm7; DecodeAdvancedSIMDDataProcessing() local 2203 int shift = imm7 - size; DecodeAdvancedSIMDDataProcessing() local 2214 int shift; DecodeAdvancedSIMDDataProcessing() local [all...] |
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_xgl_pds.c | 836 int32_t shift = (int32_t)shift_unsigned; in pvr_pds_generate_vertex_primary_program() local [all...] |
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format.h | 145 unsigned shift:16; /** number of bits from lsb */ member
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_internal.h | 276 size_t shift = (index * field_size) % 32; in etna_bitarray_set() local
|
| /third_party/skia/src/core/ |
| H A D | SkScalerContext.cpp | 443 int shift = 7; in packA8ToA1() local
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkBlurImageFilter.cpp | 843 int64_t shift = srcBounds.top() - dstBounds.top(); in cpu_blur() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrDataUtils.cpp | 313 int shift = 0; in GrTwoColorBC1Compress() local
|