Searched defs:dst_buf_size (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/porting/linux/user/src/fortify/ |
H A D | fortify.c | 178 char* __strncat_chk(char* dest, const char* src, size_t len, size_t dst_buf_size) in __strncat_chk() argument 185 char* __strcat_chk(char* dest, const char* src, size_t dst_buf_size) in __strcat_chk() argument
|
/third_party/musl/src/fortify/linux/ |
H A D | fortify.c | 189 char* __strncat_chk(char* dest, const char* src, size_t len, size_t dst_buf_size) in __strncat_chk() argument 196 char* __strcat_chk(char* dest, const char* src, size_t dst_buf_size) in __strcat_chk() argument
|
/third_party/lz4/tests/ |
H A D | fuzzer.c | 1650 int const dst_buf_size = 6 KB; in FUZ_unitTests() local
|
/third_party/astc-encoder/Source/ |
H A 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
|
Completed in 27 milliseconds