Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_ttl.c82 int secs, mins, hours, days, weeks, x; in ns_format_ttl() local
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
Dcert.c82 int cert_new(int key_alg, cert_t *cert, int days, int ca, STACK_OF(X509_EXTENSION) * sk) in cert_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Ddatetime.h38 int days; /* -MAX_DELTA_DAYS <= days <= MAX_DELTA_DAYS */ member
221 #define PyDelta_FromDSU(days, seconds, useconds) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Ddatetime.h38 int days; /* -MAX_DELTA_DAYS <= days <= MAX_DELTA_DAYS */ member
221 #define PyDelta_FromDSU(days, seconds, useconds) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c204 int days; in days_before_month() local
365 check_delta_day_range(int days) in check_delta_day_range()
731 new_delta_ex(int days, int seconds, int microseconds, int normalize, in new_delta_ex()
841 const int days = GET_TD_DAYS(u); in call_utc_tzinfo_method() local
1684 int days = GET_TD_DAYS(left) + GET_TD_DAYS(right); in delta_add() local
1743 int days = GET_TD_DAYS(left) - GET_TD_DAYS(right); in delta_subtract() local
2046 int days = GET_TD_DAYS(self); in delta_str() local
4360 int days; in datetime_hash() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ddatetimemodule.c204 int days; in days_before_month() local
365 check_delta_day_range(int days) in check_delta_day_range()
731 new_delta_ex(int days, int seconds, int microseconds, int normalize, in new_delta_ex()
841 const int days = GET_TD_DAYS(u); in call_utc_tzinfo_method() local
1684 int days = GET_TD_DAYS(left) + GET_TD_DAYS(right); in delta_add() local
1743 int days = GET_TD_DAYS(left) - GET_TD_DAYS(right); in delta_subtract() local
2046 int days = GET_TD_DAYS(self); in delta_str() local
4360 int days; in datetime_hash() local
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
DTime.c99 time_t /*INTN*/ days; in timesub() local