Home
last modified time | relevance | path

Searched refs:ENTRY_SIZE (Results 1 – 4 of 4) sorted by relevance

/third_party/f2fs-tools/fsck/
Dxattr.h118 ENTRY_SIZE(entry)))
123 #define ENTRY_SIZE(entry) (XATTR_ALIGN(sizeof(struct f2fs_xattr_entry) + \ macro
Dxattr.c199 free = free + ENTRY_SIZE(here); in f2fs_setxattr()
213 int oldsize = ENTRY_SIZE(here); in f2fs_setxattr()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/woff/
DWoffWriter.java79 return TableDirectoryEntry.ENTRY_SIZE * tableDirectoryEntries.size(); in computeTableDirectoryEntriesLength()
193 public static final int ENTRY_SIZE = 5 * FontData.DataSize.ULONG.size(); field in WoffWriter.TableDirectoryEntry
231 return ENTRY_SIZE; in writeEntry()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/woff/
DWoffWriter.java79 return TableDirectoryEntry.ENTRY_SIZE * tableDirectoryEntries.size(); in computeTableDirectoryEntriesLength()
193 public static final int ENTRY_SIZE = 5 * FontData.DataSize.ULONG.size(); field in WoffWriter.TableDirectoryEntry
231 return ENTRY_SIZE; in writeEntry()