Home
last modified time | relevance | path

Searched defs:cmp_func (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/util/
Du_qsort_test.cpp31 cmp_func(const void *a, const void *b, void *ctx) in cmp_func() function
/third_party/glib/glib/
Dgsequence.c219 GCompareDataFunc cmp_func; member
689 GCompareDataFunc cmp_func, in g_sequence_sort()
730 GCompareDataFunc cmp_func, in g_sequence_insert_sorted()
767 GCompareDataFunc cmp_func, in g_sequence_sort_changed()
815 GCompareDataFunc cmp_func, in g_sequence_search()
860 GCompareDataFunc cmp_func, in g_sequence_lookup()
893 GSequenceIterCompareFunc cmp_func, in g_sequence_sort_iter()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_cse.c103 cmp_func(const void *data1, const void *data2) in cmp_func() function
/third_party/ffmpeg/libavcodec/
Dmotion_est.c109 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, int qpel){ in cmp_direct_inline()
181 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, int qpel, int chroma){ in cmp_inline()
233 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func){ in cmp_simple()
239 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){ in cmp_fpel_internal()
249 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){ in cmp_internal()
262 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){ in cmp()
277 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){ in cmp_hpel()
287 me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags){ in cmp_qpel()
/third_party/openssl/crypto/objects/
Do_names.c51 int (*cmp_func) (const char *a, const char *b); member
/third_party/python/Lib/ctypes/test/
Dtest_callbacks.py189 def cmp_func(a, b): function
/third_party/mesa3d/src/compiler/nir/
Dnir_instr_set.c787 cmp_func(const void *data1, const void *data2) in cmp_func() function
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc341 …auto cmp_func = [](const std::pair<std::string, OpInfo> &a, const std::pair<std::string, OpInfo> &… in OpsParser() local
/third_party/libexif/libexif/
Dexif-data.c538 cmp_func (const unsigned char *p1, const unsigned char *p2, ExifByteOrder o) in cmp_func() function
/third_party/ffmpeg/libavfilter/
Dvf_palettegen.c109 typedef int (*cmp_func)(const void *, const void *); typedef
Dvf_paletteuse.c593 typedef int (*cmp_func)(const void *, const void *); typedef