Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h123 #define LALIGN(n) (((n) + sizeof(db_pgno_t) - 1) & ~(sizeof(db_pgno_t) - 1)) macro
150 LALIGN(sizeof(u_int32_t) + sizeof(db_pgno_t) + sizeof(u_char) + (len))
177 LALIGN(sizeof(recno_t) + sizeof(db_pgno_t))
203 LALIGN(sizeof(u_int32_t) + sizeof(u_int32_t) + sizeof(u_char) + \
235 LALIGN(sizeof(u_int32_t) + sizeof(u_char) + (dsize))