Searched refs:us (Results 1 – 3 of 3) sorted by relevance
36 int32_t us = timeout != NULL ? timeout->tv_usec : 0; in __select64() local39 if (s < 0 || us < 0) in __select64()44 if (us / USEC_PER_SEC > INT64_MAX - s) in __select64()51 s += us / USEC_PER_SEC; in __select64()52 us = us % USEC_PER_SEC; in __select64()53 ns = us * NSEC_PER_USEC; in __select64()
42 unsigned short *us; member153 if (r->sample.us[i] < (unsigned short) ~0) in profil_count()154 ++r->sample.us[i]; in profil_count()162 ++prof_info.overflow->sample.us[0]; in profil_count()
35 @ this lets us check a flag in a 00/ff byte easily in either endianness
Completed in 4 milliseconds