Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/demos/gddemo/src/
Dgd-indtex-host.c53 #define RoundUp32B(x) (((u32)(x) + 31) & ~31) macro
Dgd-tev-host.c54 #define RoundUp32B(x) (((u32)(x) + 31) & ~31) macro
Dgd-light-host.c54 #define RoundUp32B(x) (((u32)(x) + 31) & ~31) macro
/RvlSDK-3.2/build/tools/darch/include/
Ddarch.h155 #define RoundUp32B(x) (((u32)(x) + 32 - 1) & ~(32 - 1)) macro