Searched refs:ml (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/linenoise/include/linenoise/
H A Dlinenoise.h68 void linenoiseSetMultiLine(int ml);
/fuchsia/zircon/scripts/entropy-test/jitterentropy/
H A Dtest-tunable-config12 # (kernel.jitterentropy.ml), memory block size (kernel.jitterentropy.bs), and memory block count
26 echo " --ml-seq '<N1> <N2> ... <Nk>'" >&2
34 echo " : --ll-seq '1 2 3 4' --ml-seq '1 4 16 256' \\" >&2
37 echo " : 'ml' varying, and 'bs' and 'bc' help constant." >&2
80 --ml-seq)
81 if [[ $# -lt 2 ]]; then echo "--ml-seq missing seq" >&2; HELP; fi
110 for ll in "${LL_SEQ[@]}"; do for ml in "${ML_SEQ[@]}"; do
113 CMDLINE+=" kernel.jitterentropy.ll=$ll kernel.jitterentropy.ml=$ml"
/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4hc.c166 size_t ml=0; local
178 if (*(match+ml) == *(ip+ml)
182 if (mlt > ml) { ml = mlt; *matchpos = match; }
196 if (mlt > ml) { ml = mlt; *matchpos = base + matchIndex; } /* virtual matchpos */
202 return (int)ml;
355 int ml, ml2, ml3, ml0; local
376 ml
[all...]
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c218 void linenoiseSetMultiLine(int ml) { argument
219 mlmode = ml;

Completed in 85 milliseconds