Searched refs:counter (Results 1 – 6 of 6) sorted by relevance
111 register unsigned int counter; in __ghs_manprf_init() local120 counter = timer_value = TICKS_PER_SEC() / FREQUENCY; in __ghs_manprf_init()122 TIMER_INIT(counter); in __ghs_manprf_init()182 register unsigned int counter; in __ghs_manprf_timer_handler() local190 counter = timer_value; in __ghs_manprf_timer_handler()192 TIMER_INIT(counter); in __ghs_manprf_timer_handler()
237 for (int counter = 0; counter < args.Length; ++counter) in CleanupArguments()239 string argument = args[counter]; in CleanupArguments()254 rpxIndex = counter; in CleanupArguments()258 if (counter < rpxIndex) in CleanupArguments()264 … notAfterDashA = (counter == 0) || (!(args[counter - 1].StartsWith("-a"))); in CleanupArguments()271 … notAfterDashA = (counter == 0) || (!(args[counter - 1].StartsWith("-a"))); in CleanupArguments()
1608 for (int counter = 0; counter < args.Length; ++counter) in IsArgumentValidSetting()1610 argString += "{" + counter.ToString() + "}" + args[counter] + " "; in IsArgumentValidSetting()
572 for (int counter = start; counter < (start + size); ++counter) in sendBuffer()574 if (byteBuffer[counter] == 13) in sendBuffer()576 byteBuffer[counter] = 10; in sendBuffer()
75 f32 counter; // lfo counter member
227 GX2_INLINE const char* GX2GetCounterName(_GX2CounterId counter) in GX2GetCounterName() argument229 switch(counter) in GX2GetCounterName()