Home
last modified time | relevance | path

Searched defs:g (Results 1 – 21 of 21) sorted by relevance

/TwlSDK-5.1.0/build/demos/os/timer-1/src/
Ddata.c20 #define RGB555(r,g,b) (b<<10|g<<5|r) argument
/TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/src/
Ddata.c27 #define RGB555(r,g,b) (b<<10|g<<5|r) argument
/TwlSDK-5.1.0/build/demos/mb/fake_child/common/src/
Dfont.c27 #define RGB555(r,g,b) ( (b) << 10 | (g) <<5 | (r) ) argument
/TwlSDK-5.1.0/build/demos/mb/multiboot-Model/common/src/
Dfont.c23 #define RGB555(r,g,b) ( (b) << 10 | (g) <<5 | (r) ) argument
/TwlSDK-5.1.0/build/demos/mi/dmaCallback-1/src/
Ddata.c20 #define RGB555(r,g,b) (b<<10|g<<5|r) argument
/TwlSDK-5.1.0/build/demos/os/tick-1/src/
Ddata.c20 #define RGB555(r,g,b) (b<<10|g<<5|r) argument
/TwlSDK-5.1.0/build/demos/os/mutex-2/src/
Ddata.c20 #define RGB555(r,g,b) (b<<10|g<<5|r) argument
/TwlSDK-5.1.0/build/demos/os/sleep-1/src/
Ddata.c20 #define RGB555(r,g,b) (b<<10|g<<5|r) argument
/TwlSDK-5.1.0/build/demos/wm/wmPadRead-child/src/
Ddata.c25 #define RGB555(r,g,b) (b<<10|g<<5|r) argument
/TwlSDK-5.1.0/build/demos/os/mutex-1/src/
Ddata.c20 #define RGB555(r,g,b) (b<<10|g<<5|r) argument
/TwlSDK-5.1.0/build/demos/mb/multiboot/src/
Ddata.c23 #define RGB555(r,g,b) (b<<10|g<<5|r) argument
/TwlSDK-5.1.0/build/demos/wvr/with_mb/common/src/
Dfont.c23 #define RGB555(r,g,b) ( (b) << 10 | (g) <<5 | (r) ) argument
/TwlSDK-5.1.0/build/demos/mb/cloneboot/src/
Dfont.c23 #define RGB555(r,g,b) ( (b) << 10 | (g) <<5 | (r) ) argument
/TwlSDK-5.1.0/include/nitro/gx/
Dgxcommon.h54 #define GX_RGB(r, g, b) ((GXRgb)(((r) << GX_RGB_R_SHIFT) | \ argument
68 #define GX_RGBA(r, g, b, a) ((GXRgba)(((r) << GX_RGBA_R_SHIFT) | \ argument
/TwlSDK-5.1.0/build/libraries/init/ARM9/src/
Dcrt0.c489 #define REGION_BIT(a,b,c,d,e,f,g,h) (((a)<<0)|((b)<<1)|((c)<<2)|((d)<<3)|((e)<<4)|((f)<<5)|((g)… in init_cp15() argument
490 #define REGION_ACC(a,b,c,d,e,f,g,h) (((a)<<0)|((b)<<4)|((c)<<8)|((d)<<12)|((e)<<16)|((f)<<20)|(… in init_cp15() argument
/TwlSDK-5.1.0/build/libraries/init/ARM9.TWL/src/
Dcrt0.FLX.c491 #define REGION_BIT(a, b, c, d, e, f, g, h) (((a) << 0) | ((b) << 1) | ((c) << 2) | ((d) << 3) | ((… in INITi_InitRegion() argument
492 #define REGION_ACC(a, b, c, d, e, f, g, h) (((a) << 0) | ((b) << 4) | ((c) << 8) | ((d) << 12) | (… in INITi_InitRegion() argument
/TwlSDK-5.1.0/build/tools/ppmconv/
Dppmconv.c33 #define RGB5551( r, g, b, a ) ((V5bit(r)<<0) | (V5bit(g)<<5) | (V5bit(b)<<10)| (((a)&1)<<15)) argument
Dppmconv8.c36 #define RGB5551( r, g, b, a ) ((V5bit(r)<<0) | (V5bit(g)<<5) | (V5bit(b)<<10)| (((a)&1)<<15)) argument
Dppmconvbg.c38 #define RGB5551( r, g, b, a ) ((V5bit(r)<<0) | (V5bit(g)<<5) | (V5bit(b)<<10)| (((a)&1)<<15)) argument
/TwlSDK-5.1.0/build/demos/ctrdg/backup-1/include/
Ddraw.h65 #define RGB555_(r, g, b) (RGB555)(((r) << 0) | ((g) << 5) | ((b) << 10)) argument
/TwlSDK-5.1.0/build/libraries/math/common/src/
Dnet_sha256.c330 u32 g = context->h[6]; in MATH_SHA256iProcessBlock() local