Searched refs:SUBALLOC_ALIGNMENT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dralloc.c555 #define SUBALLOC_ALIGNMENT 8 macro
640 size = ALIGN_POT(size, SUBALLOC_ALIGNMENT);
659 assert((uintptr_t)&ptr[1] % SUBALLOC_ALIGNMENT == 0);
671 size = ALIGN_POT(size, SUBALLOC_ALIGNMENT);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dralloc.c554 #define SUBALLOC_ALIGNMENT 8 macro
639 size = ALIGN_POT(size, SUBALLOC_ALIGNMENT);
658 assert((uintptr_t)&ptr[1] % SUBALLOC_ALIGNMENT == 0);
670 size = ALIGN_POT(size, SUBALLOC_ALIGNMENT);

Completed in 13 milliseconds