Home
last modified time | relevance | path

Searched refs:device_offset (Results 1 – 9 of 9) sorted by relevance

/third_party/exfatprogs/lib/
Dexfat_dir.c32 off_t device_offset; in write_block() local
38 device_offset = exfat_c2o(exfat, desc->p_clus) + desc->offset; in write_block()
45 device_offset + i * iter->write_size) in write_block()
89 off_t device_offset; in read_ahead_next_blocks() local
107 device_offset = exfat_c2o(exfat, ra_p_clus); in read_ahead_next_blocks()
111 device_offset, size, in read_ahead_next_blocks()
120 device_offset = exfat_c2o(exfat, p_clus) + in read_ahead_next_blocks()
123 device_offset, iter->ra_partial_size, in read_ahead_next_blocks()
168 off_t device_offset; in read_block() local
201 device_offset = exfat_c2o(exfat, desc->p_clus) + desc->offset; in read_block()
[all …]
Dlibexfat.c759 int exfat_o2c(struct exfat *exfat, off_t device_offset, in exfat_o2c() argument
765 if (device_offset < heap_offset) in exfat_o2c()
768 *clu = (unsigned int)((device_offset - heap_offset) / in exfat_o2c()
772 *offset = (device_offset - heap_offset) % exfat->clus_size; in exfat_o2c()
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dftwinfnt.h211 FT_ULong device_offset; member
/third_party/freetype/include/freetype/
Dftwinfnt.h210 FT_ULong device_offset; member
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftwinfnt.h210 FT_ULong device_offset; member
/third_party/exfatprogs/include/
Dlibexfat.h168 int exfat_o2c(struct exfat *exfat, off_t device_offset,
/third_party/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c172 FT_FRAME_ULONG_LE ( device_offset ),
/third_party/flutter/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c173 FT_FRAME_ULONG_LE ( device_offset ),
/third_party/freetype/src/winfonts/
Dwinfnt.c172 FT_FRAME_ULONG_LE ( device_offset ),