Home
last modified time | relevance | path

Searched refs:comp_function (Results 1 – 3 of 3) sorted by relevance

/external/minijail/
Dbpf.c235 size_t (*comp_function)(struct sock_filter * filter, unsigned long k, in bpf_arg_comp() local
245 comp_function = bpf_comp_jeq; in bpf_arg_comp()
249 comp_function = bpf_comp_jeq; in bpf_arg_comp()
253 comp_function = bpf_comp_jge; in bpf_arg_comp()
257 comp_function = bpf_comp_jgt; in bpf_arg_comp()
261 comp_function = bpf_comp_jgt; in bpf_arg_comp()
265 comp_function = bpf_comp_jge; in bpf_arg_comp()
269 comp_function = bpf_comp_jset; in bpf_arg_comp()
273 comp_function = bpf_comp_jin; in bpf_arg_comp()
287 curr_block += comp_function(curr_block, c, jt, jf); in bpf_arg_comp()
/external/curl/lib/
Dhash.h39 typedef size_t (*comp_function) (void *key1, typedef
53 comp_function comp_func;
75 comp_function comparator,
Dhash.c60 comp_function comparator, in Curl_hash_init()