Searched defs:us (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
H A Dsp804_timer.c83 void udelay(int us) argument
87 if (us <= 0)
88 us = 1;
99 } while (delta_us < us);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dregparse.h212 UnsetAddr* us; member in struct:__anon6554
/device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
H A DEnquire.c1530 unsigned short us; /* if this fails, define NO_UI */ local
1532 ul=0; us=0;
1562 showtype("unsigned short promotes to", Promoted(us));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Ddatetimemodule.c404 check_time_args(int h, int m, int s, int us) argument
421 if (us < 0 || us > 999999) {
453 /* Fiddle days (d), seconds (s), and microseconds (us) so that
455 * 0 <= *us < 1000000
460 normalize_d_s_us(int *d, int *s, int *us) argument
462 if (*us < 0 || *us >= 1000000) {
463 normalize_pair(s, us, 1000000);
465 * |original s| + |original us|/100000
1376 int us = DATE_GET_MICROSECOND(dt); local
1553 int us; local
1936 PyObject *us = NULL; local
2048 int us = GET_TD_MICROSECONDS(self); local
2878 int y, m, d, hh, mm, ss, us; local
3247 int us = TIME_GET_MICROSECOND(self); local
3449 int us = TIME_GET_MICROSECOND(self); local
3740 datetime_from_timet_and_us(PyObject *cls, TM_FUNC f, time_t timet, int us, PyObject *tzinfo) argument
3786 int us; local
4395 int us = DATE_GET_MICROSECOND(self); local
4414 int y, m, d, hh, mm, ss, us; local
4534 int us = 0; /* microseconds are ignored in a timetuple */ local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Ddatetimemodule.c404 check_time_args(int h, int m, int s, int us) argument
421 if (us < 0 || us > 999999) {
453 /* Fiddle days (d), seconds (s), and microseconds (us) so that
455 * 0 <= *us < 1000000
460 normalize_d_s_us(int *d, int *s, int *us) argument
462 if (*us < 0 || *us >= 1000000) {
463 normalize_pair(s, us, 1000000);
465 * |original s| + |original us|/100000
1376 int us = DATE_GET_MICROSECOND(dt); local
1553 int us; local
1936 PyObject *us = NULL; local
2048 int us = GET_TD_MICROSECONDS(self); local
2878 int y, m, d, hh, mm, ss, us; local
3247 int us = TIME_GET_MICROSECOND(self); local
3449 int us = TIME_GET_MICROSECOND(self); local
3740 datetime_from_timet_and_us(PyObject *cls, TM_FUNC f, time_t timet, int us, PyObject *tzinfo) argument
3786 int us; local
4395 int us = DATE_GET_MICROSECOND(self); local
4414 int y, m, d, hh, mm, ss, us; local
4534 int us = 0; /* microseconds are ignored in a timetuple */ local
[all...]

Completed in 280 milliseconds