Searched refs:cmp (Results 1 - 25 of 551) sorted by relevance

1234567891011>>

/linux-master/net/sched/
H A Dem_cmp.c16 static inline int cmp_needs_transformation(struct tcf_em_cmp *cmp) argument
18 return unlikely(cmp->flags & TCF_EM_CMP_TRANS);
24 struct tcf_em_cmp *cmp = (struct tcf_em_cmp *) em->data; local
25 unsigned char *ptr = tcf_get_base_ptr(skb, cmp->layer) + cmp->off;
28 if (!tcf_valid_offset(skb, ptr, cmp->align))
31 switch (cmp->align) {
39 if (cmp_needs_transformation(cmp))
49 if (cmp_needs_transformation(cmp))
57 if (cmp
[all...]
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_mp.c103 struct ccu_mp *cmp = data; local
107 if (cmp->common.features & CCU_FEATURE_FIXED_POSTDIV)
108 rate *= cmp->fixed_post_div;
110 max_m = cmp->m.max ?: 1 << cmp->m.width;
111 max_p = cmp->p.max ?: 1 << ((1 << cmp->p.width) - 1);
113 if (!clk_hw_can_set_rate_parent(&cmp->common.hw)) {
120 if (cmp->common.features & CCU_FEATURE_FIXED_POSTDIV)
121 rate /= cmp
128 struct ccu_mp *cmp = hw_to_ccu_mp(hw); local
135 struct ccu_mp *cmp = hw_to_ccu_mp(hw); local
142 struct ccu_mp *cmp = hw_to_ccu_mp(hw); local
150 struct ccu_mp *cmp = hw_to_ccu_mp(hw); local
180 struct ccu_mp *cmp = hw_to_ccu_mp(hw); local
189 struct ccu_mp *cmp = hw_to_ccu_mp(hw); local
225 struct ccu_mp *cmp = hw_to_ccu_mp(hw); local
232 struct ccu_mp *cmp = hw_to_ccu_mp(hw); local
[all...]
/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
30 return (cmp & IEEE754_CUN) != 0;
41 return (cmp & IEEE754_CLT) != 0;
43 return (cmp & IEEE754_CEQ) != 0;
45 return (cmp & IEEE754_CGT) != 0;
H A Dsp_cmp.c12 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cmp, int sig) argument
30 return (cmp & IEEE754_CUN) != 0;
41 return (cmp & IEEE754_CLT) != 0;
43 return (cmp & IEEE754_CEQ) != 0;
45 return (cmp & IEEE754_CGT) != 0;
/linux-master/arch/powerpc/math-emu/
H A Dfcmpu.c17 long cmp; local
31 FP_CMP_D(cmp, A, B, 2);
32 cmp = code[(cmp + 1) & 3];
35 __FPU_FPSCR |= (cmp << 12);
38 *ccr |= (cmp << ((7 - crfD) << 2));
H A Dfcmpo.c17 long cmp; local
34 FP_CMP_D(cmp, A, B, 2);
35 cmp = code[(cmp + 1) & 3];
38 __FPU_FPSCR |= (cmp << 12);
41 *ccr |= (cmp << ((7 - crfD) << 2));
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Doption.h11 /* compares unterminated string 'str' with zero-terminated string 'cmp' */
13 strncasecmpz(const char *str, const char *cmp, size_t len) argument
15 if (strlen(cmp) != len)
17 return strncasecmp(str, cmp, len);
/linux-master/lib/
H A Dbsearch.c19 * @cmp: pointer to comparison function
31 void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) argument
33 return __inline_bsearch(key, base, num, size, cmp);
/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
15 result = cmp(key, pivot);
30 extern void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp);
H A Dlist_sort.h13 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp);
/linux-master/arch/sparc/lib/
H A Dstrncmp_32.S15 cmp %o2, 3
27 cmp %o0, 0
31 cmp %o0, %g2
43 cmp %o0, 0
47 cmp %o0, %g2
59 cmp %o0, 0
63 cmp %o0, %g2
75 cmp %o0, 0
79 cmp %o0, %g2
88 cmp
[all...]
H A Dmemscan_32.S23 cmp %o1, 0
36 cmp %g3, 0
84 cmp %g2, 0
93 cmp %g2, 0
101 cmp %g2, 0
109 cmp %g2, 0
123 cmp %o2, 0
131 cmp %g2, %o1
/linux-master/arch/hexagon/lib/
H A Dumodsi3.S12 p0 = cmp.gtu(r1,r0)
20 p1 = cmp.eq(r2,#0)
26 p0 = cmp.gtu(r2,r0)
32 p0 = cmp.gtu(r2,r0)
H A Ddivsi3.S10 p0 = cmp.gt(r0,#-1)
11 p1 = cmp.gt(r1,#-1)
18 p0 = cmp.gtu(r3,r2)
23 p1 = cmp.gtu(r3,r4)
35 p0 = cmp.gtu(r6,#4)
52 p0 = cmp.gtu(r4,r2)
58 p0 = cmp.gtu(r6,r2)
H A Dmemcpy_likely_aligned.S19 p0 = cmp.gtu(r2,#64)
25 p0 = cmp.gtu(r2,#32)
28 p1 = cmp.gtu(r2,#40)
29 p2 = cmp.gtu(r2,#48)
43 p0 = cmp.gtu(r2,#56)
H A Dmodsi3.S10 p2 = cmp.ge(r0,#0)
17 p0 = cmp.gtu(r1,r2)
24 p1 = cmp.eq(r3,#0)
32 p0 = cmp.gtu(r2,r0)
38 p0 = cmp.gtu(r2,r0)
H A Dudivsi3.S13 p0 = cmp.gtu(r1,r0)
28 p0 = cmp.gtu(r2,r1)
34 p0 = cmp.gtu(r2,r1)
H A Dmemset.S29 p0 = cmp.eq(r2, #0)
30 p1 = cmp.gtu(r2, #7)
59 p1 = cmp.eq(r2, #1)
72 p1 = cmp.eq(r2, #2)
84 p0 = cmp.gtu(r2, #7)
85 p1 = cmp.eq(r2, #4)
91 p0 = cmp.gtu(r2, #11)
98 p1 = cmp.eq(r3, #1)
114 p1 = cmp.eq(r2, #8)
125 p1 = cmp
[all...]
/linux-master/tools/include/linux/
H A Dlist_sort.h13 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp);
/linux-master/tools/lib/
H A Dlist_sort.c15 static struct list_head *merge(void *priv, list_cmp_func_t cmp, argument
22 if (cmp(priv, a, b) <= 0) {
51 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head, argument
59 if (cmp(priv, a, b) <= 0) {
85 * element comparison is needed, so the client's cmp()
89 cmp(priv, b, b);
102 * @priv: private data, opaque to list_sort(), passed to @cmp
104 * @cmp: the elements comparison function
106 * The comparison function @cmp must return > 0 if @a should sort after
113 * This is compatible with two styles of @cmp functio
184 list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp) argument
[all...]
/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
79 if (cmp == 0)
81 if (cmp < 0)
109 int cmp = key_params.cmp(key, cur->key); local
111 if (cmp == 0)
113 if (cmp < 0)
/linux-master/arch/alpha/include/asm/
H A Dxchg.h131 unsigned long prev, tmp, cmp, addr64; local
148 : "=&r" (prev), "=&r" (new), "=&r" (tmp), "=&r" (cmp), "=&r" (addr64)
157 unsigned long prev, tmp, cmp, addr64; local
174 : "=&r" (prev), "=&r" (new), "=&r" (tmp), "=&r" (cmp), "=&r" (addr64)
183 unsigned long prev, cmp; local
196 : "=&r"(prev), "=&r"(cmp), "=m"(*m)
205 unsigned long prev, cmp; local
218 : "=&r"(prev), "=&r"(cmp), "=m"(*m)
/linux-master/scripts/
H A DMakefile.kcov3 kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp
/linux-master/arch/sparc/include/asm/
H A Dasm.h28 cmp REG, 0; \
31 cmp REG, 0; \
34 cmp REG, 0; \
37 cmp REG, 0; \
/linux-master/arch/arm64/lib/
H A Dstrchr.S24 cmp w2, w1
28 cmp w2, w1

Completed in 594 milliseconds

1234567891011>>