Home
last modified time | relevance | path

Searched defs:OSRoundUp32B (Results 1 – 8 of 8) sorted by relevance

/RvlSDK-2.1/build/demos/gddemo/src/
Dgd-matrix-create.c42 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
Dgd-matrix-host.c45 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
Dgd-texture-create.c50 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
Dgd-init-host.c46 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
Dgd-texture-host.c46 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
Dgd-init-create.c41 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
/RvlSDK-2.1/build/libraries/gd/src/
DGDFile.c51 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
/RvlSDK-2.1/include/revolution/
Dos.h421 #define OSRoundUp32B(x) (((u32)(x) + 32 - 1) & ~(32 - 1)) macro