HomeSort by relevance Sort by last modified time
    Searched full:llpos (Results 1 - 4 of 4) 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 291 type ('a, 'b) llpos = type
605 external global_begin : llmodule -> (llmodule, llvalue) llpos
607 external global_succ : llvalue -> (llmodule, llvalue) llpos
672 external function_begin : llmodule -> (llmodule, llvalue) llpos
674 external function_succ : llvalue -> (llmodule, llvalue) llpos
815 external param_begin : llvalue -> (llvalue, llvalue) llpos = "llvm_param_begin"
816 external param_succ : llvalue -> (llvalue, llvalue) llpos = "llvm_param_succ"
    [all...]
llvm.mli 350 of [a]. [llpos] is used to specify positions in and for forward iteration
352 type ('a, 'b) llpos = type
    [all...]
llvm_ocaml.c 84 /* Macro to convert the C first/next/last/prev idiom to the Ocaml llpos/
87 /* llmodule -> ('a, 'b) llpos */ \
95 /* llvalue -> ('a, 'b) llpos */ \
    [all...]

Completed in 1677 milliseconds