/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/external/zlib/contrib/optimizations/ |
D | chunkcopy.h | 186 static inline z_vec128i_t v_load64_dup(const void* src) { in v_load64_dup() 194 static inline z_vec128i_t v_load32_dup(const void* src) { in v_load32_dup() 204 static inline z_vec128i_t v_load16_dup(const void* src) { in v_load16_dup() 214 static inline z_vec128i_t v_load8_dup(const void* src) { in v_load8_dup() 231 static inline z_vec128i_t v_load64_dup(const void* src) { in v_load64_dup() 241 static inline z_vec128i_t v_load32_dup(const void* src) { in v_load32_dup() 251 static inline z_vec128i_t v_load16_dup(const void* src) { in v_load16_dup() 261 static inline z_vec128i_t v_load8_dup(const void* src) { in v_load8_dup() 287 static inline z_vec128i_t v_load64_dup(const void* src) { in v_load64_dup() 301 static inline z_vec128i_t v_load32_dup(const void* src) { in v_load32_dup() [all …]
|
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
D | ResizableIntArrayTests.java | 41 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testNewInstance() local 50 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testAdd() local 80 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testAddAt() local 95 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testGet() local 125 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testReset() local 157 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testSetLength() local 194 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testSet() local 209 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testCopy() local 239 final ResizableIntArray src = new ResizableIntArray(srcLength); in testAppend() local 290 final ResizableIntArray src = new ResizableIntArray(srcLength); in testFill() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 78 #define NINE_APPLY_SWIZZLE(src, s) \ argument 354 struct sm1_src_param src[4]; member 547 struct ureg_src src; in nine_float_constant_src() local 577 struct ureg_src src; in nine_integer_constant_src() local 602 struct ureg_src src; in nine_boolean_constant_src() local 631 struct ureg_src src; in nine_special_constant_src() local 650 tx_lconstf(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconstf() 667 tx_lconsti(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconsti() 684 tx_lconstb(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconstb() 797 struct ureg_src src = ureg_src(dst); in tx_src_scalar() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | bpf_core_read.h | 43 #define __CORE_RELO(src, field, info) \ argument 47 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument 57 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument 310 #define bpf_core_read(dst, sz, src) \ argument 314 #define bpf_core_read_user(dst, sz, src) \ argument 321 #define bpf_core_read_str(dst, sz, src) \ argument 325 #define bpf_core_read_user_str(dst, sz, src) \ argument 392 #define ___read(read_fn, dst, src_type, src, accessor) \ argument 396 #define ___rd_first(fn, src, a) ___read(fn, &__t, ___type(src), src, a); argument 408 #define ___read_ptrs(fn, src, ...) \ argument [all …]
|
/aosp_15_r20/external/libbpf/src/ |
H A D | bpf_core_read.h | 43 #define __CORE_RELO(src, field, info) \ argument 47 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument 57 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument 310 #define bpf_core_read(dst, sz, src) \ argument 314 #define bpf_core_read_user(dst, sz, src) \ argument 321 #define bpf_core_read_str(dst, sz, src) \ argument 325 #define bpf_core_read_user_str(dst, sz, src) \ argument 392 #define ___read(read_fn, dst, src_type, src, accessor) \ argument 396 #define ___rd_first(fn, src, a) ___read(fn, &__t, ___type(src), src, a); argument 408 #define ___read_ptrs(fn, src, ...) \ argument [all …]
|
/aosp_15_r20/external/clang/INPUTS/ |
H A D | stpcpy-test.c | 3 #define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) &… argument 4 #define stpcpy(dest, src) __stpcpy (dest, src) argument 5 #define __stpcpy_args(src) __extension__ __STRING2_SMALL_GET16 (src, 0), __extension__ __STRING2_SM… argument 7 #define __mempcpy(dest, src, n) (__extension__ (__builtin_constant_p (src) && __builtin_constant_p … argument 8 #define mempcpy(dest, src, n) __mempcpy (dest, src, n) argument 9 #define __mempcpy_args(src) ((char *) (src))[0], ((char *) (src))[2], ((char *) (src))[4], ((char *… argument 11 #define __STRING2_SMALL_GET16(src, idx) (((__const unsigned char *) (__const char *) (src))[idx + 1… argument 13 #define __STRING2_SMALL_GET32(src, idx) (((((__const unsigned char *) (__const char *) (src))[idx +… argument
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/diff/ |
D | lcs_test.cpp | 28 void VerifyMatch(const Sequence& src, const Sequence& dst, in VerifyMatch() 63 Sequence src, dst; in TEST() local 77 Sequence src, dst = {1, 2, 3}; in TEST() local 91 Sequence src = {1, 2, 3}, dst; in TEST() local 105 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 119 Sequence src = {1, 2, 3, 4}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 136 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5}; in TEST() local 153 Sequence src = {3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 170 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {5, 6}; in TEST() local 187 Sequence src = {1, 3, 5, 7, 9}, dst = {2, 4, 6, 8, 10, 12}; in TEST() local [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/diff/ |
H A D | lcs_test.cpp | 28 void VerifyMatch(const Sequence& src, const Sequence& dst, in VerifyMatch() 63 Sequence src, dst; in TEST() local 77 Sequence src, dst = {1, 2, 3}; in TEST() local 91 Sequence src = {1, 2, 3}, dst; in TEST() local 105 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 119 Sequence src = {1, 2, 3, 4}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 136 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5}; in TEST() local 153 Sequence src = {3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 170 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {5, 6}; in TEST() local 187 Sequence src = {1, 3, 5, 7, 9}, dst = {2, 4, 6, 8, 10, 12}; in TEST() local [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/diff/ |
H A D | lcs_test.cpp | 28 void VerifyMatch(const Sequence& src, const Sequence& dst, in VerifyMatch() 63 Sequence src, dst; in TEST() local 77 Sequence src, dst = {1, 2, 3}; in TEST() local 91 Sequence src = {1, 2, 3}, dst; in TEST() local 105 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 119 Sequence src = {1, 2, 3, 4}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 136 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {1, 2, 3, 4, 5}; in TEST() local 153 Sequence src = {3, 4, 5, 6}, dst = {1, 2, 3, 4, 5, 6}; in TEST() local 170 Sequence src = {1, 2, 3, 4, 5, 6}, dst = {5, 6}; in TEST() local 187 Sequence src = {1, 3, 5, 7, 9}, dst = {2, 4, 6, 8, 10, 12}; in TEST() local [all …]
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | mc_tmpl.c | 53 const pixel *src, const ptrdiff_t src_stride, const int w, int h) in put_c() 64 prep_c(int16_t *tmp, const pixel *src, const ptrdiff_t src_stride, in prep_c() 77 #define FILTER_8TAP(src, x, F, stride) \ argument 87 #define DAV1D_FILTER_8TAP_RND(src, x, F, stride, sh) \ argument 90 #define DAV1D_FILTER_8TAP_RND2(src, x, F, stride, rnd, sh) \ argument 93 #define DAV1D_FILTER_8TAP_CLIP(src, x, F, stride, sh) \ argument 96 #define DAV1D_FILTER_8TAP_CLIP2(src, x, F, stride, rnd, sh) \ argument 115 const pixel *src, ptrdiff_t src_stride, in put_8tap_c() 175 const pixel *src, ptrdiff_t src_stride, in put_8tap_scaled_c() 224 prep_8tap_c(int16_t *tmp, const pixel *src, ptrdiff_t src_stride, in prep_8tap_c() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | IDNA.java | 480 public static StringBuffer convertToASCII(String src, int options) in convertToASCII() 512 public static StringBuffer convertToASCII(StringBuffer src, int options) in convertToASCII() 544 public static StringBuffer convertToASCII(UCharacterIterator src, int options) in convertToASCII() 580 public static StringBuffer convertIDNToASCII(UCharacterIterator src, int options) in convertIDNToASCII() 616 public static StringBuffer convertIDNToASCII(StringBuffer src, int options) in convertIDNToASCII() 652 public static StringBuffer convertIDNToASCII(String src,int options) in convertIDNToASCII() 684 public static StringBuffer convertToUnicode(String src, int options) in convertToUnicode() 716 public static StringBuffer convertToUnicode(StringBuffer src, int options) in convertToUnicode() 748 public static StringBuffer convertToUnicode(UCharacterIterator src, int options) in convertToUnicode() 781 public static StringBuffer convertIDNToUnicode(UCharacterIterator src, int options) in convertIDNToUnicode() [all …]
|
/aosp_15_r20/external/cronet/base/strings/ |
H A D | utf_string_conversions.cc | 103 bool DoUTFConversion(const char* src, in DoUTFConversion() 125 bool DoUTFConversion(const char16_t* src, in DoUTFConversion() 171 bool DoUTFConversion(const wchar_t* src, in DoUTFConversion() 226 bool UTF8ToUTF16(const char* src, size_t src_len, std::u16string* output) { in UTF8ToUTF16() 238 bool UTF16ToUTF8(const char16_t* src, size_t src_len, std::string* output) { in UTF16ToUTF8() 255 bool WideToUTF16(const wchar_t* src, size_t src_len, std::u16string* output) { in WideToUTF16() 264 bool UTF16ToWide(const char16_t* src, size_t src_len, std::wstring* output) { in UTF16ToWide() 275 bool WideToUTF16(const wchar_t* src, size_t src_len, std::u16string* output) { in WideToUTF16() 287 bool UTF16ToWide(const char16_t* src, size_t src_len, std::wstring* output) { in UTF16ToWide() 305 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | IDNA.java | 499 public static StringBuffer convertToASCII(String src, int options) in convertToASCII() 530 public static StringBuffer convertToASCII(StringBuffer src, int options) in convertToASCII() 561 public static StringBuffer convertToASCII(UCharacterIterator src, int options) in convertToASCII() 596 public static StringBuffer convertIDNToASCII(UCharacterIterator src, int options) in convertIDNToASCII() 631 public static StringBuffer convertIDNToASCII(StringBuffer src, int options) in convertIDNToASCII() 666 public static StringBuffer convertIDNToASCII(String src,int options) in convertIDNToASCII() 697 public static StringBuffer convertToUnicode(String src, int options) in convertToUnicode() 728 public static StringBuffer convertToUnicode(StringBuffer src, int options) in convertToUnicode() 759 public static StringBuffer convertToUnicode(UCharacterIterator src, int options) in convertToUnicode() 791 public static StringBuffer convertIDNToUnicode(UCharacterIterator src, int options) in convertIDNToUnicode() [all …]
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | convolve_sse4.cc | 41 __m128i SumHorizontalTaps(const uint8_t* LIBGAV1_RESTRICT const src, in SumHorizontalTaps() 72 __m128i SimpleHorizontalTaps(const uint8_t* LIBGAV1_RESTRICT const src, in SimpleHorizontalTaps() 88 __m128i HorizontalTaps8To16(const uint8_t* LIBGAV1_RESTRICT const src, in HorizontalTaps8To16() 96 void FilterHorizontal(const uint8_t* LIBGAV1_RESTRICT src, in FilterHorizontal() 208 const uint8_t* LIBGAV1_RESTRICT const src, const ptrdiff_t src_stride, in DoHorizontalPass() 265 const auto* src = static_cast<const uint8_t*>(reference) - in Convolve2D_SSE4_1() local 333 void FilterVertical(const uint8_t* LIBGAV1_RESTRICT src, in FilterVertical() 415 const auto* src = static_cast<const uint8_t*>(reference) - in ConvolveVertical_SSE4_1() local 474 const auto* src = static_cast<const uint8_t*>(reference); in ConvolveCompoundCopy_SSE4_1() local 536 const auto* src = static_cast<const uint8_t*>(reference) - in ConvolveCompoundVertical_SSE4_1() local [all …]
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/x86_64/ |
D | code_emit.cc | 39 void EmitMovGRegGReg(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovGRegGReg() 43 void EmitMovGRegXReg(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovGRegXReg() 47 void EmitMovGRegMem(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovGRegMem() 53 void EmitMovXRegGReg(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovXRegGReg() 57 void EmitMovXRegXReg(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovXRegXReg() 61 void EmitMovXRegMem(CodeEmitter* as, MachineReg dst, MachineReg src, int size) { in EmitMovXRegMem() 73 void EmitMovMemGReg(CodeEmitter* as, MachineReg dst, MachineReg src, int /* size */) { in EmitMovMemGReg() 79 void EmitMovMemXReg(CodeEmitter* as, MachineReg dst, MachineReg src, int size) { in EmitMovMemXReg() 91 void EmitMovMemMem(CodeEmitter* as, MachineReg dst, MachineReg src, int size) { in EmitMovMemMem() 104 void EmitCopy(CodeEmitter* as, MachineReg dst, MachineReg src, int size) { in EmitCopy() [all …]
|
/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | UTFConvert.cpp | 144 void CUtf8Check::Check_Buf(const char *src, size_t size) throw() in Check_Buf() 230 bool Check_UTF8_Buf(const char *src, size_t size, bool allowReduced) throw() in Check_UTF8_Buf() 339 static bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *src, const char *srcLim, unsi… in Utf8_To_Utf16() 473 static size_t Utf16_To_Utf8_Calc(const wchar_t *src, const wchar_t *srcLim, unsigned flags) in Utf16_To_Utf8_Calc() 542 static char *Utf16_To_Utf8(char *dest, const wchar_t *src, const wchar_t *srcLim, unsigned flags) in Utf16_To_Utf8() 660 bool Convert_UTF8_Buf_To_Unicode(const char *src, size_t srcSize, UString &dest, unsigned flags) in Convert_UTF8_Buf_To_Unicode() 670 bool ConvertUTF8ToUnicode_Flags(const AString &src, UString &dest, unsigned flags) in ConvertUTF8ToUnicode_Flags() 695 bool ConvertUTF8ToUnicode(const AString &src, UString &dest) in ConvertUTF8ToUnicode() 702 void ConvertUnicodeToUTF8_Flags(const UString &src, AString &dest, unsigned flags) in ConvertUnicodeToUTF8_Flags() 743 void ConvertUnicodeToUTF8(const UString &src, AString &dest) in ConvertUnicodeToUTF8() [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | sadxd_neon_dotprod.c | 21 static inline void sad16_neon(uint8x16_t src, uint8x16_t ref, in sad16_neon() 27 static inline void sadwxhx3d_large_neon_dotprod(const uint8_t *src, in sadwxhx3d_large_neon_dotprod() 62 static inline void sad128xhx3d_neon_dotprod(const uint8_t *src, int src_stride, in sad128xhx3d_neon_dotprod() 69 static inline void sad64xhx3d_neon_dotprod(const uint8_t *src, int src_stride, in sad64xhx3d_neon_dotprod() 76 static inline void sad32xhx3d_neon_dotprod(const uint8_t *src, int src_stride, in sad32xhx3d_neon_dotprod() 83 static inline void sad16xhx3d_neon_dotprod(const uint8_t *src, int src_stride, in sad16xhx3d_neon_dotprod() 137 static inline void sadwxhx4d_large_neon_dotprod(const uint8_t *src, in sadwxhx4d_large_neon_dotprod() 180 static inline void sad128xhx4d_neon_dotprod(const uint8_t *src, int src_stride, in sad128xhx4d_neon_dotprod() 187 static inline void sad64xhx4d_neon_dotprod(const uint8_t *src, int src_stride, in sad64xhx4d_neon_dotprod() 194 static inline void sad32xhx4d_neon_dotprod(const uint8_t *src, int src_stride, in sad32xhx4d_neon_dotprod() [all …]
|
H A D | variance_neon.c | 21 static inline void variance_4xh_neon(const uint8_t *src, int src_stride, in variance_4xh_neon() 51 static inline void variance_8xh_neon(const uint8_t *src, int src_stride, in variance_8xh_neon() 81 static inline void variance_16xh_neon(const uint8_t *src, int src_stride, in variance_16xh_neon() 121 static inline void variance_large_neon(const uint8_t *src, int src_stride, in variance_large_neon() 177 static inline void variance_32xh_neon(const uint8_t *src, int src_stride, in variance_32xh_neon() 183 static inline void variance_64xh_neon(const uint8_t *src, int src_stride, in variance_64xh_neon() 189 static inline void variance_128xh_neon(const uint8_t *src, int src_stride, in variance_128xh_neon() 240 void aom_get_var_sse_sum_8x8_quad_neon(const uint8_t *src, int src_stride, in aom_get_var_sse_sum_8x8_quad_neon() 258 void aom_get_var_sse_sum_16x16_dual_neon(const uint8_t *src, int src_stride, in aom_get_var_sse_sum_16x16_dual_neon() 278 static inline unsigned int mse8xh_neon(const uint8_t *src, int src_stride, in mse8xh_neon() [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | sse_neon_dotprod.c | 17 static INLINE void sse_16x1_neon_dotprod(const uint8_t *src, const uint8_t *ref, in sse_16x1_neon_dotprod() 27 static INLINE void sse_8x1_neon_dotprod(const uint8_t *src, const uint8_t *ref, in sse_8x1_neon_dotprod() 37 static INLINE void sse_4x2_neon_dotprod(const uint8_t *src, int src_stride, in sse_4x2_neon_dotprod() 48 static INLINE uint32_t sse_wxh_neon_dotprod(const uint8_t *src, int src_stride, in sse_wxh_neon_dotprod() 88 static INLINE uint32_t sse_64xh_neon_dotprod(const uint8_t *src, int src_stride, in sse_64xh_neon_dotprod() 107 static INLINE uint32_t sse_32xh_neon_dotprod(const uint8_t *src, int src_stride, in sse_32xh_neon_dotprod() 124 static INLINE uint32_t sse_16xh_neon_dotprod(const uint8_t *src, int src_stride, in sse_16xh_neon_dotprod() 143 static INLINE uint32_t sse_8xh_neon_dotprod(const uint8_t *src, int src_stride, in sse_8xh_neon_dotprod() 162 static INLINE uint32_t sse_4xh_neon_dotprod(const uint8_t *src, int src_stride, in sse_4xh_neon_dotprod() 179 int64_t vpx_sse_neon_dotprod(const uint8_t *src, int src_stride, in vpx_sse_neon_dotprod()
|
H A D | sse_neon.c | 19 static INLINE void sse_16x1_neon(const uint8_t *src, const uint8_t *ref, in sse_16x1_neon() 32 static INLINE void sse_8x1_neon(const uint8_t *src, const uint8_t *ref, in sse_8x1_neon() 42 static INLINE void sse_4x2_neon(const uint8_t *src, int src_stride, in sse_4x2_neon() 53 static INLINE uint32_t sse_wxh_neon(const uint8_t *src, int src_stride, in sse_wxh_neon() 89 static INLINE uint32_t sse_64xh_neon(const uint8_t *src, int src_stride, in sse_64xh_neon() 108 static INLINE uint32_t sse_32xh_neon(const uint8_t *src, int src_stride, in sse_32xh_neon() 125 static INLINE uint32_t sse_16xh_neon(const uint8_t *src, int src_stride, in sse_16xh_neon() 144 static INLINE uint32_t sse_8xh_neon(const uint8_t *src, int src_stride, in sse_8xh_neon() 160 static INLINE uint32_t sse_4xh_neon(const uint8_t *src, int src_stride, in sse_4xh_neon() 177 int64_t vpx_sse_neon(const uint8_t *src, int src_stride, const uint8_t *ref, in vpx_sse_neon()
|
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | XpressDecoder.cpp | 19 #define COPY_CHUNK_4_2(dest, src) \ argument 44 #define COPY_CHUNK1(dest, src) \ argument 52 #define COPY_CHUNK(dest, src) \ argument 63 #define COPY_CHUNK1(dest, src) \ argument 71 #define COPY_CHUNK(dest, src) \ argument 81 #define COPY_CHUNK(dest, src) \ argument 92 #define COPY_CHUNK(dest, src) \ argument 105 #define COPY_CHUNK_2(dest, src) \ argument 114 #define COPY_CHUNK(dest, src) \ argument 191 const Byte *src = dest - offset; in CopyMatch_Non1() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | variance_sse2.c | 24 unsigned int aom_get_mb_ss_sse2(const int16_t *src) { in aom_get_mb_ss_sse2() 71 static inline void variance_kernel_sse2(const __m128i src, const __m128i ref, in variance_kernel_sse2() 127 static inline void variance4_sse2(const uint8_t *src, const int src_stride, in variance4_sse2() 144 static inline void variance8_sse2(const uint8_t *src, const int src_stride, in variance8_sse2() 161 static inline void variance16_kernel_sse2(const uint8_t *const src, in variance16_kernel_sse2() 177 static inline void variance16_sse2(const uint8_t *src, const int src_stride, in variance16_sse2() 191 static inline void variance32_sse2(const uint8_t *src, const int src_stride, in variance32_sse2() 207 static inline void variance64_sse2(const uint8_t *src, const int src_stride, in variance64_sse2() 224 static inline void variance128_sse2(const uint8_t *src, const int src_stride, in variance128_sse2() 250 const uint8_t *src = src_ptr; in aom_get_var_sse_sum_8x8_quad_sse2() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 448 public static native void arraycopy(Object src, int srcPos, in arraycopy() 467 private static void arraycopy(char[] src, int srcPos, char[] dst, int dstPos, int length) { in arraycopy() 506 private static native void arraycopyCharUnchecked(char[] src, int srcPos, in arraycopyCharUnchecked() 522 private static void arraycopy(byte[] src, int srcPos, byte[] dst, int dstPos, int length) { in arraycopy() 561 private static native void arraycopyByteUnchecked(byte[] src, int srcPos, in arraycopyByteUnchecked() 577 private static void arraycopy(short[] src, int srcPos, short[] dst, int dstPos, int length) { in arraycopy() 616 private static native void arraycopyShortUnchecked(short[] src, int srcPos, in arraycopyShortUnchecked() 632 private static void arraycopy(int[] src, int srcPos, int[] dst, int dstPos, int length) { in arraycopy() 671 private static native void arraycopyIntUnchecked(int[] src, int srcPos, in arraycopyIntUnchecked() 687 private static void arraycopy(long[] src, int srcPos, long[] dst, int dstPos, int length) { in arraycopy() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | System.java | 448 public static native void arraycopy(Object src, int srcPos, in arraycopy() 467 private static void arraycopy(char[] src, int srcPos, char[] dst, int dstPos, int length) { in arraycopy() 506 private static native void arraycopyCharUnchecked(char[] src, int srcPos, in arraycopyCharUnchecked() 522 private static void arraycopy(byte[] src, int srcPos, byte[] dst, int dstPos, int length) { in arraycopy() 561 private static native void arraycopyByteUnchecked(byte[] src, int srcPos, in arraycopyByteUnchecked() 577 private static void arraycopy(short[] src, int srcPos, short[] dst, int dstPos, int length) { in arraycopy() 616 private static native void arraycopyShortUnchecked(short[] src, int srcPos, in arraycopyShortUnchecked() 632 private static void arraycopy(int[] src, int srcPos, int[] dst, int dstPos, int length) { in arraycopy() 671 private static native void arraycopyIntUnchecked(int[] src, int srcPos, in arraycopyIntUnchecked() 687 private static void arraycopy(long[] src, int srcPos, long[] dst, int dstPos, int length) { in arraycopy() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | System.java | 448 public static native void arraycopy(Object src, int srcPos, in arraycopy() 467 private static void arraycopy(char[] src, int srcPos, char[] dst, int dstPos, int length) { in arraycopy() 506 private static native void arraycopyCharUnchecked(char[] src, int srcPos, in arraycopyCharUnchecked() 522 private static void arraycopy(byte[] src, int srcPos, byte[] dst, int dstPos, int length) { in arraycopy() 561 private static native void arraycopyByteUnchecked(byte[] src, int srcPos, in arraycopyByteUnchecked() 577 private static void arraycopy(short[] src, int srcPos, short[] dst, int dstPos, int length) { in arraycopy() 616 private static native void arraycopyShortUnchecked(short[] src, int srcPos, in arraycopyShortUnchecked() 632 private static void arraycopy(int[] src, int srcPos, int[] dst, int dstPos, int length) { in arraycopy() 671 private static native void arraycopyIntUnchecked(int[] src, int srcPos, in arraycopyIntUnchecked() 687 private static void arraycopy(long[] src, int srcPos, long[] dst, int dstPos, int length) { in arraycopy() [all …]
|