Home
last modified time | relevance | path

Searched refs:sparse_offset (Results 1 – 24 of 24) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/simple/
H A Dsimple_entry_operation.cc98 int64_t sparse_offset, in ReadSparseOperation() argument
102 return SimpleEntryOperation(entry, buf, std::move(callback), 0, sparse_offset, in ReadSparseOperation()
110 int64_t sparse_offset, in WriteSparseOperation() argument
114 return SimpleEntryOperation(entry, buf, std::move(callback), 0, sparse_offset, in WriteSparseOperation()
122 int64_t sparse_offset, in GetAvailableRangeOperation() argument
127 entry, nullptr, std::move(callback), 0, sparse_offset, length, out_start, in GetAvailableRangeOperation()
137 const int64_t sparse_offset = 0; in DoomOperation() local
145 sparse_offset, length, out_start, TYPE_DOOM, in DoomOperation()
153 int64_t sparse_offset, in SimpleEntryOperation() argument
165 sparse_offset_(sparse_offset), in SimpleEntryOperation()
H A Dsimple_entry_operation.h81 int64_t sparse_offset,
87 int64_t sparse_offset,
93 int64_t sparse_offset,
113 int64_t sparse_offset() const { return sparse_offset_; } in sparse_offset() function
125 int64_t sparse_offset,
H A Dsimple_entry_impl.h263 void ReadSparseDataInternal(int64_t sparse_offset,
268 void WriteSparseDataInternal(int64_t sparse_offset,
273 void GetAvailableRangeInternal(int64_t sparse_offset,
H A Dsimple_entry_impl.cc785 ReadSparseDataInternal(operation.sparse_offset(), operation.buf(), in RunNextOperationIfNeeded()
789 WriteSparseDataInternal(operation.sparse_offset(), operation.buf(), in RunNextOperationIfNeeded()
794 GetAvailableRangeInternal(operation.sparse_offset(), operation.length(), in RunNextOperationIfNeeded()
1250 int64_t sparse_offset, in ReadSparseDataInternal() argument
1260 net::NetLogEventPhase::NONE, sparse_offset, buf_len); in ReadSparseDataInternal()
1285 SimpleSynchronousEntry::SparseRequest(sparse_offset, buf_len), in ReadSparseDataInternal()
1295 int64_t sparse_offset, in WriteSparseDataInternal() argument
1305 net::NetLogEventPhase::NONE, sparse_offset, buf_len); in WriteSparseDataInternal()
1340 SimpleSynchronousEntry::SparseRequest(sparse_offset, buf_len), in WriteSparseDataInternal()
1351 int64_t sparse_offset, in GetAvailableRangeInternal() argument
[all …]
H A Dsimple_synchronous_entry.h184 int64_t sparse_offset; member
H A Dsimple_synchronous_entry.cc333 : sparse_offset(sparse_offset_p), buf_len(buf_len_p) {} in SparseRequest()
705 int64_t offset = in_entry_op.sparse_offset; in ReadSparseData()
783 int64_t offset = in_entry_op.sparse_offset; in WriteSparseData()
903 int64_t offset = in_entry_op.sparse_offset; in GetAvailableRange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/disk_cache/simple/
H A Dsimple_entry_operation.cc97 int64_t sparse_offset, in ReadSparseOperation() argument
101 return SimpleEntryOperation(entry, buf, std::move(callback), 0, sparse_offset, in ReadSparseOperation()
109 int64_t sparse_offset, in WriteSparseOperation() argument
113 return SimpleEntryOperation(entry, buf, std::move(callback), 0, sparse_offset, in WriteSparseOperation()
121 int64_t sparse_offset, in GetAvailableRangeOperation() argument
126 entry, nullptr, std::move(callback), 0, sparse_offset, length, out_start, in GetAvailableRangeOperation()
136 const int64_t sparse_offset = 0; in DoomOperation() local
144 sparse_offset, length, out_start, TYPE_DOOM, in DoomOperation()
152 int64_t sparse_offset, in SimpleEntryOperation() argument
164 sparse_offset_(sparse_offset), in SimpleEntryOperation()
H A Dsimple_entry_operation.h81 int64_t sparse_offset,
87 int64_t sparse_offset,
93 int64_t sparse_offset,
113 int64_t sparse_offset() const { return sparse_offset_; } in sparse_offset() function
125 int64_t sparse_offset,
H A Dsimple_entry_impl.h263 void ReadSparseDataInternal(int64_t sparse_offset,
268 void WriteSparseDataInternal(int64_t sparse_offset,
273 void GetAvailableRangeInternal(int64_t sparse_offset,
H A Dsimple_entry_impl.cc761 ReadSparseDataInternal(operation.sparse_offset(), operation.buf(), in RunNextOperationIfNeeded()
765 WriteSparseDataInternal(operation.sparse_offset(), operation.buf(), in RunNextOperationIfNeeded()
770 GetAvailableRangeInternal(operation.sparse_offset(), operation.length(), in RunNextOperationIfNeeded()
1213 int64_t sparse_offset, in ReadSparseDataInternal() argument
1223 net::NetLogEventPhase::NONE, sparse_offset, buf_len); in ReadSparseDataInternal()
1248 SimpleSynchronousEntry::SparseRequest(sparse_offset, buf_len), in ReadSparseDataInternal()
1258 int64_t sparse_offset, in WriteSparseDataInternal() argument
1268 net::NetLogEventPhase::NONE, sparse_offset, buf_len); in WriteSparseDataInternal()
1303 SimpleSynchronousEntry::SparseRequest(sparse_offset, buf_len), in WriteSparseDataInternal()
1314 int64_t sparse_offset, in GetAvailableRangeInternal() argument
[all …]
H A Dsimple_synchronous_entry.h183 int64_t sparse_offset; member
H A Dsimple_synchronous_entry.cc322 : sparse_offset(sparse_offset_p), buf_len(buf_len_p) {} in SparseRequest()
683 int64_t offset = in_entry_op.sparse_offset; in ReadSparseData()
761 int64_t offset = in_entry_op.sparse_offset; in WriteSparseData()
881 int64_t offset = in_entry_op.sparse_offset; in GetAvailableRange()
/dports/sysutils/disktype/disktype-9/
H A Dvpc.c54 u8 total_size, u8 sparse_offset);
66 u8 sparse_offset, total_size; in detect_vhd() local
110 sparse_offset = get_be_quad(buf + 16); in detect_vhd()
112 src = init_vhd_source(section, level, total_size, sparse_offset); in detect_vhd()
130 u8 total_size, u8 sparse_offset) in init_vhd_source() argument
153 if (get_buffer(section, sparse_offset, 512, (void **)&buf) < 512) { in init_vhd_source()
/dports/math/py-pandas/pandas-1.2.5/pandas/io/formats/
H A Dhtml.py509 sparse_offset = 0
516 sparse_offset += 1
525 self.row_levels - sparse_offset + self.fmt.tr_col_num, "..."
532 nindex_levels=len(levels) - sparse_offset,
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/libarchive/
H A Darchive_read_support_format_tar.c168 int64_t sparse_offset; member
1413 tar->sparse_offset = -1; in pax_attribute()
1419 tar->sparse_offset = tar_atol10(value, strlen(value)); in pax_attribute()
1422 tar->sparse_offset, tar->sparse_numbytes); in pax_attribute()
1423 tar->sparse_offset = -1; in pax_attribute()
1431 tar->sparse_offset, tar->sparse_numbytes); in pax_attribute()
1432 tar->sparse_offset = -1; in pax_attribute()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_read_support_format_tar.c143 int64_t sparse_offset; member
1891 tar->sparse_offset = -1; in pax_attribute()
1897 tar->sparse_offset = tar_atol10(value, strlen(value)); in pax_attribute()
1900 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1903 tar->sparse_offset = -1; in pax_attribute()
1909 if (tar->sparse_offset != -1) { in pax_attribute()
1911 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1914 tar->sparse_offset = -1; in pax_attribute()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_read_support_format_tar.c143 int64_t sparse_offset; member
1869 tar->sparse_offset = -1; in pax_attribute()
1875 tar->sparse_offset = tar_atol10(value, strlen(value)); in pax_attribute()
1878 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1881 tar->sparse_offset = -1; in pax_attribute()
1889 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1892 tar->sparse_offset = -1; in pax_attribute()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_read_support_format_tar.c143 int64_t sparse_offset; member
1867 tar->sparse_offset = -1; in pax_attribute()
1873 tar->sparse_offset = tar_atol10(value, strlen(value)); in pax_attribute()
1876 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1879 tar->sparse_offset = -1; in pax_attribute()
1887 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1890 tar->sparse_offset = -1; in pax_attribute()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_tar.c143 int64_t sparse_offset; member
1891 tar->sparse_offset = -1; in pax_attribute()
1897 tar->sparse_offset = tar_atol10(value, strlen(value)); in pax_attribute()
1900 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1903 tar->sparse_offset = -1; in pax_attribute()
1911 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1914 tar->sparse_offset = -1; in pax_attribute()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_tar.c143 int64_t sparse_offset; member
1891 tar->sparse_offset = -1; in pax_attribute()
1897 tar->sparse_offset = tar_atol10(value, strlen(value)); in pax_attribute()
1900 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1903 tar->sparse_offset = -1; in pax_attribute()
1911 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1914 tar->sparse_offset = -1; in pax_attribute()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_tar.c143 int64_t sparse_offset; member
1891 tar->sparse_offset = -1; in pax_attribute()
1897 tar->sparse_offset = tar_atol10(value, strlen(value)); in pax_attribute()
1900 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1903 tar->sparse_offset = -1; in pax_attribute()
1911 tar->sparse_offset, tar->sparse_numbytes) in pax_attribute()
1914 tar->sparse_offset = -1; in pax_attribute()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DWriteHDF5.hpp148 wid_t sparse_offset; member
H A DWriteHDF5.cpp1847 long offset = tag_data.sparse_offset; in write_sparse_ids()
1917 assert(range.size() + tag_data.sparse_offset <= (unsigned long)table_size); in write_sparse_tag()
1931 tag_data.sparse_offset, in write_sparse_tag()
1969 size_t offset = tag_data.sparse_offset; in write_var_len_indices()
2136 assert(range.size() + tag_data.sparse_offset <= (unsigned long)table_size); in write_var_len_tag()
2382 tag_data.sparse_offset = 0; in gather_tags()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/
H A DWriteHDF5Parallel.cpp653 newtag.sparse_offset = 0; in check_serial_tag_data()
937 tag_iter->sparse_offset = offsets[idx]; in create_tag_tables()
987 (unsigned long)tag_iter->sparse_offset, in create_tag_tables()