Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_compress.c215 __libelf_decompress (void *buf_in, size_t size_in, size_t size_out) in __libelf_decompress()
258 __libelf_decompress_elf (Elf_Scn *scn, size_t *size_out, size_t *addralign) in __libelf_decompress_elf()
478 size_t size_out, addralign; in elf_compress() local
/external/lz4/examples/
DframeCompress.c22 static size_t compress_file(FILE *in, FILE *out, size_t *size_in, size_t *size_out) { in compress_file()
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_resampler.c70 size_t* size_out) { in WebRtcAec_ResampleLinear()
/external/libevent/
Dhttp.c2769 evhttp_uridecode(const char *uri, int decode_plus, size_t *size_out) in evhttp_uridecode()
/external/v8/src/
Dd8.cc1658 static char* ReadChars(Isolate* isolate, const char* name, int* size_out) { in ReadChars()