Home
last modified time | relevance | path

Searched defs:size_in (Results 1 – 5 of 5) sorted by relevance

/third_party/elfutils/libelf/
Delf_compress.c210 __libelf_decompress (void *buf_in, size_t size_in, size_t size_out) in __libelf_decompress()
296 size_t size_in = data->d_size - hsize; in __libelf_decompress_elf() local
Delf_compress_gnu.c179 size_t size_in = data->d_size - hsize; in elf_compress_gnu() local
/third_party/lz4/examples/
DframeCompress.c53 unsigned long long size_in; member
/third_party/lwip/src/core/
Dmem.c831 mem_malloc(mem_size_t size_in) in mem_malloc()
/third_party/ffmpeg/libavcodec/
Dpngdec.c501 static uint8_t *iso88591_to_utf8(const uint8_t *in, size_t size_in) in iso88591_to_utf8()