Searched defs:cmp_func (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ |
D | test_callbacks.py | 193 def cmp_func(a, b): function
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_callbacks.py | 189 def cmp_func(a, b): function
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_vectorize.c | 367 cmp_func(const void *data1, const void *data2) in cmp_func() function
|
D | nir_instr_set.c | 787 cmp_func(const void *data1, const void *data2) in cmp_func() function
|
/external/libexif/libexif/ |
D | exif-data.c | 489 cmp_func (const unsigned char *p1, const unsigned char *p2, ExifByteOrder o) in cmp_func() function
|
/external/python/cpython2/Objects/ |
D | classobject.c | 1673 PyObject *cmp_func; in half_cmp() local
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 90360 typedef int (*cmp_func)(void *, const struct list_head *, const struct list_head *); typedef
|
D | vmlinux.h | 90360 typedef int (*cmp_func)(void *, const struct list_head *, const struct list_head *); typedef
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 57087 typedef int (*cmp_func)(void *, const struct list_head *, const struct list_head *); typedef
|
D | vmlinux_510.h | 57087 typedef int (*cmp_func)(void *, const struct list_head *, const struct list_head *); typedef
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 60381 typedef int (*cmp_func)(void *, const struct list_head *, const struct list_head *); typedef
|
D | vmlinux_505.h | 60381 typedef int (*cmp_func)(void *, const struct list_head *, const struct list_head *); typedef
|