Searched defs:compar (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | tsearch.c | 23 tsearch(vkey, vrootp, compar) in tsearch() argument 57 tfind(vkey, vrootp, compar) in tfind() argument
|
/third_party/mesa3d/src/util/ |
D | u_qsort.h | 41 int (*compar)(const void*, const void*, void*); member
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
D | nghttp3_ksl.c | 57 void nghttp3_ksl_init(nghttp3_ksl *ksl, nghttp3_ksl_compar compar, in nghttp3_ksl_init() 272 nghttp3_ksl_compar compar) { in ksl_bsearch() 503 static int key_equal(nghttp3_ksl_compar compar, const nghttp3_ksl_key *lhs, in key_equal() 656 nghttp3_ksl_compar compar) { in nghttp3_ksl_lower_bound_compar()
|
D | nghttp3_ksl.h | 144 nghttp3_ksl_compar compar; member
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_ksl.c | 56 void ngtcp2_ksl_init(ngtcp2_ksl *ksl, ngtcp2_ksl_compar compar, size_t keylen, in ngtcp2_ksl_init() 266 const ngtcp2_ksl_key *key, ngtcp2_ksl_compar compar) { in ksl_bsearch() 495 static int key_equal(ngtcp2_ksl_compar compar, const ngtcp2_ksl_key *lhs, in key_equal() 648 ngtcp2_ksl_compar compar) { in ngtcp2_ksl_lower_bound_compar()
|
D | ngtcp2_ksl.h | 142 ngtcp2_ksl_compar compar; member
|
/third_party/toybox/toys/posix/ |
D | cut.c | 170 static int compar(unsigned *a, unsigned *b) in compar() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | scan.c | 2386 int (*compar)(const void *, const void *) = wpa_scan_result_compar; in wpa_supplicant_get_scan_results() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | scan.c | 2755 int (*compar)(const void *, const void *) = wpa_scan_result_compar; in wpa_supplicant_get_scan_results() local
|
/third_party/alsa-lib/src/alisp/ |
D | alisp.c | 3040 static int compar(const void *p1, const void *p2) in compar() function
|