Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/wav/
Dwav_io.h92 const uint8* data_buf = in ReadValue() local
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx02.c107 char data_buf[SIZE] = "LinusTorvalds"; in setup() local
/external/deqp/external/openglcts/modules/gles32/
Des32cCopyImageTests.cpp136 std::vector<int> data_buf(TEXTURE_WIDTH * TEXTURE_HEIGHT, 1); in iterate() local
/external/rust/crates/gdbstub/src/protocol/common/
Dhex.rs160 let data_buf = &mut buf[start_idx..]; in encode_hex_in_chunks() localVariable
/external/flatbuffers/rust/flatbuffers/src/
Dvector.rs85 let data_buf = &buf[loc + SIZE_UOFFSET..loc + SIZE_UOFFSET + len * sz]; in safe_slice() localVariable
134 let data_buf = &buf[loc + SIZE_UOFFSET..loc + SIZE_UOFFSET + len * sz]; in follow_slice_helper() localVariable
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp362 std::unique_ptr<uint8_t, FxFreeDeleter>* data_buf, in PNG_Predictor()
497 std::unique_ptr<uint8_t, FxFreeDeleter>* data_buf, in TIFF_Predictor()
/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp47 int FindBit(const uint8_t* data_buf, int max_pos, int start_pos, bool bit) { in FindBit()
/external/pdfium/samples/
Dpdfium_test_write_helper.cc639 std::vector<char> data_buf(length_bytes); in WriteAttachments() local
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_iovec_record_protocol_test.cc46 uint8_t* data_buf; member
/external/pdfium/fpdfsdk/
Dfpdf_view.cpp211 FPDF_LoadMemDocument(const void* data_buf, int size, FPDF_BYTESTRING password) { in FPDF_LoadMemDocument()
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h257 Blob(const uint8_t *data_buf, uint8_t byte_width) in Blob()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c2887 u8 *data_buf = NULL; in handle_auth_pasn_resp() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp5781 std::vector<int> data_buf(width * height, 1); in iterate() local
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp2627 char data_buf[32]; in InputScalarAsWidgetReplacement() local