Searched refs:len_max (Results 1 – 2 of 2) sorted by relevance
30 const int len_max = len & ~3; // max length processed in main loop in PackARGB() local34 for (; i < len_max; i += 4) { in PackARGB()
77 static void bpf_parse_string(struct sock_filter *pc, __u16 *lenp, __u16 len_max, in bpf_parse_string() argument94 if (len > len_max) in bpf_parse_string()