Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h121 #define LALIGN(n) (((n) + sizeof(db_pgno_t) - 1) & ~(sizeof(db_pgno_t) - 1)) macro
148 LALIGN(sizeof(u_int32_t) + sizeof(db_pgno_t) + sizeof(u_char) + (len))
175 LALIGN(sizeof(recno_t) + sizeof(db_pgno_t))
201 LALIGN(sizeof(u_int32_t) + sizeof(u_int32_t) + sizeof(u_char) + \
233 LALIGN(sizeof(u_int32_t) + sizeof(u_char) + (dsize))