Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx02.c108 char data_buf[SIZE] = "LinusTorvalds"; in setup() local
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_ocb.h35 unsigned char data_buf[OCB_MAX_DATA_LEN]; /* Store partial data blocks */ member
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
Des32cCopyImageTests.cpp136 std::vector<int> data_buf(TEXTURE_WIDTH * TEXTURE_HEIGHT, 1); in iterate() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ir/
Dmeta_tensor_test.cc119 uint8_t *data_buf = reinterpret_cast<uint8_t *>(data.request(true).ptr); in TEST_F() local
132 uint8_t *data_buf = reinterpret_cast<uint8_t *>(tensor.data_c()); in TEST_F() local
/third_party/ffmpeg/libavcodec/
Dcbs.c795 AVBufferRef *data_buf, in cbs_insert_unit_data()
832 AVBufferRef *data_buf) in ff_cbs_append_unit_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pasn/
Dpasn_responder.c435 u8 *data_buf = NULL; in handle_auth_pasn_resp() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/
Dascend_dump.cc475 std::vector<char> data_buf; in DumpDataCallBack() local
/third_party/FreeBSD/sys/dev/usb/storage/
Dumass.c2784 uint8_t *data_buf = buf; in umass_read10() local
2843 uint8_t *data_buf = buf; in umass_read16() local
2902 uint8_t *data_buf = (uint8_t *)buf; in umass_write10() local
2957 uint8_t *data_buf = (uint8_t *)buf; in umass_write16() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/session/
Dsingle_op_session.cc503 void *data_buf = kernel::AscendAllocatorPlugin::GetInstance().MallocHost(data_size); in OnNewInputShapes() local
/third_party/ffmpeg/libavfilter/
Dvf_vif.c50 float *data_buf[NUM_DATA_BUFS]; member
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/model/
Dmodel_process.cc758 void *data_buf = nullptr; in ResizeDynamicInputShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dimage_process.cc101 int *data_buf = new (std::nothrow) int[2 * sizeof(int) * (2 * dst_width + dst_height)]; in ResizeBilinear3C() local
201 int *data_buf = new (std::nothrow) int[2 * sizeof(int) * (2 * dst_width + dst_height)]; in ResizeBilinear1C() local
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h262 Blob(const uint8_t *data_buf, uint8_t byte_width) in Blob()
/third_party/openssl/crypto/evp/
De_aes.c110 unsigned char data_buf[16]; /* Store partial data blocks */ member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp5770 std::vector<int> data_buf(width * height, 1); in iterate() local
/third_party/backends/sanei/
Dsanei_scsi.c3259 char *data_buf; in sanei_scsi_cmd2() local
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp2627 char data_buf[32]; in InputScalarAsWidgetReplacement() local