OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SplitCost
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/zlib/pigz/dist/zopfli/
blocksplitter.c
126
static double
SplitCost
(size_t i, void* context) {
230
double
splitcost
, origcost;
local
253
llpos = FindMinimum(
SplitCost
, &c, lstart + 1, lend);
258
splitcost
= EstimateCost(litlens, dists, lstart, llpos) +
262
if (
splitcost
> origcost || llpos == lstart + 1 || llpos == lend) {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
BasicTTIImpl.h
973
InstructionCost
SplitCost
=
975
return
SplitCost
+
Completed in 43 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026