Home
last modified time | relevance | path

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

/trueos/lib/libc/db/btree/
HDbtree.h105 #define LALIGN(n) (((n) + sizeof(pgno_t) - 1) & ~(sizeof(pgno_t) - 1)) macro
132 LALIGN(sizeof(u_int32_t) + sizeof(pgno_t) + sizeof(u_char) + (len))
159 LALIGN(sizeof(recno_t) + sizeof(pgno_t))
185 LALIGN(sizeof(u_int32_t) + sizeof(u_int32_t) + sizeof(u_char) + \
217 LALIGN(sizeof(u_int32_t) + sizeof(u_char) + (dsize))