/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | datetimemodule.c | 404 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/ |
D | datetimemodule.c | 404 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/ |
D | soc.h | 34 #define CYCL_24M_CNT_US(us) (24 * us) argument
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/drivers/pmu/ |
D | pmu.c | 446 static __sramfunc void sram_udelay(uint32_t us) in sram_udelay()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/soc/ |
D | soc.h | 166 #define CYCL_24M_CNT_US(us) (24 * us) argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regparse.h | 212 UnsetAddr* us; member
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
D | if_mskreg.h | 2472 #define MSK_USECS(sc, us) ((sc)->msk_clock * (us)) argument
|