Searched defs:dt1 (Results 1 - 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
H A Drates.c408 double dt, dt1 = 0.0, dt2, dt3; local
428 "rbs: %d dt1: %.3f t: %.3f\n", init,
430 (int) sraRgnCountRects(cl->modifiedRegion), cbs, rbs, dt1, now);
439 dt1 = dtime(&cd->timer);
442 "rbs: %d dt1: %.3f t: %.3f\n", init,
444 (int) sraRgnCountRects(cl->modifiedRegion), cbs, rbs, dt1, now);
446 if (dt1 <= 0.0) {
489 if (dt1 < 0.25) {
666 dt = dt1 + dt2;
699 rfbLog("dt1
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp143 CPDFSDK_DateTime dt1 = ToGMT(); local
145 int d1 = (((int)dt1.dt.year) << 16) | (((int)dt1.dt.month) << 8) | (int)dt1.dt.day;
146 int d2 = (((int)dt1.dt.hour) << 16) | (((int)dt1.dt.minute) << 8) | (int)dt1.dt.second;
157 CPDFSDK_DateTime dt1 = ToGMT(); local
159 int d1 = (((int)dt1.dt.year) << 16) | (((int)dt1
171 CPDFSDK_DateTime dt1 = ToGMT(); local
185 CPDFSDK_DateTime dt1 = ToGMT(); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp3549 UDate dt1 = date(2008-1900, UCAL_JUNE, 10, 12, 00);
3551 str1 = fmt1->format(dt1, str1);
3871 UDate dt1 = fmt1->parse(in, status); local
3876 out = fmt1->format(dt1, out);

Completed in 182 milliseconds