OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:length_of_year
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/bionic/
time64.c
104
static const int
length_of_year
[2] = { 365, 366 };
variable
218
days +=
length_of_year
[IS_LEAP(year)];
225
days -=
length_of_year
[IS_LEAP(year)];
267
assert(tm->tm_yday <=
length_of_year
[IS_LEAP(tm->tm_year)]);
478
seconds +=
length_of_year
[IS_LEAP(right_year - 1900)] * 60 * 60 * 24;
581
while (m >= (Time64_T)
length_of_year
[leap]) {
582
m -= (Time64_T)
length_of_year
[leap];
605
while (m < (Time64_T) -
length_of_year
[leap]) {
606
m += (Time64_T)
length_of_year
[leap];
/prebuilts/sdk/renderscript/lib/arm/
libc.so
/prebuilts/sdk/renderscript/lib/mips/
libc.so
/prebuilts/sdk/renderscript/lib/x86/
libc.so
Completed in 1455 milliseconds