Home
last modified time | relevance | path

Searched defs:file_index (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_marshal.py49 file_index = 0 variable
374 file_index = int(sys.argv[2]) variable
/third_party/rust/rust/library/std/src/os/windows/
Dfs.rs473 fn file_index(&self) -> Option<u64>; in file_index() method
499 fn file_index(&self) -> Option<u64> { in file_index() method
/third_party/libwebsockets/lib/misc/fts/
Dtrie.c57 int file_index; member
85 uint32_t file_index; member
543 lws_fts_fill(struct lws_fts *t, uint32_t file_index, const char *buf, in lws_fts_fill()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djpegtran.c477 int file_index; in jpegtran() local
Dcjpeg.c562 int file_index; in cjpeg() local
Ddjpeg.c547 int file_index; in djpeg() local
/third_party/skia/m133/third_party/externals/libjpeg-turbo/
Djpegtran.c471 int file_index; in jpegtran() local
Dcjpeg.c570 int file_index; in cjpeg() local
Ddjpeg.c539 int file_index; in djpeg() local
/third_party/liburing/test/
Dsocket.c255 unsigned file_index = 0; in do_send() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dtext_file_op.cc134 std::vector<std::pair<std::string, int64_t>> file_index; in FillIOBlockQueue() local
Dclue_op.cc177 std::vector<std::pair<std::string, int64_t>> file_index; in FillIOBlockQueue() local
Dusps_op.cc304 std::vector<std::pair<std::string, int64_t>> file_index; in FillIOBlockQueue() local
Dsquad_op.cc250 std::vector<std::pair<std::string, int64_t>> file_index; in FillIOBlockQueue() local
Dcsv_op.cc552 std::vector<std::pair<std::string, int64_t>> file_index; in FillIOBlockQueue() local
Diwslt_op.cc155 std::vector<std::pair<std::string, int64_t>> file_index; in FillIOBlockQueue() local
/third_party/rust/rust/compiler/rustc_span/src/
Dcaching_source_map_view.rs24 file_index: usize, field
/third_party/liburing/src/include/
Dliburing.h372 unsigned int file_index) in __io_uring_set_target_fixed_file()
608 unsigned int file_index) in io_uring_prep_accept_direct()
713 unsigned file_index) in io_uring_prep_openat_direct()
728 unsigned file_index) in io_uring_prep_close_direct()
946 unsigned file_index) in io_uring_prep_openat2_direct()
1156 unsigned file_index, in io_uring_prep_socket_direct()
/third_party/astc-encoder/Source/
Dtinyexr.h5251 mz_zip_archive *pZip, mz_uint file_index) { in mz_zip_reader_get_cdh()
5262 mz_uint file_index) { in mz_zip_reader_is_file_encrypted()
5271 mz_uint file_index) { in mz_zip_reader_is_file_a_directory()
5295 mz_bool mz_zip_reader_file_stat(mz_zip_archive *pZip, mz_uint file_index, in mz_zip_reader_file_stat()
5340 mz_uint mz_zip_reader_get_filename(mz_zip_archive *pZip, mz_uint file_index, in mz_zip_reader_get_filename()
5400 int m = (l + h) >> 1, file_index = pIndices[m], in mz_zip_reader_locate_file_binary_search() local
5416 mz_uint file_index; in mz_zip_reader_locate_file() local
5466 mz_uint file_index, void *pBuf, in mz_zip_reader_extract_to_mem_no_alloc()
5609 int file_index = mz_zip_reader_locate_file(pZip, pFilename, NULL, flags); in mz_zip_reader_extract_file_to_mem_no_alloc() local
5616 mz_bool mz_zip_reader_extract_to_mem(mz_zip_archive *pZip, mz_uint file_index, in mz_zip_reader_extract_to_mem()
[all …]
/third_party/ffmpeg/fftools/
Dffmpeg.h76 int file_index; member
307 int file_index; member
458 int file_index; /* file index */ member
Dffmpeg.c3895 static int process_input(int file_index) in process_input()
/third_party/rust/rust/library/std/src/sys/windows/
Dfs.rs36 file_index: Option<u64>, field
967 pub fn file_index(&self) -> Option<u64> { in file_index() method
/third_party/liburing/src/include/liburing/
Dio_uring.h89 __u32 file_index; member
/third_party/mindspore/mindspore-src/source/mindspore/core/load_mindir/
Dload_model.cc2742 for (size_t file_index = 0; file_index < file_size; file_index++) { in LoadMindIR() local