Searched refs:LALIGN (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/lib/libc/db/btree/
H A Dbtree.h106 #define LALIGN(n) (((n) + sizeof(pgno_t) - 1) & ~(sizeof(pgno_t) - 1)) macro
133 LALIGN(sizeof(u_int32_t) + sizeof(pgno_t) + sizeof(u_char) + (len))
160 LALIGN(sizeof(recno_t) + sizeof(pgno_t))
186 LALIGN(sizeof(u_int32_t) + sizeof(u_int32_t) + sizeof(u_char) + \
218 LALIGN(sizeof(u_int32_t) + sizeof(u_char) + (dsize))

Completed in 165 milliseconds