Home
last modified time | relevance | path

Searched refs:read_blocks (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dfile_access_compressed.cpp74 read_blocks.push_back(rb); in open_after_magic()
80 f->get_buffer(comp_buffer.ptr(), read_blocks[0].csize); in open_after_magic()
84 read_block_size = read_blocks.size() == 1 ? read_total : block_size; in open_after_magic()
181 read_blocks.clear(); in close()
213 f->seek(read_blocks[read_block].offset); in seek()
214 f->get_buffer(comp_buffer.ptr(), read_blocks[read_block].csize); in seek()
215 …mpression::decompress(buffer.ptr(), read_blocks.size() == 1 ? read_total : block_size, comp_buffer… in seek()
285 f->get_buffer(comp_buffer.ptr(), read_blocks[read_block].csize); in get_8()
286 …mpression::decompress(buffer.ptr(), read_blocks.size() == 1 ? read_total : block_size, comp_buffer… in get_8()
318 f->get_buffer(comp_buffer.ptr(), read_blocks[read_block].csize); in get_buffer()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dfile_access_compressed.cpp74 read_blocks.push_back(rb); in open_after_magic()
80 f->get_buffer(comp_buffer.ptr(), read_blocks[0].csize); in open_after_magic()
84 read_block_size = read_blocks.size() == 1 ? read_total : block_size; in open_after_magic()
181 read_blocks.clear(); in close()
213 f->seek(read_blocks[read_block].offset); in seek()
214 f->get_buffer(comp_buffer.ptr(), read_blocks[read_block].csize); in seek()
215 …mpression::decompress(buffer.ptr(), read_blocks.size() == 1 ? read_total : block_size, comp_buffer… in seek()
285 f->get_buffer(comp_buffer.ptr(), read_blocks[read_block].csize); in get_8()
286 …mpression::decompress(buffer.ptr(), read_blocks.size() == 1 ? read_total : block_size, comp_buffer… in get_8()
318 f->get_buffer(comp_buffer.ptr(), read_blocks[read_block].csize); in get_buffer()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/io/
H A Dfile_access_compressed.cpp81 read_blocks.push_back(rb); in open_after_magic()
87 f->get_buffer(comp_buffer.ptrw(), read_blocks[0].csize); in open_after_magic()
91 read_block_size = read_blocks.size() == 1 ? read_total : block_size; in open_after_magic()
186 read_blocks.clear(); in close()
219 f->seek(read_blocks[read_block].offset); in seek()
220 f->get_buffer(comp_buffer.ptrw(), read_blocks[read_block].csize); in seek()
221 …pression::decompress(buffer.ptrw(), read_blocks.size() == 1 ? read_total : block_size, comp_buffer… in seek()
291 f->get_buffer(comp_buffer.ptrw(), read_blocks[read_block].csize); in get_8()
292 …pression::decompress(buffer.ptrw(), read_blocks.size() == 1 ? read_total : block_size, comp_buffer… in get_8()
323 f->get_buffer(comp_buffer.ptrw(), read_blocks[read_block].csize); in get_buffer()
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/io/
H A Dfile_access_compressed.cpp81 read_blocks.push_back(rb); in open_after_magic()
87 f->get_buffer(comp_buffer.ptrw(), read_blocks[0].csize); in open_after_magic()
91 read_block_size = read_blocks.size() == 1 ? read_total : block_size; in open_after_magic()
186 read_blocks.clear(); in close()
219 f->seek(read_blocks[read_block].offset); in seek()
220 f->get_buffer(comp_buffer.ptrw(), read_blocks[read_block].csize); in seek()
221 …pression::decompress(buffer.ptrw(), read_blocks.size() == 1 ? read_total : block_size, comp_buffer… in seek()
291 f->get_buffer(comp_buffer.ptrw(), read_blocks[read_block].csize); in get_8()
292 …pression::decompress(buffer.ptrw(), read_blocks.size() == 1 ? read_total : block_size, comp_buffer… in get_8()
323 f->get_buffer(comp_buffer.ptrw(), read_blocks[read_block].csize); in get_buffer()
[all …]
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/disc/
H A Dudf_fs.c218 int (*read_blocks)(void *handle, void *buf, int lba, int num_blocks); member
231 return si->read_blocks(si->read_block_handle, buf, lba, nblocks); in _si_read()
235 … int (*read_blocks)(void *handle, void *buf, int lba, int num_blocks)) in _stream_input()
240 si->read_blocks = read_blocks; in _stream_input()
251 int (*read_blocks)(void *handle, void *buf, int lba, int num_blocks)) in udf_image_open()
261 if (read_blocks) { in udf_image_open()
262 struct udfread_block_input *si = _stream_input(read_block_handle, read_blocks); in udf_image_open()
H A Dudf_fs.h30 … int (*read_blocks)(void *handle, void *buf, int lba, int num_blocks));
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/disc/
H A Dudf_fs.c218 int (*read_blocks)(void *handle, void *buf, int lba, int num_blocks); member
231 return si->read_blocks(si->read_block_handle, buf, lba, nblocks); in _si_read()
235 … int (*read_blocks)(void *handle, void *buf, int lba, int num_blocks)) in _stream_input()
240 si->read_blocks = read_blocks; in _stream_input()
251 int (*read_blocks)(void *handle, void *buf, int lba, int num_blocks)) in udf_image_open()
261 if (read_blocks) { in udf_image_open()
262 struct udfread_block_input *si = _stream_input(read_block_handle, read_blocks); in udf_image_open()
H A Dudf_fs.h30 … int (*read_blocks)(void *handle, void *buf, int lba, int num_blocks));
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A Dbase64_filter.h147 static std::streamsize read_blocks( in read_blocks() function
150 return src.read_blocks(s, n); in read_blocks()
154 static std::streamsize read_blocks( in read_blocks() function
159 return filter.read_blocks(src, s, n); in read_blocks()
205 std::streamsize read_blocks( in read_blocks() function
208 return core_access::read_blocks(t, s, n); in read_blocks()
230 std::streamsize read_blocks( in read_blocks() function
233 return core_access::read_blocks(t, *dev_ptr_, s, n); in read_blocks()
326 core_access::read_blocks(derived(), buffer_, 1); in seek()
414 op.read_blocks(derived(), s, request); in read_impl()
[all …]
/dports/emulators/ucon64/ucon64-2.2.2-src/src/backup/
H A Dpl.c352 read_blocks (unsigned int addr, unsigned char *buf, int blocks) in read_blocks() function
416 read_blocks (0x000000, header, 1); in game_info()
441 read_blocks (0x080000, buf, 128); in game_info()
445 read_blocks (0x100000, buf, 128); in game_info()
451 read_blocks (0x200000, buf, 128); in game_info()
622 read_blocks (0x000000, buf, 128);
704 read_blocks (address, buffer, 128); in pl_read_rom()
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/
H A D_utils.pyx24 cdef list read_blocks = []
39 read_blocks.append(block_str)
64 header_str = ''.join(read_blocks)
/dports/audio/py-audioread/audioread-2.1.9/audioread/
H A Dmaddec.py39 def read_blocks(self, block_size=4096): member in MadAudioFile
76 return self.read_blocks()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/io/
H A Dblock.hpp176 read_blocks(const std::string& infilename, //!< input file name in read_blocks() function
246 read_blocks(const std::string& infilename, in read_blocks() function
253 read_blocks(infilename, comm, assigner, master, extra, load); in read_blocks()
323 read_blocks(const std::string& infilename, //!< input file name in read_blocks() function
378 read_blocks(const std::string& infilename, in read_blocks() function
385 read_blocks(infilename, comm, assigner, master, extra, load); in read_blocks()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/io/
H A Dblock.hpp176 read_blocks(const std::string& infilename, //!< input file name in read_blocks() function
247 read_blocks(const std::string& infilename, in read_blocks() function
254 read_blocks(infilename, comm, assigner, master, extra, load); in read_blocks()
324 read_blocks(const std::string& infilename, //!< input file name in read_blocks() function
379 read_blocks(const std::string& infilename, in read_blocks() function
386 read_blocks(infilename, comm, assigner, master, extra, load); in read_blocks()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/io/
H A Dblock.hpp176 read_blocks(const std::string& infilename, //!< input file name in read_blocks() function
247 read_blocks(const std::string& infilename, in read_blocks() function
254 read_blocks(infilename, comm, assigner, master, extra, load); in read_blocks()
324 read_blocks(const std::string& infilename, //!< input file name in read_blocks() function
379 read_blocks(const std::string& infilename, in read_blocks() function
386 read_blocks(infilename, comm, assigner, master, extra, load); in read_blocks()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/io/
H A Dblock.hpp176 read_blocks(const std::string& infilename, //!< input file name in read_blocks() function
247 read_blocks(const std::string& infilename, in read_blocks() function
254 read_blocks(infilename, comm, assigner, master, extra, load); in read_blocks()
324 read_blocks(const std::string& infilename, //!< input file name in read_blocks() function
379 read_blocks(const std::string& infilename, in read_blocks() function
386 read_blocks(infilename, comm, assigner, master, extra, load); in read_blocks()
/dports/sysutils/syslinux/syslinux-6.03/efi/
H A Ddiskio.c11 static inline EFI_STATUS read_blocks(EFI_BLOCK_IO *bio, uint32_t id, in read_blocks() function
34 status = read_blocks(bio, disk->disk_number, lba, bytes, buf); in efi_rdwr_sectors()
/dports/sysutils/libcdio-paranoia/libcdio-paranoia-10.2+2.0.1/lib/cdda_interface/
H A Dcddap_interface.c74 read_blocks (cdrom_drive_t *d, void *p, lsn_t begin, long i_sectors) in read_blocks() function
216 i_sectors = read_blocks(d, p_buf, begin, i_sectors); in jitter_read()
255 return read_blocks(d, p, begin, i_sectors); in cddap_read()
/dports/textproc/pdfoutline/fntsample-release-5.4/src/
H A Dunicode_blocks.h16 struct unicode_block *read_blocks(const char *file_name, int *n);
/dports/x11-fonts/fntsample/fntsample-release-5.4/src/
H A Dunicode_blocks.h16 struct unicode_block *read_blocks(const char *file_name, int *n);
/dports/sysutils/f3/f3-8.0/
H A Dlibdevs.c92 int (*read_blocks)(struct device *dev, char *buf, member
127 return dev->read_blocks(dev, buf, first_pos, last_pos); in dev_read_blocks()
374 fdev->dev.read_blocks = fdev_read_blocks; in create_file_device()
955 bdev->dev.read_blocks = bdev_read_blocks; in create_block_device()
1003 rc = pdev->shadow_dev->read_blocks(pdev->shadow_dev, buf, in pdev_read_blocks()
1080 pdev->dev.read_blocks = pdev_read_blocks; in create_perf_device()
1136 return sdev->shadow_dev->read_blocks(sdev->shadow_dev, buf, in sdev_read_blocks()
1189 rc = sdev->shadow_dev->read_blocks(sdev->shadow_dev, block_buf, in sdev_load_blocks()
1392 sdev->dev.read_blocks = sdev_read_blocks; in create_safe_device()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dload-save.h8 int read_blocks(Buffer *b, int fd);
/dports/emulators/libspectrum/libspectrum-1.5.0/
H A Dpzx_read.c500 static struct read_block_t read_blocks[] = { variable
553 for( i = 0; !done && i < ARRAY_SIZE( read_blocks ); i++ ) { in read_block()
555 if( !memcmp( id, read_blocks[i].id, 4 ) ) { in read_block()
556 error = read_blocks[i].function( tape, buffer, end, data_length, ctx ); in read_block()
/dports/sysutils/u-boot-tools/u-boot-2020.07/lib/efi_selftest/
H A Defi_selftest_block_device.c79 static efi_status_t EFIAPI read_blocks( in read_blocks() function
170 .read_blocks = read_blocks,
/dports/games/libretro-fuse/fuse-libretro-8b51f87/libspectrum/
H A Dpzx_read.c505 static struct read_block_t read_blocks[] = { variable
518 sizeof( read_blocks ) / sizeof( struct read_block_t );
563 if( !memcmp( id, read_blocks[i].id, 4 ) ) { in read_block()
564 error = read_blocks[i].function( tape, buffer, end, data_length, ctx ); in read_block()

12345678910>>...14