Home
last modified time | relevance | path

Searched refs:us (Results 1 – 3 of 3) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dselect.c36 int32_t us = timeout != NULL ? timeout->tv_usec : 0; in __select64() local
39 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()
/sysdeps/posix/
A Dsprofil.c42 unsigned short *us; member
153 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()
/sysdeps/arm/armv6t2/
A Dmemchr.S35 @ this lets us check a flag in a 00/ff byte easily in either endianness

Completed in 4 milliseconds