HomeSort by relevance Sort by last modified time
    Searched refs:DI100Y (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 239 #define DI100Y 36524 /* days_before_year(101); days in 100 years */
283 n100 = n / DI100Y;
284 n = n % DI100Y;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 239 #define DI100Y 36524 /* days_before_year(101); days in 100 years */
283 n100 = n / DI100Y;
284 n = n % DI100Y;
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 239 #define DI100Y 36524 /* days_before_year(101); days in 100 years */
283 n100 = n / DI100Y;
284 n = n % DI100Y;
    [all...]
  /external/python/cpython3/Modules/
_datetimemodule.c 261 #define DI100Y 36524 /* days_before_year(101); days in 100 years */
305 n100 = n / DI100Y;
306 n = n % DI100Y;
    [all...]

Completed in 312 milliseconds