HomeSort by relevance Sort by last modified time
    Searched defs:leap (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
time64.c 247 /* Don't forget leap seconds */
279 /* The exceptional centuries without leap years cause the cycle to
305 2) Has the same leap year status.
314 It doesn't need the same leap year status since we only care about
332 /* Change non-leap xx00 years to an equivalent */
520 int leap; local
580 leap = IS_LEAP (year);
581 while (m >= (Time64_T) length_of_year[leap]) {
582 m -= (Time64_T) length_of_year[leap];
584 leap = IS_LEAP (year)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 275 * leap - Number of EAP methods using LEAP
277 * This field should be set to 1 if LEAP is enabled. This is used to
280 int leap; member in struct:wpa_ssid
283 * non_leap - Number of EAP methods not using LEAP
285 * This field should be set to >0 if any EAP method other than LEAP is
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 885 bool leap = _isLeapYear(year); local
894 return day-58-leap;
896 return day-89-leap;
898 return day-119-leap;
900 return day-150-leap;
902 return day-180-leap;
904 return day-211-leap;
906 return day-242-leap;
908 return day-272-leap;
910 return day-303-leap;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 210 milliseconds