OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cent
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
chrono_io.h
3848
int
__cent
= __tm.tm_year < 2000 ? 1900 : 2000;
local
3849
__yy = year(__tm.tm_year -
__cent
);
3851
__century =
__cent
;
chrono_io.h
3848
int
__cent
= __tm.tm_year < 2000 ? 1900 : 2000;
local
3849
__yy = year(__tm.tm_year -
__cent
);
3851
__century =
__cent
;
Completed in 42 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026