HomeSort by relevance Sort by last modified time
    Searched defs:savings (Results 1 - 17 of 17) sorted by null

  /external/libvncserver/libvncserver/
stats.c 383 double savings=0.0; local
403 savings = 0.0;
405 savings = 100.0 - (((double)bytes / (double)bytesIfRaw) * 100.0);
408 name, count, bytes, bytesIfRaw, savings);
420 savings = 0.0;
423 savings = 100.0 - (((double)bytes / (double)bytesIfRaw) * 100.0);
426 name, count, bytes, bytesIfRaw, savings);
431 savings=0.0;
433 savings = 100.0 - ((totalBytes/totalBytesIfRaw)*100.0);
435 "TOTALS", totalRects, totalBytes,totalBytesIfRaw, savings);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 128 const int savings = old_b - new_b - update_b; local
129 if (savings > bestsavings) {
130 bestsavings = savings;
143 int i, old_b, new_b, update_b, savings, bestsavings; local
168 savings = old_b - new_b - update_b;
169 if (savings > bestsavings) {
170 bestsavings = savings;
184 const int savings = local
187 if (savings > 0) {
vp9_bitstream.c 551 int savings = 0; local
571 savings += s - (int)(vp9_cost_zero(upd));
573 savings -= (int)(vp9_cost_zero(upd));
581 // printf("Update %d %d, savings %d\n", update[0], update[1], savings);
583 if (update[1] == 0 || savings < 0) {
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucmstate.c 623 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
650 /* count possible savings from lead bytes with all-unassigned results in all trail bytes */
652 savings=0;
685 savings+=count[i];
691 /* subtract from the possible savings the cost of an additional state */
692 savings=savings*2-1024; /* count bytes, not 16-bit words */
693 if(savings<=0) {
697 printf("compacting toUnicode data saves %ld bytes\n", (long)savings);
846 int32_t i, entry, savings, localSavings, belowSavings local
902 int32_t state, savings; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 223 * Savings Time (PDT) does work at 2am.
466 dataerrln("We're not in Daylight Savings Time and we should be. - %s", u_errorName(status));
701 * SimpleTimeZone accepts illegal DST savings values. These values
715 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
720 int32_t savings = DATA[i]; local
731 savings, status); // <- what we're interested in
736 z->setDSTSavings(savings, status);
742 errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
745 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status))
1129 int32_t savings = cst->getDSTSavings(); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 720 int savings = 0; local
774 savings += prev_coef_savings[k];
779 return savings;
784 int savings = 0; local
809 savings += s;
815 return savings;
838 int savings = 0; local
875 savings += (oldtotal - newtotal) / 256;
879 savings += independent_coef_context_savings(cpi);
881 savings += default_coef_context_savings(cpi)
889 int savings = 0; local
910 int savings = 0; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 120 * Savings Time (PDT) does work at 2am.
322 errln("We're not in Daylight Savings Time and we should be.\n");
386 * SimpleTimeZone accepts illegal DST savings values. These values
398 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
401 int savings = DATA[i]; local
412 savings); // <- what we're interested in
417 z.setDSTSavings(savings);
421 logln("Pass: DST savings of " + savings + " accepted by " + method);
423 errln("Fail: DST savings of " + savings + " accepted by " + method)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 119 * Savings Time (PDT) does work at 2am.
321 errln("We're not in Daylight Savings Time and we should be.\n");
385 * SimpleTimeZone accepts illegal DST savings values. These values
397 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
400 int savings = DATA[i]; local
411 savings); // <- what we're interested in
416 z.setDSTSavings(savings);
420 logln("Pass: DST savings of " + savings + " accepted by " + method);
422 errln("Fail: DST savings of " + savings + " accepted by " + method)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar 
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 490 milliseconds