Home
last modified time | relevance | path

Searched defs:part_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dwin32_io.c965 s64 part_offset, s64 part_length, int flags) in ntfs_device_win32_open_volume_for_partition()
1061 s64 *part_offset, s64 *part_length, int *hidden_sectors) in ntfs_device_win32_find_partition()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.cc958 for (unsigned part_offset = 0; part_offset < size; part_offset += (0x4000 - 0x40)) { in fd6_clear_buffer() local
/third_party/toybox/toys/pending/
Dfdisk.c91 static struct partition* part_offset(char *secbuf, int i) in part_offset() function