| /third_party/openhitls/bsl/base64/src/ |
| D | bsl_base64.c | 59 static int32_t BslBase64EncodeParamsValidate(const uint8_t *srcBuf, const uint32_t srcBufLen, in BslBase64EncodeParamsValidate() 75 static void BslBase64ArithEncodeProc(const uint8_t *srcBuf, const uint32_t srcBufLen, in BslBase64ArithEncodeProc() 124 static void BslBase64EncodeBlock(BSL_Base64Ctx *ctx, const uint8_t **srcBuf, uint32_t *srcBufLen, in BslBase64EncodeBlock() 148 static void BslBase64EncodeProcess(BSL_Base64Ctx *ctx, const uint8_t **srcBuf, uint32_t *srcBufLen, in BslBase64EncodeProcess() 202 int32_t BSL_BASE64_Encode(const uint8_t *srcBuf, const uint32_t srcBufLen, char *dstBuf, uint32_t *… in BSL_BASE64_Encode() 262 static int32_t BslBase64Normalization(const char *srcBuf, const uint32_t srcBufLen, uint8_t *filter… in BslBase64Normalization() 274 static int32_t BslBase64DecodeBuffer(const uint8_t *srcBuf, const uint32_t srcBufLen, uint8_t *dstB… in BslBase64DecodeBuffer() 313 static int32_t BslBase64ArithDecodeProc(const char *srcBuf, const uint32_t srcBufLen, uint8_t *dstB… in BslBase64ArithDecodeProc() 344 int32_t BSL_BASE64_Decode(const char *srcBuf, const uint32_t srcBufLen, uint8_t *dstBuf, uint32_t *… in BSL_BASE64_Decode() 380 int32_t BSL_BASE64_EncodeUpdate(BSL_Base64Ctx *ctx, const uint8_t *srcBuf, uint32_t srcBufLen, in BSL_BASE64_EncodeUpdate() [all …]
|
| /third_party/openhitls/testcode/sdv/testcase/bsl/base64/ |
| D | test_suite_sdv_base64.c | 228 const uint8_t *srcBuf = testData[i].src; in SDV_BSL_BASE64_FUNC_TC001() local 283 const uint8_t *srcBuf = testData[i].src; in SDV_BSL_BASE64_FUNC_TC002() local 353 const uint8_t *srcBuf = src_08; in SDV_BSL_BASE64_FUNC_TC003() local 401 const uint8_t *srcBuf = src_08; in SDV_BSL_BASE64_FUNC_TC004() local
|
| /third_party/skia/m133/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 148 static int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp() 325 static int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, in fullTest() 541 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local 838 unsigned char *srcBuf = NULL; in main() local
|
| D | turbojpeg.c | 702 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, 771 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, 795 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, 954 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, 994 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, 1003 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, 1153 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, 1632 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf,
|
| D | tjunittest.c | 384 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local 639 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
|
| D | turbojpeg-jni.c | 236 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local 424 unsigned char *srcBuf = NULL; in TJCompressor_encodeYUV() local 538 unsigned char *srcBuf = NULL, *dstBuf = NULL; in TJCompressor_encodeYUV_12() local
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | tjbench.c | 142 static int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp() 318 static int fullTest(unsigned char *srcBuf, int w, int h, int subsamp, in fullTest() 534 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local 835 unsigned char *srcBuf = NULL; in main() local
|
| D | turbojpeg.c | 667 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2() 734 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width, in tjCompress() 757 DLLEXPORT int tjEncodeYUVPlanes(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUVPlanes() 915 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3() 954 DLLEXPORT int tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV2() 962 DLLEXPORT int tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, int width, in tjEncodeYUV() 1109 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV() 1577 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV()
|
| D | tjunittest.c | 378 unsigned char *srcBuf = NULL, *yuvBuf = NULL; in compTest() local 613 unsigned char *srcBuf = NULL, *dstBuf = NULL; in bufSizeTest() local
|
| D | turbojpeg-jni.c | 225 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local 409 unsigned char *srcBuf = NULL; in TJCompressor_encodeYUV() local 519 unsigned char *srcBuf = NULL, *dstBuf = NULL; in TJCompressor_encodeYUV_12() local
|
| /third_party/lz4/lib/ |
| D | lz4file.c | 52 LZ4_byte* srcBuf; member
|
| /third_party/skia/m133/third_party/externals/vulkanmemoryallocator/src/ |
| D | SparseBindingTest.cpp | 152 VkBuffer srcBuf = nullptr; in UploadContent() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fBufferCopyTests.cpp | 84 deUint32 srcBuf = 0; in iterate() local
|
| /third_party/openhitls/tls/cm/src/ |
| D | conn_create.c | 638 static int32_t Uint8ToHex(const uint8_t *srcBuf, size_t srcLen, size_t *offset, in Uint8ToHex()
|
| /third_party/musl/Benchmark/musl/ |
| D | libc_string.cpp | 662 char* srcBuf = GetAlignedPtrFilled(&needle, needle_alignment, nbytes, 'x'); in BM_function_Strlcat() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | Surface.cpp | 3469 char *srcBuf = (char*)src->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PRIVATE) + srcStart; in copyCubeEdge() local
|