Home
last modified time | relevance | path

Searched defs:ALIGN_UP (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/include/syslinux/
Dalign.h43 #define ALIGN_UP(p,a) ((__typeof__(p))__align_up((uintptr_t)(p), (a))) macro
/external/syslinux/dos/
Dargv.c41 #define ALIGN_UP(p,t) ((t *)(((uintptr_t)(p) + (sizeof(t)-1)) & ~(sizeof(t)-1))) macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tiled_memcpy.c48 #define ALIGN_UP(a, b) ALIGN(a, b) macro
/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c54 #define ALIGN_UP(x, align_to) (((x) + ((align_to)-1)) & ~((align_to)-1)) macro