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

  /external/libtextclassifier/actions/
ngram-model.cc 127 const int len_max = ngram_len + num_gaps * max_skips; local
128 const int len_mid = (len_max + len_min) / 2;
129 for (int len_i = len_min; len_i <= len_max; ++len_i) {
132 len_i <= len_mid ? len_i - len_min + 1 : len_max - len_i + 1;
  /external/iptables/extensions/
libxt_bpf.c 79 static void bpf_parse_string(struct sock_filter *pc, __u16 *lenp, __u16 len_max,
96 if (len > len_max)

Completed in 134 milliseconds