MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / block_align

Function block_align

tinyemu/fs_utils.h:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68static inline uint64_t block_align(uint64_t val, uint64_t align)
69{
70 return (val + align - 1) & ~(align - 1);
71}
72
73void pstrcpy(char *buf, int buf_size, const char *str);
74char *pstrcat(char *buf, int buf_size, const char *s);

Callers 1

add_file_sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected