Home
last modified time | relevance | path

Searched refs:file_offset (Results 1 - 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/amd/common/
H A Dac_rgp.c624 size_t file_offset, uint32_t chunk_size) in ac_sqtt_fill_code_object()
631 chunk->offset = file_offset; in ac_sqtt_fill_code_object()
656 size_t file_offset) in ac_sqtt_fill_loader_events()
666 chunk->offset = file_offset; in ac_sqtt_fill_loader_events()
688 size_t file_offset) in ac_sqtt_fill_pso_correlation()
697 chunk->offset = file_offset; in ac_sqtt_fill_pso_correlation()
935 size_t file_offset, in ac_sqtt_dump_spm()
942 size_t file_spm_db_offset = file_offset; in ac_sqtt_dump_spm()
945 file_offset += sizeof(struct sqtt_file_chunk_spm_db); in ac_sqtt_dump_spm()
958 file_offset in ac_sqtt_dump_spm()
622 ac_sqtt_fill_code_object(struct rgp_code_object *rgp_code_object, struct sqtt_file_chunk_code_object_database *chunk, size_t file_offset, uint32_t chunk_size) ac_sqtt_fill_code_object() argument
654 ac_sqtt_fill_loader_events(struct rgp_loader_events *rgp_loader_events, struct sqtt_file_chunk_code_object_loader_events *chunk, size_t file_offset) ac_sqtt_fill_loader_events() argument
686 ac_sqtt_fill_pso_correlation(struct rgp_pso_correlation *rgp_pso_correlation, struct sqtt_file_chunk_pso_correlation *chunk, size_t file_offset) ac_sqtt_fill_pso_correlation() argument
934 ac_sqtt_dump_spm(const struct ac_spm_trace_data *spm_trace, size_t file_offset, FILE *output) ac_sqtt_dump_spm() argument
1016 size_t file_offset = 0; ac_sqtt_dump_data() local
[all...]
/third_party/skia/third_party/externals/brotli/research/
H A Ddeorummolae.cc77 std::vector<TextIdx>* file_offset, TextChar* next_terminator) { in buildFullText()
79 file_offset->resize(0); in buildFullText()
82 file_offset->push_back(full_text->size()); in buildFullText()
127 std::vector<TextIdx>* file_offset, TextChar* next_terminator) { in poisonData()
129 pos -= file_offset->at(f); in poisonData()
150 std::vector<TextIdx>* file_map, std::vector<TextIdx>* file_offset) { in cutMatch()
156 sa->at(i), length, data, file_map, file_offset, next_terminator); in cutMatch()
160 sa->at(index), length, data, file_map, file_offset, next_terminator); in cutMatch()
213 std::vector<TextIdx> file_offset; in DM_generate() local
227 buildFullText(&data, &full_text, &file_map, &file_offset, in DM_generate()
75 buildFullText(std::vector<std::vector<TextChar>>* data, std::vector<TextChar>* full_text, std::vector<TextIdx>* file_map, std::vector<TextIdx>* file_offset, TextChar* next_terminator) buildFullText() argument
125 poisonData(TextIdx pos, TextIdx length, std::vector<std::vector<TextChar>>* data, std::vector<TextIdx>* file_map, std::vector<TextIdx>* file_offset, TextChar* next_terminator) poisonData() argument
147 cutMatch(std::vector<std::vector<TextChar>>* data, TextIdx index, TextIdx length, std::vector<TextIdx>* sa, std::vector<TextIdx>* lcp, std::vector<TextIdx>* invese_sa, TextChar* next_terminator, std::vector<TextIdx>* file_map, std::vector<TextIdx>* file_offset) cutMatch() argument
[all...]
/third_party/python/Lib/
H A Dzipimport.py393 # file_offset, # offset of file header from start of archive
400 # data_size and file_offset are 0.
485 file_offset = _unpack_uint32(buffer[42:46])
487 if file_offset > header_offset:
489 file_offset += arc_offset
518 t = (path, compress, data_size, file_size, file_offset, time, date, crc)
588 datapath, compress, data_size, file_size, file_offset, time, date, crc = toc_entry
595 fp.seek(file_offset)
609 file_offset += header_size # Start of file data
611 fp.seek(file_offset)
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djmemmgr.c756 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_sarray_io() local
759 file_offset = ptr->cur_start_row * bytesperrow; in do_sarray_io()
775 file_offset, byte_count); in do_sarray_io() local
779 file_offset, byte_count); in do_sarray_io() local
780 file_offset += byte_count; in do_sarray_io()
789 long bytesperrow, file_offset, byte_count, rows, thisrow, i; in do_barray_io() local
792 file_offset = ptr->cur_start_row * bytesperrow; in do_barray_io()
808 file_offset, byte_count); in do_barray_io() local
812 file_offset, byte_count); in do_barray_io() local
813 file_offset in do_barray_io()
[all...]
H A Djmemsys.h125 void *buffer_address, long file_offset,
128 void *buffer_address, long file_offset,
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat02.c118 off_t file_offset; in testfunc_append() local
131 file_offset = SAFE_LSEEK(cleanup, TEST_RETURN, 0, SEEK_CUR); in testfunc_append()
133 if (file_offset > (off_t)(sizeof(STR) - 1)) in testfunc_append()
/third_party/exfatprogs/lib/
H A Dexfat_dir.c428 filter->out.file_offset = in exfat_lookup_dentry_set()
433 filter->out.file_offset = free_file_offset; in exfat_lookup_dentry_set()
436 filter->out.file_offset = exfat_de_iter_file_offset(&de_iter); in exfat_lookup_dentry_set()
877 (uint64_t)loc->file_offset > parent->size || in exfat_add_dentry_set()
882 if ((uint64_t)loc->file_offset + dcount * DENTRY_SIZE > parent->size) { in exfat_add_dentry_set()
887 if ((uint64_t)loc->file_offset == parent->size - exfat->clus_size) in exfat_add_dentry_set()
895 loc->file_offset += dcount * DENTRY_SIZE; in exfat_add_dentry_set()
924 loc.file_offset = filter.out.file_offset; in exfat_create_file()
H A Dlibexfat.c484 loc.file_offset = filter.out.file_offset; in exfat_set_volume_label()
/third_party/alsa-utils/seq/aplaymidi/
H A Daplaymidi.c77 static int file_offset; /* current offset in input file */ variable
218 ++file_offset; in read_byte()
312 while (file_offset < track_end) { in read_track()
334 file_offset--; in read_track()
416 skip(track_end - file_offset); in read_track()
453 errormsg("%s: invalid MIDI data (offset %#x)", file_name, file_offset); in read_track()
558 if (!read_track(&tracks[i], file_offset + len)) in read_smf()
893 file_offset = 0; in play_file()
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc6.c320 off_t file_offset = 0; in read_file() local
336 if (lseek(fd, file_offset, whence) < 0) in read_file()
/third_party/libsnd/src/
H A Dsds.c687 sf_count_t file_offset ; in sds_seek() local
718 file_offset = psf->dataoffset + newblock * SDS_BLOCK_SIZE ; in sds_seek()
720 if (psf_fseek (psf, file_offset, SEEK_SET) != file_offset) in sds_seek()
736 file_offset = psf->dataoffset + newblock * SDS_BLOCK_SIZE ; in sds_seek()
738 if (psf_fseek (psf, file_offset, SEEK_SET) != file_offset) in sds_seek()
/third_party/musl/ldso/linux/
H A Ddynlink.c2090 static struct dso *search_dso_by_fstat(const struct stat *st, const ns_t *ns, uint64_t file_offset) { in search_dso_by_fstat() argument
2094 if (p->dev == st->st_dev && p->ino == st->st_ino && p->file_offset == file_offset) { in search_dso_by_fstat()
2138 UT_STATIC struct dso *find_library_by_fstat(const struct stat *st, const ns_t *ns, bool check_inherited, uint64_t file_offset) { in find_library_by_fstat() argument
2142 struct dso *p = search_dso_by_fstat(st, ns, file_offset); in find_library_by_fstat()
2147 p = search_dso_by_fstat(st, inherit->inherited_ns, file_offset); in find_library_by_fstat()
4884 task->file_offset = z_info->file_offset; in open_library_by_path()
5030 z_info->file_offset = c_dir_entry.local_header_offset + sizeof(zip_file_header) + in open_uncompressed_library_in_zipfile()
5032 if (zip_file_header.compression_method != COMPRESS_STORED || z_info->file_offset in open_uncompressed_library_in_zipfile()
6022 serialize_gnu_relro(int fd, struct dso *dso, ssize_t *file_offset) serialize_gnu_relro() argument
6052 map_gnu_relro(int fd, struct dso *dso, ssize_t *file_offset) map_gnu_relro() argument
[all...]
H A Ddynlink_rand.h49 uint64_t file_offset; /* Used to read an uncompress library from a zip file, file_offset is relative offset of start of zip file. */ member
H A Dzip_archive.h36 uint64_t file_offset; member
/third_party/exfatprogs/include/
H A Dexfat_fs.h53 off_t file_offset; member
H A Dexfat_dir.h45 off_t file_offset; member
/third_party/musl/porting/linux/user/ldso/
H A Dzip_archive.h36 uint64_t file_offset; member
H A Ddynlink_rand.h49 uint64_t file_offset; /* Used to read an uncompress library from a zip file, file_offset is relative offset of start of zip file. */ member
H A Ddynlink.c1902 static struct dso *search_dso_by_fstat(const struct stat *st, const ns_t *ns, uint64_t file_offset) { in search_dso_by_fstat() argument
1906 if (p->dev == st->st_dev && p->ino == st->st_ino && p->file_offset == file_offset) { in search_dso_by_fstat()
1950 UT_STATIC struct dso *find_library_by_fstat(const struct stat *st, const ns_t *ns, bool check_inherited, uint64_t file_offset) { in find_library_by_fstat() argument
1954 struct dso *p = search_dso_by_fstat(st, ns, file_offset); in find_library_by_fstat()
1959 p = search_dso_by_fstat(st, inherit->inherited_ns, file_offset); in find_library_by_fstat()
4534 task->file_offset = z_info->file_offset; in open_library_by_path()
4680 z_info->file_offset = c_dir_entry.local_header_offset + sizeof(zip_file_header) + in open_uncompressed_library_in_zipfile()
4682 if (zip_file_header.compression_method != COMPRESS_STORED || z_info->file_offset in open_uncompressed_library_in_zipfile()
5631 serialize_gnu_relro(int fd, struct dso *dso, ssize_t *file_offset) serialize_gnu_relro() argument
5661 map_gnu_relro(int fd, struct dso *dso, ssize_t *file_offset) map_gnu_relro() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff2.c1763 FT_UInt32 file_offset; in FT_LOCAL_DEF() local
2050 file_offset = ROUND4( woff2.compressed_offset + in FT_LOCAL_DEF()
2054 if ( file_offset > woff2.length ) in FT_LOCAL_DEF()
2062 if ( file_offset != woff2.metaOffset ) in FT_LOCAL_DEF()
2067 file_offset = ROUND4(woff2.metaOffset + woff2.metaLength); in FT_LOCAL_DEF()
2072 if ( file_offset != woff2.privOffset ) in FT_LOCAL_DEF()
2077 file_offset = ROUND4(woff2.privOffset + woff2.privLength); in FT_LOCAL_DEF()
2080 if ( file_offset != ( ROUND4( woff2.length ) ) ) in FT_LOCAL_DEF()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c425 unsigned file_offset[TGSI_FILE_COUNT]; member
1038 return tgsi_reg_index - spilled_size + ctx->file_offset[TGSI_FILE_TEMPORARY]; in map_tgsi_reg_index_to_r600_gpr()
1052 return tgsi_reg_index - spilled_size + ctx->file_offset[TGSI_FILE_TEMPORARY]; in map_tgsi_reg_index_to_r600_gpr()
1092 ctx->shader->input[i].gpr = ctx->file_offset[TGSI_FILE_INPUT] + d->Range.First + j; in tgsi_declaration()
1134 ctx->shader->output[i].gpr = ctx->file_offset[TGSI_FILE_OUTPUT] + d->Range.First + j; in tgsi_declaration()
1809 r600_src->sel += ctx->file_offset[tgsi_src->Register.File]; in tgsi_src()
3161 alu.src[1].sel += ctx->file_offset[dst->Register.File]; in r600_store_tcs_output()
3165 alu.src[2].sel += ctx->file_offset[dst->Register.File]; in r600_store_tcs_output()
3183 alu.src[1].sel += ctx->file_offset[dst->Register.File]; in r600_store_tcs_output()
3576 ctx.file_offset[ in r600_shader_from_tgsi()
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlogfile.h321 sle64 file_offset; member
/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h110 uint64_t file_offset; member
/third_party/musl/src/internal/
H A Ddynlink.h120 uint64_t file_offset; member
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_ldso_dynlink.c252 struct dso *find_library_by_fstat(const struct stat *st, const ns_t *ns, bool check_inherited, uint64_t file_offset);

Completed in 57 milliseconds

12