Home
last modified time | relevance | path

Searched defs:us (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
Dsp804_timer.c83 void udelay(int us) in udelay()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c404 check_time_args(int h, int m, int s, int us) in check_time_args()
460 normalize_d_s_us(int *d, int *s, int *us) in normalize_d_s_us()
693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument
721 #define new_time(hh, mm, ss, us, tzinfo) \ argument
754 #define new_delta(d, s, us, normalize) \ argument
1376 int us = DATE_GET_MICROSECOND(dt); in isoformat_time() local
1553 int us; in microseconds_to_delta_ex() local
1936 PyObject *us = NULL; in delta_new() local
2048 int us = GET_TD_MICROSECONDS(self); in delta_str() local
2878 int y, m, d, hh, mm, ss, us; in tzinfo_fromutc() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c404 check_time_args(int h, int m, int s, int us) in check_time_args()
460 normalize_d_s_us(int *d, int *s, int *us) in normalize_d_s_us()
693 #define new_datetime(y, m, d, hh, mm, ss, us, tzinfo) \ argument
721 #define new_time(hh, mm, ss, us, tzinfo) \ argument
754 #define new_delta(d, s, us, normalize) \ argument
1376 int us = DATE_GET_MICROSECOND(dt); in isoformat_time() local
1553 int us; in microseconds_to_delta_ex() local
1936 PyObject *us = NULL; in delta_new() local
2048 int us = GET_TD_MICROSECONDS(self); in delta_str() local
2878 int y, m, d, hh, mm, ss, us; in tzinfo_fromutc() local
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h212 UnsetAddr* us; member