OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COUNT_DAYS
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/third_party/nspr/
prtime.cc
199
* The
COUNT_DAYS
macro counts the number of days since 01/01/01 till the
207
#define
COUNT_DAYS
(Y) ( ((Y)-1)*365 + COUNT_LEAPS(Y) )
208
#define DAYS_BETWEEN_YEARS(A, B) (
COUNT_DAYS
(B) -
COUNT_DAYS
(A))
[
all
...]
/external/chromium_org/base/third_party/nspr/
prtime.cc
204
* The
COUNT_DAYS
macro counts the number of days since 01/01/01 till the
212
#define
COUNT_DAYS
(Y) ( ((Y)-1)*365 + COUNT_LEAPS(Y) )
213
#define DAYS_BETWEEN_YEARS(A, B) (
COUNT_DAYS
(B) -
COUNT_DAYS
(A))
[
all
...]
Completed in 23 milliseconds