HomeSort by relevance Sort by last modified time
    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 129 size_t (*comp_function)(struct sock_filter *filter, unsigned long k,
139 comp_function = bpf_comp_jeq;
143 comp_function = bpf_comp_jeq;
147 comp_function = bpf_comp_jset;
161 curr_block += comp_function(curr_block, c, jt, jf);

Completed in 65 milliseconds