Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_marshal.py50 file_index = 0 variable
466 file_index = int(val) variable
/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/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/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/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