HomeSort by relevance Sort by last modified time
    Searched refs:llpos (Results 1 - 3 of 3) sorted by null

  /external/zopfli/src/zopfli/
blocksplitter.c 225 size_t llpos = 0; local
251 llpos = FindMinimum(SplitCost, &c, lstart + 1, lend);
253 assert(llpos > lstart);
254 assert(llpos < lend);
256 splitcost = EstimateCost(litlens, dists, lstart, llpos) +
257 EstimateCost(litlens, dists, llpos, lend);
260 if (splitcost > origcost || llpos == lstart + 1 || llpos == lend) {
263 AddSorted(llpos, splitpoints, npoints);
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 299 type ('a, 'b) llpos = type
621 external global_begin : llmodule -> (llmodule, llvalue) llpos
623 external global_succ : llvalue -> (llmodule, llvalue) llpos
688 external function_begin : llmodule -> (llmodule, llvalue) llpos
690 external function_succ : llvalue -> (llmodule, llvalue) llpos
831 external param_begin : llvalue -> (llvalue, llvalue) llpos = "llvm_param_begin"
832 external param_succ : llvalue -> (llvalue, llvalue) llpos = "llvm_param_succ"
    [all...]
llvm.mli 359 of [a]. [llpos] is used to specify positions in and for forward iteration
361 type ('a, 'b) llpos = type
    [all...]

Completed in 123 milliseconds