/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | amxintrin.h | 86 #define _tile_loadd(dst, base, stride) \ argument 106 #define _tile_stream_loadd(dst, base, stride) \ argument 124 #define _tile_stored(dst, base, stride) \ argument 153 #define _tile_dpbssd(dst, src0, src1) \ argument 172 #define _tile_dpbsud(dst, src0, src1) \ argument 191 #define _tile_dpbusd(dst, src0, src1) \ argument 210 #define _tile_dpbuud(dst, src0, src1) \ argument 228 #define _tile_dpbf16ps(dst, src0, src1) \ argument 255 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbssd_internal() 262 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbsud_internal() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | amxintrin.h | 86 #define _tile_loadd(dst, base, stride) \ argument 106 #define _tile_stream_loadd(dst, base, stride) \ argument 124 #define _tile_stored(dst, base, stride) \ argument 153 #define _tile_dpbssd(dst, src0, src1) \ argument 172 #define _tile_dpbsud(dst, src0, src1) \ argument 191 #define _tile_dpbusd(dst, src0, src1) \ argument 210 #define _tile_dpbuud(dst, src0, src1) \ argument 228 #define _tile_dpbf16ps(dst, src0, src1) \ argument 255 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbssd_internal() 262 _tile1024i dst, _tile1024i src1, _tile1024i src2) { in _tile_dpbsud_internal() [all …]
|
/aosp_15_r20/external/google-benchmark/test/ |
H A D | benchmark_gtest.cc | 16 std::vector<int> dst; in TEST() local 22 std::vector<int64_t> dst; in TEST() local 28 std::vector<int> dst; in TEST() local 34 std::vector<int64_t> dst; in TEST() local 40 std::vector<int8_t> dst; in TEST() local 47 std::vector<int64_t> dst; in TEST() local 56 std::vector<int> dst; in TEST() local 62 std::vector<int> dst; in TEST() local 68 std::vector<int> dst; in TEST() local 74 std::vector<int> dst; in TEST() local [all …]
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/ |
H A D | benchmark_gtest.cc | 16 std::vector<int> dst; in TEST() local 22 std::vector<int64_t> dst; in TEST() local 28 std::vector<int> dst; in TEST() local 34 std::vector<int64_t> dst; in TEST() local 40 std::vector<int8_t> dst; in TEST() local 47 std::vector<int64_t> dst; in TEST() local 56 std::vector<int> dst; in TEST() local 62 std::vector<int> dst; in TEST() local 68 std::vector<int> dst; in TEST() local 74 std::vector<int> dst; in TEST() local [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | intrapred_neon.c | 26 static INLINE void dc_store_4x4(uint8_t *dst, ptrdiff_t stride, in dc_store_4x4() 34 void vpx_dc_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_predictor_4x4_neon() 44 void vpx_dc_left_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_left_predictor_4x4_neon() 52 void vpx_dc_top_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_top_predictor_4x4_neon() 60 void vpx_dc_128_predictor_4x4_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_128_predictor_4x4_neon() 75 static INLINE void dc_store_8x8(uint8_t *dst, ptrdiff_t stride, in dc_store_8x8() 83 void vpx_dc_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_predictor_8x8_neon() 93 void vpx_dc_left_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_left_predictor_8x8_neon() 101 void vpx_dc_top_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_top_predictor_8x8_neon() 109 void vpx_dc_128_predictor_8x8_neon(uint8_t *dst, ptrdiff_t stride, in vpx_dc_128_predictor_8x8_neon() [all …]
|
H A D | highbd_intrapred_neon.c | 26 static INLINE void dc_store_4x4(uint16_t *dst, ptrdiff_t stride, in dc_store_4x4() 34 void vpx_highbd_dc_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_predictor_4x4_neon() 45 void vpx_highbd_dc_left_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_left_predictor_4x4_neon() 55 void vpx_highbd_dc_top_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_top_predictor_4x4_neon() 65 void vpx_highbd_dc_128_predictor_4x4_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_128_predictor_4x4_neon() 82 static INLINE void dc_store_8x8(uint16_t *dst, ptrdiff_t stride, in dc_store_8x8() 90 void vpx_highbd_dc_predictor_8x8_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_predictor_8x8_neon() 102 void vpx_highbd_dc_left_predictor_8x8_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_left_predictor_8x8_neon() 112 void vpx_highbd_dc_top_predictor_8x8_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_top_predictor_8x8_neon() 122 void vpx_highbd_dc_128_predictor_8x8_neon(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_128_predictor_8x8_neon() [all …]
|
/aosp_15_r20/external/skia/src/codec/ |
H A D | SkSwizzler.cpp | 31 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in copy() 40 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample1() 50 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2() 60 static void sample4(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample4() 70 static void sample6(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample6() 81 static void sample8(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample8() 103 uint8_t* SK_RESTRICT dst = (uint8_t*) dstRow; in swizzle_bit_to_grayscale() local 127 SkPMColor* SK_RESTRICT dst = (SkPMColor*) dstRow; in swizzle_bit_to_n32() local 150 uint16_t* SK_RESTRICT dst = (uint16_t*) dstRow; in swizzle_bit_to_565() local 182 uint64_t* SK_RESTRICT dst = (uint64_t*) dstRow; in swizzle_bit_to_f16() local [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | intrapred.c | 21 static INLINE void d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d207_predictor() 45 static INLINE void d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d63_predictor() 62 static INLINE void d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d45_predictor() 81 static INLINE void d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d117_predictor() 106 static INLINE void d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d135_predictor() 134 static INLINE void d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d153_predictor() 157 static INLINE void v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in v_predictor() 168 static INLINE void h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in h_predictor() 179 static INLINE void tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in tm_predictor() 191 static INLINE void dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in dc_128_predictor() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | byte_order.cpp | 121 int16_t* dst, in THP_decodeInt16Buffer() 133 int32_t* dst, in THP_decodeInt32Buffer() 145 int64_t* dst, in THP_decodeInt64Buffer() 157 c10::Half* dst, in THP_decodeHalfBuffer() 174 at::BFloat16* dst, in THP_decodeBFloat16Buffer() 186 void THP_decodeBoolBuffer(bool* dst, const uint8_t* src, size_t len) { in THP_decodeBoolBuffer() 193 float* dst, in THP_decodeFloatBuffer() 210 double* dst, in THP_decodeDoubleBuffer() 227 c10::complex<float>* dst, in THP_decodeComplexFloatBuffer() 253 c10::complex<double>* dst, in THP_decodeComplexDoubleBuffer() [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_vec4_generator.cpp | 35 struct elk_reg dst, in generate_math1_gfx4() 58 struct elk_reg dst, in generate_math_gfx6() 77 struct elk_reg dst, in generate_math2_gfx4() 114 struct elk_reg dst, in generate_tex() 410 struct elk_reg dst, in generate_gs_set_write_offset() 454 struct elk_reg dst, in generate_gs_set_vertex_count() 484 struct elk_reg dst, in generate_gs_svb_write() 526 struct elk_reg dst, in generate_gs_svb_set_destination_index() 539 struct elk_reg dst, in generate_gs_set_dword_2() 551 struct elk_reg dst) in generate_gs_prepare_channel_masks() [all …]
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | dec.c | 41 static void TransformOne_C(const int16_t* in, uint8_t* dst) { in TransformOne_C() 85 static void TransformAC3_C(const int16_t* in, uint8_t* dst) { in TransformAC3_C() 98 static void TransformTwo_C(const int16_t* in, uint8_t* dst, int do_two) { in TransformTwo_C() 106 static void TransformUV_C(const int16_t* in, uint8_t* dst) { in TransformUV_C() 112 static void TransformDC_C(const int16_t* in, uint8_t* dst) { in TransformDC_C() 123 static void TransformDCUV_C(const int16_t* in, uint8_t* dst) { in TransformDCUV_C() 172 static WEBP_INLINE void TrueMotion(uint8_t* dst, int size) { in TrueMotion() 185 static void TM4_C(uint8_t* dst) { TrueMotion(dst, 4); } in TM4_C() 186 static void TM8uv_C(uint8_t* dst) { TrueMotion(dst, 8); } in TM8uv_C() 187 static void TM16_C(uint8_t* dst) { TrueMotion(dst, 16); } in TM16_C() [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClElementwiseKernel.cpp | 64 …_for_tuning_common(const std::string &kernel_name, const ITensorInfo &src1, const ITensorInfo &dst) in generate_id_for_tuning_common() 78 …src1_in_place, const ITensorInfo &src1, const ITensorInfo &src2, const ITensorInfo &dst, const Ten… in validate_in_place_output_shape() 93 …loat_only_supported_rules(const ITensorInfo &src1, const ITensorInfo &src2, const ITensorInfo &dst) in validate_arguments_with_float_only_supported_rules() 119 …rguments_divide_operation(const ITensorInfo *src1, const ITensorInfo *src2, const ITensorInfo *dst) in validate_arguments_divide_operation() 145 …nts_with_arithmetic_rules(const ITensorInfo &src1, const ITensorInfo &src2, const ITensorInfo &dst) in validate_arguments_with_arithmetic_rules() 184 …ithmetic_rules(const ITensorInfo &src1, const ITensorInfo &src2, const ITensorInfo &dst, const std… in generate_build_options_with_arithmetic_rules() 220 std::pair<Status, Window> configure_window_arithmetic_common(ITensorInfo &dst) in configure_window_arithmetic_common() 227 …d_configure_window_for_arithmetic_operators(ITensorInfo &src1, ITensorInfo &src2, ITensorInfo &dst) in validate_and_configure_window_for_arithmetic_operators() 237 …nfigure_window_for_logical_binary_operators(ITensorInfo &src1, ITensorInfo &src2, ITensorInfo &dst) in validate_and_configure_window_for_logical_binary_operators() 248 … validate_and_configure_window_for_division(ITensorInfo &src1, ITensorInfo &src2, ITensorInfo &dst) in validate_and_configure_window_for_division() [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/ |
H A D | ClElementwiseUnary.cpp | 34 …Rsqrt::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst) in configure() 42 Status ClRsqrt::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate() 47 …ClExp::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst) in configure() 55 Status ClExp::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate() 60 …ClNeg::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst) in configure() 68 Status ClNeg::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate() 73 …ClSin::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst) in configure() 81 Status ClSin::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate() 86 …ClAbs::configure(const ClCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst) in configure() 94 Status ClAbs::validate(const ITensorInfo *src, const ITensorInfo *dst) in validate() [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | highbd_intrapred_intrin_sse2.c | 19 void vpx_highbd_h_predictor_4x4_sse2(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_h_predictor_4x4_sse2() 38 void vpx_highbd_h_predictor_8x8_sse2(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_h_predictor_8x8_sse2() 69 static INLINE void h_store_16_unpacklo(uint16_t **dst, const ptrdiff_t stride, in h_store_16_unpacklo() 77 static INLINE void h_store_16_unpackhi(uint16_t **dst, const ptrdiff_t stride, in h_store_16_unpackhi() 85 void vpx_highbd_h_predictor_16x16_sse2(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_h_predictor_16x16_sse2() 113 static INLINE void h_store_32_unpacklo(uint16_t **dst, const ptrdiff_t stride, in h_store_32_unpacklo() 123 static INLINE void h_store_32_unpackhi(uint16_t **dst, const ptrdiff_t stride, in h_store_32_unpackhi() 133 void vpx_highbd_h_predictor_32x32_sse2(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_h_predictor_32x32_sse2() 171 static INLINE void dc_store_4x4(uint16_t *dst, ptrdiff_t stride, in dc_store_4x4() 180 void vpx_highbd_dc_left_predictor_4x4_sse2(uint16_t *dst, ptrdiff_t stride, in vpx_highbd_dc_left_predictor_4x4_sse2() [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | intrapred_avx2.c | 42 static inline void row_store_32xh(const __m256i *r, int height, uint8_t *dst, in row_store_32xh() 51 int height, uint8_t *dst, in row_store_32x2xh() 60 static inline void row_store_64xh(const __m256i *r, int height, uint8_t *dst, in row_store_64xh() 322 void aom_dc_predictor_32x32_avx2(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_32x32_avx2() 335 void aom_dc_top_predictor_32x32_avx2(uint8_t *dst, ptrdiff_t stride, in aom_dc_top_predictor_32x32_avx2() 349 void aom_dc_left_predictor_32x32_avx2(uint8_t *dst, ptrdiff_t stride, in aom_dc_left_predictor_32x32_avx2() 363 void aom_dc_128_predictor_32x32_avx2(uint8_t *dst, ptrdiff_t stride, in aom_dc_128_predictor_32x32_avx2() 372 void aom_v_predictor_32x32_avx2(uint8_t *dst, ptrdiff_t stride, in aom_v_predictor_32x32_avx2() 383 static inline void h_predictor_32x8line(const __m256i *row, uint8_t *dst, in h_predictor_32x8line() 401 void aom_h_predictor_32x32_avx2(uint8_t *dst, ptrdiff_t stride, in aom_h_predictor_32x32_avx2() [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/flags/ |
H A D | marshalling.cc | 47 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() 81 inline bool ParseFlagImpl(absl::string_view text, IntType& dst) { in ParseFlagImpl() 88 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() 97 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() 107 bool AbslParseFlag(absl::string_view text, int* dst, std::string*) { in AbslParseFlag() 111 bool AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) { in AbslParseFlag() 115 bool AbslParseFlag(absl::string_view text, long* dst, std::string*) { in AbslParseFlag() 119 bool AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) { in AbslParseFlag() 123 bool AbslParseFlag(absl::string_view text, long long* dst, std::string*) { in AbslParseFlag() 127 bool AbslParseFlag(absl::string_view text, unsigned long long* dst, in AbslParseFlag() [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/flags/ |
H A D | marshalling.cc | 47 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() 81 inline bool ParseFlagImpl(absl::string_view text, IntType& dst) { in ParseFlagImpl() 88 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() 97 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() 107 bool AbslParseFlag(absl::string_view text, int* dst, std::string*) { in AbslParseFlag() 111 bool AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) { in AbslParseFlag() 115 bool AbslParseFlag(absl::string_view text, long* dst, std::string*) { in AbslParseFlag() 119 bool AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) { in AbslParseFlag() 123 bool AbslParseFlag(absl::string_view text, long long* dst, std::string*) { in AbslParseFlag() 127 bool AbslParseFlag(absl::string_view text, unsigned long long* dst, in AbslParseFlag() [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/flags/ |
H A D | marshalling.cc | 47 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() 81 inline bool ParseFlagImpl(absl::string_view text, IntType& dst) { in ParseFlagImpl() 88 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() 97 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() 107 bool AbslParseFlag(absl::string_view text, int* dst, std::string*) { in AbslParseFlag() 111 bool AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) { in AbslParseFlag() 115 bool AbslParseFlag(absl::string_view text, long* dst, std::string*) { in AbslParseFlag() 119 bool AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) { in AbslParseFlag() 123 bool AbslParseFlag(absl::string_view text, long long* dst, std::string*) { in AbslParseFlag() 127 bool AbslParseFlag(absl::string_view text, unsigned long long* dst, in AbslParseFlag() [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | builder.rs | 123 let dst = self.alloc_ssa(RegFile::GPR, 1); in shl() localVariable 150 let dst = self.alloc_ssa(RegFile::GPR, 2); in shl64() localVariable 196 let dst = self.alloc_ssa(RegFile::GPR, 1); in shr() localVariable 224 let dst = self.alloc_ssa(RegFile::GPR, 2); in shr64() localVariable 249 let dst = self.alloc_ssa(RegFile::GPR, 1); in fadd() localVariable 261 let dst = self.alloc_ssa(RegFile::GPR, 1); in fmul() localVariable 274 let dst = self.alloc_ssa(RegFile::GPR, 1); in fset() localVariable 285 let dst = self.alloc_ssa(RegFile::Pred, 1); in fsetp() localVariable 298 let dst = self.alloc_ssa(RegFile::GPR, 1); in hadd2() localVariable 310 let dst = self.alloc_ssa(RegFile::GPR, 1); in hset2() localVariable [all …]
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLRasterPipelineBuilder.cpp | 401 SlotRange dst{lastInstruction->fSlotA, lastInstruction->fImmA}; in discard_stack() local 734 void Builder::pop_slots(SlotRange dst) { in pop_slots() 744 void Builder::simplifyPopSlotsUnmasked(SlotRange* dst) { in simplifyPopSlotsUnmasked() 831 void Builder::pop_slots_unmasked(SlotRange dst) { in pop_slots_unmasked() 864 void Builder::copy_stack_to_slots(SlotRange dst, int offsetFromStackTop) { in copy_stack_to_slots() 925 void Builder::copy_slots_unmasked(SlotRange dst, SlotRange src) { in copy_slots_unmasked() 947 void Builder::copy_immutable_unmasked(SlotRange dst, SlotRange src) { in copy_immutable_unmasked() 966 void Builder::copy_uniform_to_slots_unmasked(SlotRange dst, SlotRange src) { in copy_uniform_to_slots_unmasked() 986 void Builder::copy_stack_to_slots_unmasked(SlotRange dst, int offsetFromStackTop) { in copy_stack_to_slots_unmasked() 1049 void Builder::zero_slots_unmasked(SlotRange dst) { in zero_slots_unmasked() [all …]
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | gmock_callback_support_unittest.cc | 26 void SetBool(const bool& src, bool* dst) { in SetBool() 30 void SetIntFromPtr(std::unique_ptr<int> ptr, int* dst) { in SetIntFromPtr() 60 bool dst = false; in TEST() local 69 bool dst = false; in TEST() local 79 bool dst = false; in TEST() local 88 bool dst = false; in TEST() local 97 bool dst = false; in TEST() local 108 bool dst = false; in TEST() local 119 bool dst = false; in TEST() local 127 bool dst = false; in TEST() local [all …]
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | inverse_transform.cc | 69 LIBGAV1_ALWAYS_INLINE void ButterflyRotation_C(Residual* const dst, int a, in ButterflyRotation_C() 87 void ButterflyRotationFirstIsZero_C(Residual* const dst, int a, int b, in ButterflyRotationFirstIsZero_C() 102 void ButterflyRotationSecondIsZero_C(Residual* const dst, int a, int b, in ButterflyRotationSecondIsZero_C() 118 void HadamardRotation_C(Residual* const dst, int a, int b, bool flip, in HadamardRotation_C() 133 void ClampIntermediate(Residual* const dst, int size) { in ClampIntermediate() 177 auto* const dst = static_cast<Residual*>(dest); in Dct_C() local 409 auto* const dst = static_cast<Residual*>(dest); in DctDcOnly_C() local 438 auto* const dst = static_cast<Residual*>(dest); in Adst4_C() local 509 auto* const dst = static_cast<Residual*>(dest); in Adst4DcOnly_C() local 556 void AdstInputPermutation(int32_t* LIBGAV1_RESTRICT const dst, in AdstInputPermutation() [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/flags/ |
H A D | marshalling.cc | 45 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() 77 inline bool ParseFlagImpl(absl::string_view text, IntType& dst) { in ParseFlagImpl() 84 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() 93 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() 103 bool AbslParseFlag(absl::string_view text, int* dst, std::string*) { in AbslParseFlag() 107 bool AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) { in AbslParseFlag() 111 bool AbslParseFlag(absl::string_view text, long* dst, std::string*) { in AbslParseFlag() 115 bool AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) { in AbslParseFlag() 119 bool AbslParseFlag(absl::string_view text, long long* dst, std::string*) { in AbslParseFlag() 123 bool AbslParseFlag(absl::string_view text, unsigned long long* dst, in AbslParseFlag() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/ |
D | marshalling.cc | 45 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() 77 inline bool ParseFlagImpl(absl::string_view text, IntType& dst) { in ParseFlagImpl() 84 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() 93 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() 103 bool AbslParseFlag(absl::string_view text, int* dst, std::string*) { in AbslParseFlag() 107 bool AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) { in AbslParseFlag() 111 bool AbslParseFlag(absl::string_view text, long* dst, std::string*) { in AbslParseFlag() 115 bool AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) { in AbslParseFlag() 119 bool AbslParseFlag(absl::string_view text, long long* dst, std::string*) { in AbslParseFlag() 123 bool AbslParseFlag(absl::string_view text, unsigned long long* dst, in AbslParseFlag() [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/flags/ |
H A D | marshalling.cc | 45 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() 77 inline bool ParseFlagImpl(absl::string_view text, IntType& dst) { in ParseFlagImpl() 84 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() 93 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() 103 bool AbslParseFlag(absl::string_view text, int* dst, std::string*) { in AbslParseFlag() 107 bool AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) { in AbslParseFlag() 111 bool AbslParseFlag(absl::string_view text, long* dst, std::string*) { in AbslParseFlag() 115 bool AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) { in AbslParseFlag() 119 bool AbslParseFlag(absl::string_view text, long long* dst, std::string*) { in AbslParseFlag() 123 bool AbslParseFlag(absl::string_view text, unsigned long long* dst, in AbslParseFlag() [all …]
|