Home
last modified time | relevance | path

Searched refs:plast (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2/build/demos/videmo/src/
Dmoving.regions.c222 u32 plast=0; in main() local
267 if ((pstat[0].button & PAD_BUTTON_A) && !(plast & PAD_BUTTON_A)) in main()
291 plast = pstat[0].button; in main()
Dcross-color.c212 u32 plast=0; in main() local
247 if ((pstat[0].button & PAD_BUTTON_A) && !(plast & PAD_BUTTON_A)) in main()
281 plast = pstat[0].button; in main()
Dviewer.c376 u32 plast=0; in printOneLevel() local
408 !(plast & PAD_BUTTON_B)) in printOneLevel()
423 !(plast & PAD_BUTTON_A)) || first || in printOneLevel()
481 plast = pstat[0].button; in printOneLevel()