Searched refs:savings (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/source/tools/toolutil/
H A Ducmstate.c620 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
647 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */
649 savings=0;
682 savings+=count[i];
688 /* subtract from the possible savings the cost of an additional state */
689 savings=savings*2-1024; /* count bytes, not 16-bit words */
690 if(savings<=0) {
694 printf("compacting toUnicode data saves %ld bytes\n", (long)savings);
843 int32_t i, entry, savings, localSaving local
899 int32_t state, savings; local
[all...]
/external/icu4c/tools/toolutil/
H A Ducmstate.c621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
648 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */
650 savings=0;
683 savings+=count[i];
689 /* subtract from the possible savings the cost of an additional state */
690 savings=savings*2-1024; /* count bytes, not 16-bit words */
691 if(savings<=0) {
695 printf("compacting toUnicode data saves %ld bytes\n", (long)savings);
844 int32_t i, entry, savings, localSaving local
900 int32_t state, savings; local
[all...]
/external/chromium/third_party/icu/source/test/intltest/
H A Dtzregts.cpp711 * SimpleTimeZone accepts illegal DST savings values. These values
725 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
730 int32_t savings = DATA[i]; local
741 savings, status); // <- what we're interested in
746 z->setDSTSavings(savings, status);
752 errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
755 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
760 logln(UnicodeString("Pass: DST savings o
1139 int32_t savings = cst->getDSTSavings(); local
[all...]
/external/icu4c/test/intltest/
H A Dtzregts.cpp697 * SimpleTimeZone accepts illegal DST savings values. These values
711 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
716 int32_t savings = DATA[i]; local
727 savings, status); // <- what we're interested in
732 z->setDSTSavings(savings, status);
738 errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
741 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
746 logln(UnicodeString("Pass: DST savings o
1128 int32_t savings = cst->getDSTSavings(); local
[all...]
/external/libvpx/vp8/encoder/
H A Dbitstream.c1134 int savings = 0; local
1189 savings += (oldtotal - newtotal) / 256;
1234 savings += s;
1248 return savings;
1255 int savings = 0; local
1317 savings += s;
/external/webkit/WebCore/inspector/front-end/
H A DAuditRules.js118 var savings = 2 * size / 3;
119 totalSavings += savings;
122 WebInspector.linkifyURL(resource.url), Number.bytesToString(savings)));

Completed in 364 milliseconds