Home
last modified time | relevance | path

Searched refs:len_max (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Dargb_sse2.c30 const int len_max = len & ~3; // max length processed in main loop in PackARGB() local
34 for (; i < len_max; i += 4) { in PackARGB()
/external/iptables/extensions/
Dlibxt_bpf.c77 static void bpf_parse_string(struct sock_filter *pc, __u16 *lenp, __u16 len_max, in bpf_parse_string() argument
94 if (len > len_max) in bpf_parse_string()