Home
last modified time | relevance | path

Searched refs:chunk_offset (Results 226 – 250 of 1100) sorted by relevance

12345678910>>...44

/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/
H A Ddsf.py33 chunk_offset = 0 variable in DSFChunk
41 self.chunk_offset = fileobj.tell()
89 self.fileobj.seek(self.chunk_offset)
185 self.chunk_offset, self.chunk_size)
/dports/devel/zfp/zfp-0.5.5/src/share/
H A Dparallel.c5 chunk_offset(uint blocks, uint chunks, uint chunk)
55 uint block = chunk_offset(blocks, chunks, i);
/dports/math/vtk9/VTK-9.1.0/ThirdParty/zfp/vtkzfp/src/share/
H A Dparallel.c5 chunk_offset(uint blocks, uint chunks, uint chunk) in chunk_offset() function
55 uint block = chunk_offset(blocks, chunks, i); in compress_init_par()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dssl_identity.cc207 for (size_t i = 0, chunk_offset = 0; i < chunks; in DerToPem() local
208 ++i, chunk_offset += kChunkSize) { in DerToPem()
209 result << b64_encoded.substr(chunk_offset, kChunkSize); in DerToPem()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dformat_raw.c116 guint chunk_offset; in tiff_table() local
124 chunk_offset = exif_byte_get_int32(data + segment + 8, bo); in tiff_table()
128 chunk_offset = segment + 8; in tiff_table()
131 if (chunk_offset + chunk_length <= len) in tiff_table()
133 *result_offset = chunk_offset; in tiff_table()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dchunk.c2382 HDassert(chunk_offset); in H5D__chunk_lookup()
2388 udata->common.offset = chunk_offset; in H5D__chunk_lookup()
3287 chunk_offset[space_ndims] = (hsize_t)0; in H5D__chunk_allocate()
3421 * sizeof(chunk_offset[0]))); in H5D__chunk_allocate()
3501 udata.common.offset = chunk_offset; in H5D__chunk_allocate()
3542 chunk_offset[i] += chunk_dim[i]; in H5D__chunk_allocate()
3547 chunk_offset[i] = 0; in H5D__chunk_allocate()
3650 - chunk_offset[u])); in H5D__chunk_prune_fill()
3863 chunk_offset[space_ndims] = (hsize_t)0; in H5D__chunk_prune_by_extent()
3897 chk_store.chunk.offset = chunk_offset; in H5D__chunk_prune_by_extent()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dcompute_orientorder_atom_kokkos.cpp145 chunk_offset = 0; in compute_peratom()
183 while (chunk_offset < inum) { // chunk up loop to prevent running out of memory in compute_peratom()
185 if (chunk_size > inum - chunk_offset) in compute_peratom()
186 chunk_size = inum - chunk_offset; in compute_peratom()
214 chunk_offset += chunk_size; in compute_peratom()
230 const int i = d_ilist[ii + chunk_offset]; in operator ()()
286 const int i = d_ilist[ii + chunk_offset]; in operator ()()
505 const int i = d_ilist[ii + chunk_offset]; in calc_boop2()
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/linalg/cuda/
H A Diterative_operations.hpp740 unsigned int chunk_offset) in pipelined_cg_prod() argument
787 inner_prod_buffer[blockIdx.x + chunk_offset] = shared_array[0]; in pipelined_cg_prod()
800 unsigned int chunk_offset = static_cast<unsigned int>(buffer_chunk_offset); in pipelined_cg_prod() local
808 chunk_offset); in pipelined_cg_prod()
1276 chunk_offset); in pipelined_cg_prod()
1372 chunk_offset); in pipelined_cg_prod()
1479 chunk_offset); in pipelined_cg_prod()
1591 chunk_offset); in pipelined_cg_prod()
1646 r_dot_vk_buffer[blockIdx.x + chunk_offset] = shared_array[0]; in pipelined_cg_prod()
1672 unsigned int chunk_offset = buffer_chunk_offset; in pipelined_cg_prod() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/translation/cld2/internal/
H A Dscoreonescriptspan.h203 int chunk_offset[kMaxSummaries + 1]; // First text subscr of member
224 chunk_offset[0] = 0; in init()
/dports/www/firefox/firefox-99.0/browser/components/translation/cld2/internal/
H A Dscoreonescriptspan.h203 int chunk_offset[kMaxSummaries + 1]; // First text subscr of member
224 chunk_offset[0] = 0; in init()
/dports/www/firefox-esr/firefox-91.8.0/browser/components/translation/cld2/internal/
H A Dscoreonescriptspan.h203 int chunk_offset[kMaxSummaries + 1]; // First text subscr of member
224 chunk_offset[0] = 0; in init()
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/translation/cld2/internal/
H A Dscoreonescriptspan.h203 int chunk_offset[kMaxSummaries + 1]; // First text subscr of member
224 chunk_offset[0] = 0; in init()
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/translation/cld2/internal/
H A Dscoreonescriptspan.h203 int chunk_offset[kMaxSummaries + 1]; // First text subscr of member
224 chunk_offset[0] = 0; in init()
/dports/devel/cld2/cld-20150505/internal/
H A Dscoreonescriptspan.h203 int chunk_offset[kMaxSummaries + 1]; // First text subscr of member
224 chunk_offset[0] = 0; in init()
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/translation/cld2/internal/
H A Dscoreonescriptspan.h203 int chunk_offset[kMaxSummaries + 1]; // First text subscr of member
224 chunk_offset[0] = 0; in init()
/dports/science/py-h5py/h5py-3.6.0/h5py/
H A Dh5d.pyx67 'chunk_offset, filter_mask, byte_offset, size')
564 cdef hsize_t *chunk_offset
575 chunk_offset = <hsize_t*>emalloc(sizeof(hsize_t) * rank)
576 H5Dget_chunk_info(self.id, space_id, index, chunk_offset,
578 cdef tuple cot = convert_dims(chunk_offset, <hsize_t>rank)
579 efree(chunk_offset)
591 def get_chunk_info_by_coord(self, tuple chunk_offset not None):
592 """ (TUPLE chunk_offset) => StoreInfo
612 convert_tuple(chunk_offset, co, rank)
618 return StoreInfo(chunk_offset if byte_offset != HADDR_UNDEF else None,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dwriter.cc170 int64_t chunk_offset = 0; in Make() local
181 chunk_offset = offset - absolute_position; in Make()
222 const int64_t available_values = chunk.length() - chunk_offset; in Make()
227 std::shared_ptr<Array> array_to_write = chunk.Slice(chunk_offset, chunk_write_size); in Make()
240 chunk_offset = 0; in Make()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/arrow/
H A Dwriter.cc168 int64_t chunk_offset = 0; in Make() local
179 chunk_offset = offset - absolute_position; in Make()
220 const int64_t available_values = chunk.length() - chunk_offset; in Make()
225 std::shared_ptr<Array> array_to_write = chunk.Slice(chunk_offset, chunk_write_size); in Make()
238 chunk_offset = 0; in Make()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dssl_identity.cc203 for (size_t i = 0, chunk_offset = 0; i < chunks; in DerToPem() local
204 ++i, chunk_offset += kChunkSize) { in DerToPem()
205 result << b64_encoded.substr(chunk_offset, kChunkSize); in DerToPem()
/dports/www/node10/node-v10.24.1/deps/v8/src/snapshot/
H A Ddefault-serializer-allocator.cc81 return reference.chunk_offset() < pending_chunk_[space]; in BackReferenceIsAlreadyAllocated()
84 reference.chunk_offset() < completed_chunks_[space][chunk_index]; in BackReferenceIsAlreadyAllocated()
/dports/devel/libhtp/libhtp-0.5.33/test/
H A Dtest.c196 test->chunk_offset = test->pos; in test_next_chunk()
204 test->chunk_len = test->pos - test->chunk_offset; in test_next_chunk()
227 test->chunk_len = test->pos - test->chunk_offset; in test_next_chunk()
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/libsmacker/
H A Dsmacker.c56 unsigned long* chunk_offset; member
397 smk_malloc(s->source.file.chunk_offset,(s->f + s->ring_frame) * sizeof(unsigned long)); in smk_open_generic()
400 s->source.file.chunk_offset[temp_u] = ftell(fp.file); in smk_open_generic()
527 smk_free(s->source.file.chunk_offset); in smk_close()
1233 if (fseek(s->source.file.fp,s->source.file.chunk_offset[s->cur_frame],SEEK_SET)) in smk_render()
1235 …fseek to frame %lu (offset %lu) failed.\n",s->cur_frame,s->source.file.chunk_offset[s->cur_frame]); in smk_render()
1246 … %lu (offset %lu): smk_read had errors.\n",s->cur_frame,s->source.file.chunk_offset[s->cur_frame]); in smk_render()
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/dos/
H A Dbctext.c86 static chunk_offset[] = { in load_fonts()
96 mcga_font = font_data + chunk_offset[1]; in load_fonts()
99 graphics_font = font_data + chunk_offset[0]; in load_fonts()
102 serif_font = (word *) (font_data + chunk_offset[1 + user_font]); in load_fonts()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/btrfs/
H A Dvolumes.h487 int btrfs_relocate_chunk(struct btrfs_fs_info *fs_info, u64 chunk_offset);
491 int btrfs_chunk_readonly(struct btrfs_fs_info *fs_info, u64 chunk_offset);
508 u64 chunk_offset, u64 chunk_size);
509 int btrfs_remove_chunk(struct btrfs_trans_handle *trans, u64 chunk_offset);
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/btrfs/
H A Dvolumes.h487 int btrfs_relocate_chunk(struct btrfs_fs_info *fs_info, u64 chunk_offset);
491 int btrfs_chunk_readonly(struct btrfs_fs_info *fs_info, u64 chunk_offset);
508 u64 chunk_offset, u64 chunk_size);
509 int btrfs_remove_chunk(struct btrfs_trans_handle *trans, u64 chunk_offset);

12345678910>>...44