Searched defs:buf_out (Results 1 – 7 of 7) sorted by relevance
/external/elfutils/libelf/ |
D | elf_compress.c | 228 void *buf_out = malloc (size_out ?: 1); in __libelf_decompress() local 302 void *buf_out = __libelf_decompress (buf_in, size_in, chdr.ch_size); in __libelf_decompress_elf() local 499 void *buf_out = __libelf_decompress_elf (scn, &size_out, &addralign); in elf_compress() local
|
D | elf_compress_gnu.c | 181 void *buf_out = __libelf_decompress (buf_in, size_in, size); in elf_compress_gnu() local
|
/external/boringssl/src/crypto/x509/ |
D | a_sign.c | 85 unsigned char *buf_in = NULL, *buf_out = NULL; in ASN1_item_sign_ctx() local
|
/external/libxcam/capi/ |
D | context_priv.cpp | 156 ContextBase::execute (SmartPtr<VideoBuffer> &buf_in, SmartPtr<VideoBuffer> &buf_out) in execute()
|
D | xcam_handle.cpp | 224 xcam_handle_execute (XCamHandle *handle, XCamVideoBuffer *buf_in, XCamVideoBuffer **buf_out) in xcam_handle_execute()
|
/external/tensorflow/tensorflow/core/util/ |
D | mkl_util.h | 1041 const memory::primitive_desc& pd, void** buf_out) { in AllocTmpBuffer() 1051 dnnLayout_t lt_buff, void** buf_out) { in AllocTmpBuffer() 1385 float* buf_out = (*output)->flat<float>().data(); in MklNHWCToNCHW() local 1401 float* buf_out = (*output)->flat<float>().data(); in MklNCHWToNHWC() local
|
/external/u-boot/common/ |
D | console.c | 461 char buf_out[CONFIG_PRE_CON_BUF_SZ + 1]; in print_pre_console_buffer() local
|