Searched defs:io_read (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | common.h | 54 static inline void io_read(const char *filename, int filesize, volatile int *run_child) in io_read() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/ |
D | shard_index_generator.cc | 269 auto &io_read = in.read(&schema_detail[0], schema_lens[sc]); in GetSchemaDetails() local 379 auto &io_read = in.read(reinterpret_cast<char *>(&image_size), kInt64Len); in AddBlobPageInfo() local 445 auto &io_read = in.read(reinterpret_cast<char *>(&schema_size), kInt64Len); in GenerateRowData() local
|
D | shard_segment.cc | 215 auto &io_read = in PackImages() local
|
D | shard_reader.cc | 351 auto &io_read = fs->read(reinterpret_cast<char *>(&label_raw[0]), len); in ConvertLabelToJson() local 771 auto &io_read = fs->read(reinterpret_cast<char *>(&label_raw[0]), len); in GetLabelsFromBinaryFile() local 1291 auto &io_read = in ConsumerOneTask() local
|
D | shard_writer.cc | 839 auto &io_read = file_streams_[shard_id]->read(reinterpret_cast<char *>(&buf[0]), buf.size()); in ShiftRawPage() local
|
/third_party/ffmpeg/tools/ |
D | target_dem_fuzzer.c | 43 static int io_read(void *opaque, uint8_t *buf, int buf_size) in io_read() function
|
/third_party/glib/glib/ |
D | giochannel.h | 133 GIOStatus (*io_read) (GIOChannel *channel, member
|
/third_party/openssl/engines/ |
D | e_afalg.c | 119 static ossl_inline int io_read(aio_context_t ctx, long n, struct iocb **iocb) in io_read() function
|
/third_party/mindspore/mindspore/ccsrc/cxx_api/ |
D | types.cc | 234 …auto &io_read = ifs.read(reinterpret_cast<char *>(ret->MutableData()), static_cast<std::streamsize… in CreateImageTensor() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/ |
D | shard_header.cc | 92 auto &io_read = fin.read(reinterpret_cast<char *>(&header_size), kInt64Len); in ValidateHeader() local
|
/third_party/libsoup/libsoup/ |
D | soup-message-io.c | 605 io_read (SoupMessage *msg, gboolean blocking, in io_read() function
|
/third_party/libxml2/python/ |
D | libxml.py | 72 def io_read(self, len = -1): member in ioWrapper
|