Searched refs:count0 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.h62 uint16 count0; member in struct:StarWindow::__anon2046
H A DStarWindow.cpp124 star_list[i].count0 = cnt + ((crc_alea&0xf0000)>>16);
556 s->count = s->count0 + (w->crc_alea&0x7);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h219 int32 count0; member in struct:ChartWindow::__anon24::__anon25
225 int32 count0; member in struct:ChartWindow::__anon24::__anon26
H A DChartWindow.cpp1887 fSpecialList[i].comet.count0 = (fCrcAlea & 31) + 93;
1916 fSpecialList[i].nova.count0 = (fCrcAlea & 63) + 28;
2709 sp->comet.count = (int32)(sp->comet.count0 + (fCrcAlea & 63));
2734 sp->nova.count = sp->nova.count0 + (fCrcAlea & 31);

Completed in 90 milliseconds