Home
last modified time | relevance | path

Searched refs:DIVISOR (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/tools/tzcode/
Dzdump.c908 #define DIVISOR 10 in dumptime() macro
909 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()
910 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()
911 trail / DIVISOR; in dumptime()
912 trail %= DIVISOR; in dumptime()
914 trail += DIVISOR; in dumptime()
917 trail -= DIVISOR; in dumptime()
994 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptimeICU()
995 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR; in dumptimeICU()
996 trail %= DIVISOR; in dumptimeICU()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dzdump.c908 #define DIVISOR 10 in dumptime() macro
909 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()
910 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()
911 trail / DIVISOR; in dumptime()
912 trail %= DIVISOR; in dumptime()
914 trail += DIVISOR; in dumptime()
917 trail -= DIVISOR; in dumptime()
994 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptimeICU()
995 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR; in dumptimeICU()
996 trail %= DIVISOR; in dumptimeICU()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzdump.c908 #define DIVISOR 10 in dumptime() macro
909 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()
910 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()
911 trail / DIVISOR; in dumptime()
912 trail %= DIVISOR; in dumptime()
914 trail += DIVISOR; in dumptime()
917 trail -= DIVISOR; in dumptime()
994 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptimeICU()
995 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR; in dumptimeICU()
996 trail %= DIVISOR; in dumptimeICU()
[all …]
/third_party/tzdata/
Dstrftime.c639 #define DIVISOR 100 in _yconv() macro
640 trail = a % DIVISOR + b % DIVISOR; in _yconv()
641 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()
642 trail %= DIVISOR; in _yconv()
644 trail += DIVISOR; in _yconv()
647 trail -= DIVISOR; in _yconv()
Dzdump.c1211 #define DIVISOR 10 in dumptime() macro
1212 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR; in dumptime()
1213 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + in dumptime()
1214 trail / DIVISOR; in dumptime()
1215 trail %= DIVISOR; in dumptime()
1217 trail += DIVISOR; in dumptime()
1220 trail -= DIVISOR; in dumptime()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_attrib_binding.txt438 DIVISOR first map the requested attribute index to a binding index via
/third_party/openGLES/extensions/ARB/
DARB_vertex_attrib_binding.txt448 DIVISOR first map the requested attribute index to a binding index via