Home
last modified time | relevance | path

Searched defs:get_next_sector (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dpnext.h45 void get_next_sector(alloc_data_t *list_search_space, alloc_data_t **current_search_space, uint64_t… in get_next_sector() function
/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dimg_dsk.cpp343 bool img_format::get_next_sector(const uint8_t *bitstream , int bitstream_size , int& pos , unsigne… in get_next_sector() function in img_format
H A Dhpi_dsk.cpp415 bool hpi_format::get_next_sector(const uint8_t *bitstream , int bitstream_size , int& pos , unsigne… in get_next_sector() function in hpi_format
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dimg_dsk.cpp343 bool img_format::get_next_sector(const uint8_t *bitstream , int bitstream_size , int& pos , unsigne… in get_next_sector() function in img_format
H A Dhpi_dsk.cpp415 bool hpi_format::get_next_sector(const uint8_t *bitstream , int bitstream_size , int& pos , unsigne… in get_next_sector() function in hpi_format
/dports/sysutils/syslinux/syslinux-6.03/core/fs/fat/
H A Dfat.c148 static sector_t get_next_sector(struct fs_info* fs, uint32_t sector) in get_next_sector() function