Home
last modified time | relevance | path

Searched refs:get_next_sector (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dphbf.c254 get_next_sector(list_search_space, &current_search_space, &offset, blocksize); in photorec_bf()
365 get_next_sector(list_search_space, current_search_space, offset, blocksize); in photorec_bf_pad()
391 get_next_sector(list_search_space, current_search_space, offset, blocksize); in photorec_bf_pad()
489 get_next_sector(list_search_space, current_search_space, offset, blocksize); in photorec_bf_frag_fast()
511 get_next_sector(list_search_space, current_search_space, offset, blocksize); in photorec_bf_frag_fast()
605 get_next_sector(list_search_space, &extractblock_search_space, &extrablock_offset, blocksize); in photorec_bf_frag()
673 get_next_sector(list_search_space, current_search_space, offset, blocksize); in photorec_bf_frag()
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
H A Dphbs.c161 get_next_sector(list_search_space, &current_search_space, &offset, blocksize); in photorec_find_blocksize()
H A Dqphbs.cpp159 get_next_sector(list_search_space, &current_search_space, &offset, blocksize); in photorec_find_blocksize()
H A Dqpsearch.cpp214 get_next_sector(list_search_space, &current_search_space,&offset,blocksize); in photorec_aux()
H A Dpsearchn.c217 get_next_sector(list_search_space, &current_search_space,&offset,blocksize); in photorec_aux()
H A Dfat_unformat.c96 get_next_sector(list_search_space, &current_search_space, &offset, 512); in pfind_sectors_per_cluster()
/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
202 sector = get_next_sector(file->fs, sector); in get_the_right_sector()
218 sector_t sector = get_next_sector(file->fs, PVT(inode)->here); in next_sector()
543 dir_sector = get_next_sector(fs, dir_sector); in vfat_find_entry()
/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dimg_dsk.h50 …bool get_next_sector(const uint8_t *bitstream , int bitstream_size , int& pos , unsigned& track , …
H A Dhpi_dsk.h51 …bool get_next_sector(const uint8_t *bitstream , int bitstream_size , int& pos , unsigned& track , …
H A Dimg_dsk.cpp108 while (get_next_sector(bitstream , bitstream_size , pos , track_no , sector_no , sector_data)) { in save()
343 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.cpp208 …while (get_next_sector(bitstream , bitstream_size , pos , track_no , head_no , sector_no , sector_… in save()
415 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.h50 …bool get_next_sector(const uint8_t *bitstream , int bitstream_size , int& pos , unsigned& track , …
H A Dhpi_dsk.h51 …bool get_next_sector(const uint8_t *bitstream , int bitstream_size , int& pos , unsigned& track , …
H A Dimg_dsk.cpp108 while (get_next_sector(bitstream , bitstream_size , pos , track_no , sector_no , sector_data)) { in save()
343 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.cpp208 …while (get_next_sector(bitstream , bitstream_size , pos , track_no , head_no , sector_no , sector_… in save()
415 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/testdisk/testdisk-7.1/
H A DChangeLog5525 PhotoRec: move get_next_header() and get_next_sector() to the new file pnext.h