Searched refs:second (Results 1 – 8 of 8) sorted by relevance
45 unsigned int second; in us_time_to_str() local50 second = (time / 1000000U) % 60; in us_time_to_str()53 sprintf(dest, "%02u:%02u:%02u.%06u", hour, minute, second, us); in us_time_to_str()
15 fps: 30 # analysis frame pre-second18 timeout: 30 # second wait for prompt string
12 // parameters in the second.
81 // ** Handle millisecond timeout as second from last parameter
281 // ** Handle k_timer_start where the second (not last) argument is a
305 3 1 /* Matches second range */306 2 1 /* Matches second range */
3315 my $second = $2;3318 pos($rawline) += length($first) + length($second) + 1;3322 next if ($first ne $second);3328 $fixed[$fixlinenr] =~ s/\b$first $second\b/$first/;
1394 secund||second
Completed in 20 milliseconds