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

  /external/icu4c/tools/toolutil/
ucmstate.c 621 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, localSavings, belowSavings local
900 int32_t state, savings; local
    [all...]
  /external/libvpx/vp8/encoder/
bitstream.c 1124 int savings = 0; local
1245 int savings = 0; local
    [all...]
  /external/icu4c/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/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 

Completed in 656 milliseconds