Home
last modified time | relevance | path

Searched refs:align8 (Results 1 – 2 of 2) sorted by relevance

/reactos/base/services/nfsd/
H A Dutil.h191 __inline uint32_t align8(uint32_t offset) { function
193 FORCEINLINE uint32_t align8(uint32_t offset) {
H A Dreaddir.c305 info->NextEntryOffset = align8(needed); in readdir_copy_entry()