Home
last modified time | relevance | path

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

/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/arm-trusted-firmware/plat/rockchip/rk3368/drivers/soc/
Dsoc.h34 #define CYCL_24M_CNT_US(us) (24 * us) argument
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/drivers/pmu/
Dpmu.c446 static __sramfunc void sram_udelay(uint32_t us) in sram_udelay()
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/soc/
Dsoc.h166 #define CYCL_24M_CNT_US(us) (24 * us) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h212 UnsetAddr* us; member
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
Dif_mskreg.h2472 #define MSK_USECS(sc, us) ((sc)->msk_clock * (us)) argument