Searched refs:align_down (Results 1 – 4 of 4) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | ioctl.c | 238 static inline u64 align_down(ntfs_volume *vol, u64 count, u64 granularity) in align_down() function 366 align_down(vol, in fstrim()
|
/third_party/skia/src/gpu/ |
D | GrBufferAllocPool.cpp | 185 static inline size_t align_down(size_t x, uint32_t alignment) { in align_down() function 274 size_t size = align_down(fBlocks.back().fBytesFree, alignment); in makeSpaceAtLeast()
|
/third_party/node/deps/v8/tools/ |
D | grokdump.py | 2937 def align_down(self, a, size): member in InspectionWebFormatter 2978 start_address = self.align_down(start_address, size) 2979 low = self.align_down(region[0], size) 3083 start = self.align_down(start_address, line_width)
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1736 - anv: Add another align_down helper
|