Searched refs:xfbA (Results 1 – 5 of 5) sorted by relevance
53 static u8* xfbA; variable94 xfbA = (u8*)OSRoundUp32B(arenaLo); in allocateFB()95 xfbB = (u8*)OSRoundUp32B(xfbA + fbSize); in allocateFB()97 arenaLo = (void*)(xfbA + 2 * fbSize); in allocateFB()186 xfb = (frame & 0x1)? xfbB : xfbA; in main()
53 static u8* xfbA; variable95 xfbA = (u8*)OSRoundUp32B(arenaLo); in allocateFB()96 xfbB = (u8*)OSRoundUp32B(xfbA + fbSize); in allocateFB()98 arenaLo = (void*)(xfbA + 2 * fbSize); in allocateFB()208 xfb = (frame & 0x1)? xfbB : xfbA; in main()
52 static u8* xfbA; variable93 xfbA = (u8*)OSRoundUp32B(arenaLo); in allocateFB()94 xfbB = (u8*)OSRoundUp32B(xfbA + fbSize); in allocateFB()96 arenaLo = (void*)(xfbA + 2 * fbSize); in allocateFB()187 xfb = (frame & 0x1)? xfbB : xfbA; in main()
38 static u8* xfbA; variable57 xfbA = (u8*)OSRoundUp32B(arenaLo); in allocateFB()58 xfbB = (u8*)OSRoundUp32B(xfbA + fbSize); in allocateFB()60 arenaLo = (void*)(xfbA + 2 * fbSize); in allocateFB()241 DrawBlackScreen(fbSize, xfbA); in main()262 xfb = (frame & 0x1)? xfbB : xfbA; in main()
42 static u8* xfbA; variable149 xfbA = (u8*)OSRoundUp32B(arenaLo); in allocateFB()150 xfbB = (u8*)OSRoundUp32B(xfbA + fbSize); in allocateFB()152 arenaLo = (void*)(xfbA + 2 * fbSize); in allocateFB()278 xfb = (frame & 0x1)? xfbB : xfbA; in main()