HomeSort by relevance Sort by last modified time
    Searched refs:llpos (Results 1 - 5 of 5) 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/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 236 type ('a, 'b) llpos = type
532 external global_begin : llmodule -> (llmodule, llvalue) llpos
534 external global_succ : llvalue -> (llmodule, llvalue) llpos
599 external function_begin : llmodule -> (llmodule, llvalue) llpos
601 external function_succ : llvalue -> (llmodule, llvalue) llpos
738 external param_begin : llvalue -> (llvalue, llvalue) llpos = "llvm_param_begin"
739 external param_succ : llvalue -> (llvalue, llvalue) llpos = "llvm_param_succ"
809 external block_begin : llvalue -> (llvalue, llbasicblock) llpos
811 external block_succ : llbasicblock -> (llvalue, llbasicblock) llpos
862 external instr_begin : llbasicblock -> (llbasicblock, llvalue) llpos
    [all...]
llvm.mli 286 of [a]. [llpos] is used to specify positions in and for forward iteration
288 type ('a, 'b) llpos = type
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 307 type ('a, 'b) llpos = type
647 external global_begin : llmodule -> (llmodule, llvalue) llpos
649 external global_succ : llvalue -> (llmodule, llvalue) llpos
714 external function_begin : llmodule -> (llmodule, llvalue) llpos
716 external function_succ : llvalue -> (llmodule, llvalue) llpos
857 external param_begin : llvalue -> (llvalue, llvalue) llpos = "llvm_param_begin"
858 external param_succ : llvalue -> (llvalue, llvalue) llpos = "llvm_param_succ"
    [all...]
llvm.mli 369 of [a]. [llpos] is used to specify positions in and for forward iteration
371 type ('a, 'b) llpos = type
    [all...]

Completed in 164 milliseconds