HomeSort by: relevance | last modified time | path
    Searched refs:savings (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/dictBuilder/
zdict.c 156 U32 savings; member in struct:__anon118
163 d->savings = (U32)(-1);
176 U32 savings[LLIMIT] = {0}; local
307 /* calculate savings */
308 savings[5] = 0;
310 savings[i] = savings[i-1] + (lengthList[i] * (i-3));
313 (unsigned)pos, (unsigned)maxLength, (unsigned)savings[maxLength], (double)savings[maxLength] / (double)maxLength);
317 solution.savings = savings[maxLength]
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-strength-reduction.cc 287 /* Savings that can be expected from eliminating dead code if this
618 savings if the phi and its feeding statements can be removed. */
685 tree stype, unsigned savings)
702 c->dead_savings = savings;
815 unsigned savings = 0;
853 /* Gather potential dead code savings if the phi statement
858 savings += arg_cand->dead_savings;
860 savings += stmt_cost (arg_stmt, speed);
885 sizetype, savings);
1089 unsigned savings = 0
811 unsigned savings = 0; local
1085 unsigned savings = 0; local
1155 unsigned savings = 0; local
1287 unsigned savings = 0; local
1401 unsigned savings = 0; local
1603 unsigned savings = 0; local
1674 unsigned savings = 0; local
2988 int local_cost, sib_cost, savings = 0; local
3035 int savings = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-strength-reduction.cc 287 /* Savings that can be expected from eliminating dead code if this
618 savings if the phi and its feeding statements can be removed. */
685 tree stype, unsigned savings)
702 c->dead_savings = savings;
815 unsigned savings = 0;
853 /* Gather potential dead code savings if the phi statement
858 savings += arg_cand->dead_savings;
860 savings += stmt_cost (arg_stmt, speed);
885 sizetype, savings);
1089 unsigned savings = 0
811 unsigned savings = 0; local
1085 unsigned savings = 0; local
1155 unsigned savings = 0; local
1287 unsigned savings = 0; local
1401 unsigned savings = 0; local
1603 unsigned savings = 0; local
1674 unsigned savings = 0; local
2988 int local_cost, sib_cost, savings = 0; local
3035 int savings = 0; local
    [all...]
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 4552 static size_t ZSTD_optimalBlockSize(ZSTD_CCtx* cctx, const void* src, size_t srcSize, size_t blockSizeMax, int splitLevel, ZSTD_strategy strat, S64 savings)
4563 * require verified savings to allow pre-splitting.
4566 if (savings < 3) {
4567 DEBUGLOG(6, "don't attempt splitting: savings (%i) too low", (int)savings);
4571 * note that splitting heuristic is still conditioned by @savings >= 3,
4602 S64 savings = (S64)cctx->consumedSrcSize - (S64)cctx->producedCSize; local
4617 savings);
4663 /* @savings is employed to ensure that splitting doesn't worsen expansion of incompressible data.
4672 * Using @savings, we enforce an even more conservative condition
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
package.d 444 of ideal size savings.
  /src/external/bsd/ntp/dist/sntp/
configure 26638 tm.tm_isdst = 1; /* flag for daylight savings time */

Completed in 62 milliseconds