Searched defs:out_buff (Results 1 – 8 of 8) sorted by relevance
/external/llvm-libc/test/src/stdio/printf_core/ |
D | writer_test.cpp | 202 OutBuff *out_buff = reinterpret_cast<OutBuff *>(raw_out_buff); in copy_to_out() local 214 OutBuff out_buff = {str, 0}; in TEST() local 234 OutBuff out_buff = {str, 0}; in TEST() local 254 OutBuff out_buff = {str, 0}; in TEST() local 277 OutBuff out_buff = {str, 0}; in TEST() local 300 OutBuff out_buff = {str, 0}; in TEST() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/stdio/printf_core/ |
D | writer_test.cpp | 201 OutBuff *out_buff = reinterpret_cast<OutBuff *>(raw_out_buff); in copy_to_out() local 213 OutBuff out_buff = {str, 0}; in TEST() local 232 OutBuff out_buff = {str, 0}; in TEST() local 251 OutBuff out_buff = {str, 0}; in TEST() local 273 OutBuff out_buff = {str, 0}; in TEST() local 295 OutBuff out_buff = {str, 0}; in TEST() local
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdio/printf_core/ |
D | writer_test.cpp | 201 OutBuff *out_buff = reinterpret_cast<OutBuff *>(raw_out_buff); in copy_to_out() local 213 OutBuff out_buff = {str, 0}; in TEST() local 232 OutBuff out_buff = {str, 0}; in TEST() local 251 OutBuff out_buff = {str, 0}; in TEST() local 273 OutBuff out_buff = {str, 0}; in TEST() local 295 OutBuff out_buff = {str, 0}; in TEST() local
|
/external/libxaac/encoder/drc_src/ |
D | impd_drc_gain_calculator.c | 95 WORD32 num_samples, FLOAT32 *in_buff, FLOAT32 *out_buff) { in impd_drc_td_drc_gain_calc_process()
|
/external/cronet/stable/third_party/libxml/src/ |
D | xmlsave.c | 2512 xmlOutputBufferPtr out_buff = NULL; in xmlDocDumpFormatMemoryEnc() local
|
/external/libxml2/ |
D | xmlsave.c | 2521 xmlOutputBufferPtr out_buff = NULL; in xmlDocDumpFormatMemoryEnc() local
|
/external/cronet/tot/third_party/libxml/src/ |
D | xmlsave.c | 2512 xmlOutputBufferPtr out_buff = NULL; in xmlDocDumpFormatMemoryEnc() local
|
/external/lz4/programs/ |
D | lz4io.c | 653 void* const out_buff = malloc(outCapacity); in LZ4IO_compressChunk() local 1833 char* const out_buff = (char*)malloc(LEGACY_BLOCKSIZE); in LZ4IO_decodeLegacyStream() local
|