Searched refs:device_offset (Results 1 – 9 of 9) sorted by relevance
/third_party/exfatprogs/lib/ |
D | exfat_dir.c | 32 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 …]
|
D | libexfat.c | 759 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/ |
D | ftwinfnt.h | 211 FT_ULong device_offset; member
|
/third_party/freetype/include/freetype/ |
D | ftwinfnt.h | 210 FT_ULong device_offset; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftwinfnt.h | 210 FT_ULong device_offset; member
|
/third_party/exfatprogs/include/ |
D | libexfat.h | 168 int exfat_o2c(struct exfat *exfat, off_t device_offset,
|
/third_party/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.c | 172 FT_FRAME_ULONG_LE ( device_offset ),
|
/third_party/flutter/skia/third_party/externals/freetype/src/winfonts/ |
D | winfnt.c | 173 FT_FRAME_ULONG_LE ( device_offset ),
|
/third_party/freetype/src/winfonts/ |
D | winfnt.c | 172 FT_FRAME_ULONG_LE ( device_offset ),
|