Searched defs:cmp (Results 1 - 25 of 158) sorted by relevance

1234567

/linux-master/arch/mips/math-emu/
H A Ddp_cmp.c12 int ieee754dp_cmp(union ieee754dp x, union ieee754dp y, int cmp, int sig) argument
H A Dsp_cmp.c12 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cmp, int sig) argument
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doption.h13 strncasecmpz(const char *str, const char *cmp, size_t len) argument
/linux-master/arch/powerpc/math-emu/
H A Dfcmpu.c17 long cmp; local
H A Dfcmpo.c17 long cmp; local
/linux-master/lib/
H A Dbsearch.c31 void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) argument
H A Dlist_sort.c16 static struct list_head *merge(void *priv, list_cmp_func_t cmp, argument
52 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, argument
185 list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) argument
[all...]
H A Dtest_list_sort.c47 static int cmp(void *priv, const struct list_head *a, const struct list_head *b) function
H A Dsort.c131 cmp_func_t cmp; member in struct:wrapper
158 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) argument
/linux-master/include/linux/
H A Dbsearch.h8 void *__inline_bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) argument
/linux-master/arch/alpha/include/asm/
H A Dxchg.h131 unsigned long prev, tmp, cmp, addr64; local
157 unsigned long prev, tmp, cmp, addr64; local
183 unsigned long prev, cmp; local
205 unsigned long prev, cmp; local
H A Dfutex.h67 int ret = 0, cmp; local
/linux-master/arch/microblaze/include/asm/
H A Dfutex.h70 int ret = 0, cmp; local
/linux-master/tools/lib/
H A Dlist_sort.c15 static struct list_head *merge(void *priv, list_cmp_func_t cmp, argument
51 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, argument
184 list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) argument
[all...]
/linux-master/arch/xtensa/kernel/
H A Ds32c1i_selftest.c25 static inline int probed_compare_swap(int *v, int cmp, int set) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_strncmp.c8 int cmp; local
/linux-master/lib/crypto/mpi/
H A Dmpi-cmp.c54 int cmp; local
/linux-master/fs/bcachefs/
H A Dbkey_cmp.h12 int cmp; local
/linux-master/net/sched/
H A Dem_cmp.c16 static inline int cmp_needs_transformation(struct tcf_em_cmp *cmp) argument
24 struct tcf_em_cmp *cmp = (struct tcf_em_cmp *) em->data; local
[all...]
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_among.h36 __u32 cmp[2]; member in struct:ebt_mac_wormhash_tuple
/linux-master/tools/testing/selftests/kvm/riscv/
H A Darch_timer.c22 uint64_t xcnt, xcnt_diff_us, cmp; local
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddisp.c166 nvbios_oclk_match(struct nvkm_bios *bios, u16 cmp, u32 khz) argument
/linux-master/tools/perf/util/
H A Dcomm.c66 int cmp; local
/linux-master/tools/testing/selftests/openat2/
H A Dhelpers.c74 bool cmp; local
/linux-master/security/selinux/ss/
H A Dhashtab.h23 int (*cmp)(const void *key1, const void *key2); /* comparison func */ member in struct:hashtab_key_params
77 int cmp = key_params.cmp(key, cur->key); local
109 int cmp = key_params.cmp(key, cur->key); local

Completed in 193 milliseconds

1234567