Searched refs:DB_ALIGN (Results 1 – 1 of 1) sorted by relevance
72 #define DB_ALIGN 16 macro114 return (sz+DB_ALIGN-1) & ~(DB_ALIGN-1); in ceilto()