Searched refs:align_up (Results 1 - 3 of 3) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
H A D | ioctl.c | 229 static inline LCN align_up(ntfs_volume *vol, LCN lcn, u64 granularity) in align_up() function 360 aligned_lcn = align_up(vol, start_lcn, in fstrim()
|
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 2941 def align_up(self, a, size): member in InspectionWebFormatter 2980 high = self.align_up(region[0] + region[1], size) 2983 end_address = self.align_up(end_address, size)
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 3842 static size_t align_up(size_t val, size_t align) { in align_up() function 3888 l->size = align_up(l->size, size); in upb_msglayout_place() 3943 l->size = 2 * sizeof(upb_strview);align_up(l->size, 8); in make_layout() 4048 l->size = align_up(l->size, 8); in make_layout()
|
Completed in 47 milliseconds