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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.cpp876 wxUint32 t1_, t2_; local
878 t1_ = (t1 & 0x55555555) + (t1 >> 1 & 0x55555555);
879 t1_ = (t1_ & 0x33333333) + (t1_ >> 2 & 0x33333333);
882 t2_ = (t2_ & 0x33333333) + (t2_ >> 2 & 0x33333333) + t1_;

Completed in 156 milliseconds