OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comp_function
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
hash.h
39
typedef size_t (*
comp_function
) (void* key1,
typedef
53
comp_function
comp_func;
74
comp_function
comparator,
hash.c
62
comp_function
comparator,
/external/minijail/
bpf.c
142
size_t (*
comp_function
)(struct sock_filter * filter, unsigned long k,
152
comp_function
= bpf_comp_jeq;
156
comp_function
= bpf_comp_jeq;
160
comp_function
= bpf_comp_jset;
164
comp_function
= bpf_comp_jin;
178
curr_block +=
comp_function
(curr_block, c, jt, jf);
Completed in 320 milliseconds