Searched defs:dst_buf_size (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/bionic/libc/bionic/ |
H A D | fortify.cpp | 277 extern "C" void __strcat_chk_fail(size_t dst_buf_size) { in __strcat_chk_fail() 297 extern "C" void __strcpy_chk_fail(size_t dst_buf_size) { in __strcpy_chk_fail() 325 extern "C" char* __strncat_chk(char* dst, const char* src, size_t len, size_t dst_buf_size) { in __strncat_chk() 461 extern "C" char* __STRCAT_CHK(char* dst, const char* src, size_t dst_buf_size) { in __STRCAT_CHK()
|
/aosp_15_r20/external/lz4/tests/ |
H A D | fuzzer.c | 1664 int const dst_buf_size = 6 KB; in FUZ_unitTests() local
|
/aosp_15_r20/external/OpenCL-CTS/test_common/miniz/ |
H A D | miniz.c | 947 …size_t src_buf_size = src_buf_len - src_buf_ofs, dst_buf_size = out_buf_capacity - *pOut_len, new_… in tinfl_decompress_mem_to_heap() local 985 size_t in_buf_size = *pIn_buf_size - in_buf_ofs, dst_buf_size = TINFL_LZ_DICT_SIZE - dict_ofs; in tinfl_decompress_mem_to_callback() local
|
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/ |
H A D | miniz.c | 2940 …size_t src_buf_size = src_buf_len - src_buf_ofs, dst_buf_size = out_buf_capacity - *pOut_len, new_… in tinfl_decompress_mem_to_heap() local 2990 … size_t in_buf_size = *pIn_buf_size - in_buf_ofs, dst_buf_size = TINFL_LZ_DICT_SIZE - dict_ofs; in tinfl_decompress_mem_to_callback() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 2999 dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capacity; in tinfl_decompress_mem_to_heap() local 3054 dst_buf_size = TINFL_LZ_DICT_SIZE - dict_ofs; in tinfl_decompress_mem_to_callback() local
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui.cpp | 1313 size_t dst_buf_size = p_dst_size ? *p_dst_size : strlen(dst) + 1; in ImStrdupcpy() local
|