Home
last modified time | relevance | path

Searched defs:scratch_buf (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/mtd/nand/
Dnand_spl_loaders.c51 static u8 scratch_buf[CONFIG_SYS_NAND_PAGE_SIZE]; variable
/external/u-boot/drivers/mtd/onenand/
Donenand_spl.c118 static u8 scratch_buf[PAGE_4K]; variable
/external/libxaac/decoder/
Dixheaacd_pns_js_thumb.c252 WORD32 *scratch_buf = ptr_aac_dec_channel_info->scratch_buf_ptr; in ixheaacd_aac_tns_process() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_conv_runner.cc397 se::DeviceMemoryBase scratch_buf, se::Stream* stream, in RunCudnnConv()