Home
last modified time | relevance | path

Searched refs:c0 (Results 1 – 8 of 8) sorted by relevance

/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-gamma.c297 u8 c0, c1; in DrawColorBars() local
331 c0 = (u8)((i % 2) ? i : 0); in DrawColorBars()
335 GXColor1x8(c0); in DrawColorBars()
341 GXColor1x8(c0); in DrawColorBars()
/RvlSDK-3.2.2/build/demos/videmo/src/
Dfrb-vi-gamma.c362 u8 c0, c1; in DrawColorBars() local
396 c0 = (u8)((i % 2) ? i : 0); in DrawColorBars()
400 GXColor1x8(c0); in DrawColorBars()
406 GXColor1x8(c0); in DrawColorBars()
/RvlSDK-3.2.2/RVL/bin/demos/thpdemo/
DTHPSimple.map8 00000000 0002e0 80004000 000001c0 1 .init os.a __start.o
9 00000000 000028 80004000 000001c0 4 __check_pad3 os.a __start.o
26 …000004c0 001f34 800044c0 00000680 1 .init TRK_Hollywood_Revolution.a C:\products\RVL\runtime_lib…
27 …000004c0 000000 800044c0 00000680 gTRKInterruptVectorTable (entry of .init) TRK_Hollywood_Revo…
40 00000000 000018 800064c0 00002680 1 extab MSL_C.PPCEABI.bare.H.a alloc.o
41 00000000 000008 800064c0 00002680 4 @1213 MSL_C.PPCEABI.bare.H.a alloc.o
70 00000040 000008 80006500 000026c0 4 @1400 MSL_C.PPCEABI.bare.H.a ansi_fp.o
128 000000c0 000008 80006580 00002740 4 @2730 MSL_C.PPCEABI.bare.H.a printf.o
148 00000100 000008 800065c0 00002780 1 extab MSL_C.PPCEABI.bare.H.a uart_console_io_gcn.o
149 00000100 000008 800065c0 00002780 4 @605 MSL_C.PPCEABI.bare.H.a uart_console_io_gcn.o
[all …]
/RvlSDK-3.2.2/include/revolution/os/
DOSFont.h79 u8 c0; // Font color table member
/RvlSDK-3.2.2/build/libraries/mtx/src/
Dmtx44.c343 register f32 c0 = 0.0F; in PSMTX44Identity() local
348 psq_st c0, 4(m), 0, 0; in PSMTX44Identity() local
349 psq_st c0, 12(m), 0, 0; in PSMTX44Identity() local
351 psq_st c0, 24(m), 0, 0; in PSMTX44Identity() local
352 psq_st c0, 32(m), 0, 0; in PSMTX44Identity() local
354 psq_st c0, 44(m), 0, 0; in PSMTX44Identity() local
355 psq_st c0, 52(m), 0, 0; in PSMTX44Identity() local
Dmtx.c1887 register f32 c0 = 0.0F; in PSMTXTrans() local
1894 psq_st c0, 4(m), 0, 0 in PSMTXTrans()
1895 psq_st c0, 32(m), 0, 0 in PSMTXTrans()
1896 stfs c0, 16(m) in PSMTXTrans()
1898 stfs c0, 24(m) in PSMTXTrans()
2028 register f32 c0 = 0.0F; in PSMTXScale() local
2033 psq_st c0, 4(m), 0, 0 in PSMTXScale()
2034 psq_st c0, 12(m), 0, 0 in PSMTXScale()
2036 psq_st c0, 24(m), 0, 0 in PSMTXScale()
2037 psq_st c0, 32(m), 0, 0 in PSMTXScale()
[all …]
/RvlSDK-3.2.2/RVL/bin/demos/gxdemo/
Dsmp-onetri.map8 00000000 0002e0 80004000 000001c0 1 .init os.a __start.o
9 00000000 000028 80004000 000001c0 4 __check_pad3 os.a __start.o
26 …000004c0 001f34 800044c0 00000680 1 .init TRK_Hollywood_Revolution.a C:\products\RVL\runtime_lib…
27 …000004c0 000000 800044c0 00000680 gTRKInterruptVectorTable (entry of .init) TRK_Hollywood_Revo…
40 00000000 000018 800064c0 00002680 1 extab MSL_C.PPCEABI.bare.H.a alloc.o
41 00000000 000008 800064c0 00002680 4 @1213 MSL_C.PPCEABI.bare.H.a alloc.o
70 00000040 000008 80006500 000026c0 4 @1400 MSL_C.PPCEABI.bare.H.a ansi_fp.o
128 000000c0 000008 80006580 00002740 4 @2730 MSL_C.PPCEABI.bare.H.a printf.o
148 00000100 000008 800065c0 00002780 1 extab MSL_C.PPCEABI.bare.H.a uart_console_io_gcn.o
149 00000100 000008 800065c0 00002780 4 @605 MSL_C.PPCEABI.bare.H.a uart_console_io_gcn.o
[all …]
/RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/
Dsmp-toy-draw.c351 u8 v0, u8 c0, in DrawSSQuad() argument
356 VertexC(v0, c0); in DrawSSQuad()