Home
last modified time | relevance | path

Searched refs:dataoffset (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_file.py226 dataoffset = 16384
228 assert not dataoffset % len(filler), \
230 nchunks = dataoffset // len(filler)
Dtest_file2k.py330 dataoffset = 16384
332 assert not dataoffset % len(filler), \
334 nchunks = dataoffset // len(filler)
/external/python/cpython3/Lib/test/
Dtest_file.py250 dataoffset = 16384
252 assert not dataoffset % len(filler), \
254 nchunks = dataoffset // len(filler)
/external/tremolo/Tremolo/
Dvorbisfile.c379 static void _prefetch_all_offsets(OggVorbis_File *vf, ogg_int64_t dataoffset){ in _prefetch_all_offsets() argument
390 vf->dataoffsets[i]=dataoffset; in _prefetch_all_offsets()
391 _seek_helper(vf,dataoffset); in _prefetch_all_offsets()
506 ogg_int64_t dataoffset=vf->offset, end; in _open_seekable2() local
538 _prefetch_all_offsets(vf,dataoffset); in _open_seekable2()
/external/python/cffi/c/
D_cffi_backend.c3734 Py_ssize_t dataoffset = offsetof(CDataObject_own_nolength, alignment); in convert_struct_to_owning_object() local
3747 cd = allocate_owning_object(dataoffset + datasize, ct, /*dont_clear=*/1); in convert_struct_to_owning_object()
3750 cd->c_data = ((char *)cd) + dataoffset; in convert_struct_to_owning_object()
3830 Py_ssize_t dataoffset, datasize, explicitlength; in direct_newp() local
3834 dataoffset = offsetof(CDataObject_own_nolength, alignment); in direct_newp()
3852 dataoffset = offsetof(CDataObject_own_length, alignment); in direct_newp()
3865 dataoffset = offsetof(CDataObject_own_nolength, alignment); in direct_newp()
3872 dataoffset = offsetof(CDataObject_own_length, alignment); in direct_newp()
3896 cds = allocate_with_allocator(dataoffset, datasize, ct->ct_itemdescr, in direct_newp()
3910 if (dataoffset == offsetof(CDataObject_own_length, alignment)) { in direct_newp()
[all …]