Home
last modified time | relevance | path

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

/freebsd/lib/libc/iconv/
H A Dcitrus_db_factory.c66 #define DB_ALIGN 16 macro
107 return ((sz + DB_ALIGN - 1) & ~(DB_ALIGN - 1)); in ceilto()