HomeSort by: relevance | last modified time | path
    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