Lines Matching refs:step
37 * input: step -- from 1 to 15(0xf).
40 LOG("step=%lx", CheckStep(1)); // may called in thread 1
41 LOG("step=%lx", CheckStep(2)); // may called in thread 2
42 LOG("step=%lx", CheckStep(3)); // may called in thread 3
43 LOG("step=%lx", CheckStep(4)); // may called in thread 2
44 uint64_t step = CheckStep(5); // may called in thread 1
45 if (step == 0x12345) {
51 step=1
52 step=12
53 step=123
54 step=1234
57 uint64_t CheckStep(int step);