/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | cpputils.h | 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 char16_t *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 83 icu::UnicodeString *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | cpputils.h | 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 char16_t *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 83 icu::UnicodeString *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/ |
H A D | cpputils.h | 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 83 icu::UnicodeString *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | cpputils.h | 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 char16_t *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 83 icu::UnicodeString *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/ |
H A D | cpputils.h | 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 83 icu::UnicodeString *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/ |
H A D | cpputils.h | 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 83 icu::UnicodeString *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/ |
H A D | cpputils.h | 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 83 icu::UnicodeString *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
|
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/ |
H A D | lz4frame.c | 291 BYTE* const dstStart = (BYTE*) dstBuffer; in LZ4F_compressFrame() local 396 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressBegin() local 569 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressUpdate() local 676 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_flush() local 717 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressEnd() local 1054 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_decompress() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/ |
D | ShortBuffer.java | 1203 long dstStart = this.address + ((long) pos << 1); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 1); in putBuffer() local
|
D | FloatBuffer.java | 1203 long dstStart = this.address + ((long) pos << 2); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 2); in putBuffer() local
|
D | DoubleBuffer.java | 1203 long dstStart = this.address + ((long) pos << 3); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 3); in putBuffer() local
|
D | IntBuffer.java | 1203 long dstStart = this.address + ((long) pos << 2); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 2); in putBuffer() local
|
D | LongBuffer.java | 1203 long dstStart = this.address + ((long) pos << 3); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 3); in putBuffer() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/ |
D | FloatBuffer.java | 1203 long dstStart = this.address + ((long) pos << 2); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 2); in putBuffer() local
|
D | LongBuffer.java | 1203 long dstStart = this.address + ((long) pos << 3); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 3); in putBuffer() local
|
D | DoubleBuffer.java | 1203 long dstStart = this.address + ((long) pos << 3); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 3); in putBuffer() local
|
D | IntBuffer.java | 1203 long dstStart = this.address + ((long) pos << 2); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 2); in putBuffer() local
|
D | ShortBuffer.java | 1203 long dstStart = this.address + ((long) pos << 1); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 1); in putBuffer() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/ |
H A D | DoubleBuffer.java | 1203 long dstStart = this.address + ((long) pos << 3); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 3); in putBuffer() local
|
H A D | ShortBuffer.java | 1203 long dstStart = this.address + ((long) pos << 1); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 1); in putBuffer() local
|
H A D | IntBuffer.java | 1203 long dstStart = this.address + ((long) pos << 2); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 2); in putBuffer() local
|
H A D | LongBuffer.java | 1203 long dstStart = this.address + ((long) pos << 3); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 3); in putBuffer() local
|
H A D | FloatBuffer.java | 1203 long dstStart = this.address + ((long) pos << 2); in putBuffer() local 1210 int dstStart = this.offset + pos; in putBuffer() local 1216 long dstStart = asDst.byteOffset + asDst.bb.offset + ((long) pos << 2); in putBuffer() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/buffers/ |
H A D | test_buffer_copy.cpp | 140 …ueue queue, cl_context context, int num_elements, cl_uint srcStart, cl_uint dstStart, int size, MT… in testPartialCopy() 278 cl_uint srcStart, dstStart; in test_buffer_partial_copy() local
|
/aosp_15_r20/external/lz4/lib/ |
H A D | lz4frame.c | 436 BYTE* const dstStart = (BYTE*) dstBuffer; in LZ4F_compressFrame_usingCDict() local 697 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressBegin_internal() local 998 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressUpdateImpl() local 1163 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_flush() local 1210 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_compressEnd() local 1622 BYTE* const dstStart = (BYTE*)dstBuffer; in LZ4F_decompress() local
|