Home
last modified time | relevance | path

Searched defs:data_buf (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.h79 const uint8* data_buf = in ReadValue() local
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx02.c107 char data_buf[SIZE] = "LinusTorvalds"; in setup() local
/external/flatbuffers/rust/flatbuffers/src/
Dvector.rs63 let data_buf = &buf[loc + SIZE_UOFFSET..loc + SIZE_UOFFSET + len * sz]; in safe_slice() localVariable
111 let data_buf = &buf[loc + SIZE_UOFFSET..loc + SIZE_UOFFSET + len * sz]; in follow_slice_helper() localVariable
/external/deqp/external/openglcts/modules/gles32/
Des32cCopyImageTests.cpp136 std::vector<int> data_buf(TEXTURE_WIDTH * TEXTURE_HEIGHT, 1); in iterate() local
/external/u-boot/drivers/mtd/onenand/
Donenand_bbt.c141 unsigned char data_buf[MAX_ONENAND_PAGESIZE]; in onenand_memory_bbt() local
/external/u-boot/drivers/mtd/nand/
Dmxs_nand.h49 uint8_t *data_buf; member
Dmxs_nand.c375 uint8_t *data_buf, uint8_t *oob_buf) in mxs_nand_swap_block_mark()
/external/u-boot/drivers/mmc/
Ddavinci_mmc.c134 char *data_buf = NULL; in dmmc_send_cmd() local
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp264 void PNG_PredictorEncode(uint8_t** data_buf, uint32_t* data_size) { in PNG_PredictorEncode()
357 bool PNG_Predictor(uint8_t*& data_buf, in PNG_Predictor()
491 bool TIFF_Predictor(uint8_t*& data_buf, in TIFF_Predictor()
Dfx_codec_fax.cpp51 int FindBit(const uint8_t* data_buf, int max_pos, int start_pos, int bit) { in FindBit()
/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp429 uint8_t* data_buf = nullptr; in DecodeExtension() local
/external/u-boot/drivers/usb/host/
Dsl811-hcd.c532 __u8 data_buf[16]; in sl811_rh_submit_urb() local
/external/u-boot/drivers/usb/musb/
Dmusb_hcd.c465 const u8 *data_buf = (u8 *) datab; in musb_submit_rh_msg() local
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol_test.cc46 uint8_t* data_buf; member
/external/u-boot/arch/arm/include/asm/arch-tegra/
Dbpmp_abi.h735 uint8_t data_buf[TEGRA_I2C_IPC_MAX_IN_BUF_SIZE]; member
750 uint8_t data_buf[TEGRA_I2C_IPC_MAX_OUT_BUF_SIZE]; member
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c889 __u8 *data_buf = (__u8 *)datab; in ohci_submit_rh_msg() local
/external/pdfium/samples/
Dpdfium_test.cc1108 std::vector<char> data_buf(len); in SaveAttachments() local
/external/pdfium/fpdfsdk/
Dfpdfview.cpp635 FPDF_LoadMemDocument(const void* data_buf, int size, FPDF_BYTESTRING password) { in FPDF_LoadMemDocument()
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h241 Blob(const uint8_t *data_buf, uint8_t byte_width) in Blob()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp5781 std::vector<int> data_buf(width * height, 1); in iterate() local