Home
last modified time | relevance | path

Searched defs:sector (Results 1 – 24 of 24) sorted by relevance

/third_party/FatFs/source/
Ddiskio.c84 LBA_t sector, /* Start sector in LBA */ in disk_read()
106 LBA_t sector, /* Start sector in LBA */ in disk_read_readdir()
123 DRESULT disk_raw_read (int id, void *buff, LBA_t sector, UINT32 count) in disk_raw_read()
147 LBA_t sector, /* Start sector in LBA */ in disk_write()
166 DRESULT disk_raw_write(int id, void *buff, QWORD sector, UINT32 count){ in disk_raw_write()
/third_party/f2fs-tools/lib/
Dlibf2fs_zoned.c205 int f2fs_report_zone(int i, uint64_t sector, struct blk_zone *blkzone) in f2fs_report_zone()
248 uint64_t sector = 0; in f2fs_report_zones() local
300 uint64_t sector; in f2fs_check_zones() local
453 uint64_t sector; in f2fs_reset_zones() local
541 int f2fs_report_zone(int i, uint64_t UNUSED(sector), in f2fs_report_zone()
/third_party/ffmpeg/libavformat/
Dpsxstr.c73 const uint8_t *sector= p->buf; in str_probe() local
133 unsigned char sector[RAW_CD_SECTOR_SIZE]; in str_read_header() local
162 unsigned char sector[RAW_CD_SECTOR_SIZE]; in str_read_packet() local
Dsga.c38 uint8_t sector[65536 * 2]; member
Dwtvdec.c63 static int64_t seek_by_sector(AVIOContext *pb, int64_t sector, int64_t offset) in seek_by_sector()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcolor_space.inl17 T sector = floor(hsv.x / T(60)); local
24 switch(int(sector)) local
/third_party/NuttX/drivers/bch/
Dbchlib_cache.c87 int bchlib_readsector(struct bchlib_s *bch, unsigned long long sector) in bchlib_readsector()
Dbchlib_read.c65 unsigned long long sector; in bchlib_read() local
Dbchlib_write.c49 unsigned long long sector; in bchlib_write() local
Dbch.h53 unsigned long long sector; /* The current sector in the buffer */ member
/third_party/gptfdisk/
Dgpt.cc1055 int GPTData::LoadHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector, int *crcOk) { in LoadHeader()
1100 int GPTData::LoadPartitionTable(const struct GPTHeader & header, DiskIO & disk, uint64_t sector) { in LoadPartitionTable()
1376 int GPTData::SaveHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector) { in SaveHeader()
1396 int GPTData::SavePartitionTable(DiskIO & disk, uint64_t sector) { in SavePartitionTable()
2180 int GPTData::Align(uint64_t* sector) { in Align()
2453 int GPTData::IsFree(uint64_t sector, uint32_t *partNum) { in IsFree()
Dmbrpart.cc261 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local
Ddiskio-windows.cc198 int DiskIO::Seek(uint64_t sector) { in Seek()
Ddiskio-unix.cc318 int DiskIO::Seek(uint64_t sector) { in Seek()
Dbasicmbr.cc449 int BasicMBRData::WriteMBRData(struct TempMBR & mbr, DiskIO *theDisk, uint64_t sector) { in WriteMBRData()
697 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local
1483 int BasicMBRData::SectorUsedAs(uint64_t sector, int topPartNum) { in SectorUsedAs()
Dgpttext.cc224 uint64_t firstBlock, firstInLargest, lastBlock, sector, origSector, lastAligned; in CreatePartition() local
/third_party/ntfs-3g/ntfsprogs/
Dntfslabel.c238 static int change_serial(ntfs_volume *vol, u64 sector, le64 serial_number, in change_serial()
/third_party/toybox/toys/pending/
Dfdisk.c46 #define sector(s) ((s) & 0x3f) macro
52 unsigned char boot_ind, head, sector, cyl, sys_ind, end_head, member
/third_party/exfatprogs/lib/
Dlibexfat.c83 void boot_calc_checksum(unsigned char *sector, unsigned short size, in boot_calc_checksum()
/third_party/exfatprogs/fsck/
Dfsck.c456 char *sector; in restore_boot_region() local
/third_party/skia/src/pathops/
DSkOpAngle.cpp722 int sector = sedecimant[(xy >= 0) + (xy > 0)][(y >= 0) + (y > 0)][(x >= 0) + (x > 0)] * 2 + 1; in findSector() local
/third_party/f2fs-tools/fsck/
Dmount.c2803 uint64_t sector; in write_pointer_at_zone_start() local
/third_party/libdrm/
Dxf86drm.c346 uint64_t height, kind, gen, sector, compression; in drmGetFormatModifierNameFromNvidia() local
/third_party/f2fs-tools/include/
Df2fs_fs.h1537 __u64 sector; member