Searched refs:compare (Results 1 - 25 of 100) sorted by relevance

1234

/src/tests/usr.bin/xlint/lint1/
H A Dmsg_107.c10 compare(double d, void *ptr) function in typeref:typename:void
H A Dmsg_123.c12 compare(_Bool b, int i, double d, const char *p) function in typeref:typename:void
/src/usr.sbin/pf/
H A DMakefile.inc3 WARNS?= 1 # XXX -Wshadow -Wcast-qual -Wsign-compare
4 CWARNFLAGS.clang+= -Wno-tautological-compare
/src/sys/external/bsd/drm2/linux/
H A Dlinux_list_sort.c53 int (*compare)(void *, struct list_head *, struct list_head *))
87 compare, arg);
108 sorted = list_sort_merge(accumulator[logn], sorted, compare,
115 list_sort_merge_into(list, accumulator[max_logn], sorted, compare,
126 int (*compare)(void *, struct list_head *, struct list_head *), void *arg)
134 struct list_head **const first = ((*compare)(arg, a, b) <= 0?
156 int (*compare)(void *, struct list_head *, struct list_head *), void *arg)
164 struct list_head **const first = ((*compare)(arg, a, b) <= 0?
/src/common/lib/libc/arch/m68k/string/
H A Dbcmp.S104 * of the same evenness, we're forced to do a bytewise compare.
127 /* compare by 8 longwords */
134 CMPML((%a0)+,(%a1)+) | compare 1 of 8 longwords
136 CMPML((%a0)+,(%a1)+) | compare 2 of 8 longwords
138 CMPML((%a0)+,(%a1)+) | compare 3 of 8 longwords
140 CMPML((%a0)+,(%a1)+) | compare 4 of 8 longwords
142 CMPML((%a0)+,(%a1)+) | compare 5 of 8 longwords
144 CMPML((%a0)+,(%a1)+) | compare 6 of 8 longwords
146 CMPML((%a0)+,(%a1)+) | compare 7 of 8 longwords
148 CMPML((%a0)+,(%a1)+) | compare
[all...]
H A Dmemcmp.S77 CMPMB((%a0)+,(%a1)+) | yes, compare a byte
84 jne .Lbcbloop | yes, no hope for alignment, compare bytes
89 CMPML((%a0)+,(%a1)+) | compare a longword
96 CMPMB((%a0)+,(%a1)+) | compare a byte
/src/sys/modules/dtrace/sdt/
H A DMakefile14 CPPFLAGS+= -Wno-sign-compare
/src/usr.bin/spell/spellprog/
H A Dlook.c55 static int compare(u_char *, u_char *, u_char *);
129 if (compare(string, p, back) > 0)
156 result = compare(string, front, back);
168 compare(u_char *s1, u_char *s2, u_char *back) function in typeref:typename:int
/src/usr.sbin/ndbootd/
H A DMakefile3 WARNS?= 1 # XXX -Wsign-compare -Wshadow
17 CWARNFLAGS.clang+= -Wno-tautological-compare
/src/sbin/newfs_ext2fs/
H A DMakefile4 CWARNFLAGS+= -Wno-sign-compare
/src/usr.bin/comm/
H A Dcomm.c73 int (*compare)(const char*,const char*); local in function:main
79 compare = strcoll;
92 compare = strcasecmp;
137 if (!(comp = compare(line1, line2))) {
/src/usr.sbin/bootp/common/
H A Dhash.c185 hash_Exists(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare,
192 if ((*compare) (key, memberptr->data)) {
205 * to determine the bucket number, and "compare" and "key" to determine
214 hash_Insert(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare,
220 if (hash_Exists(hashtable, hashcode, compare, key)) {
243 hash_Delete(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare,
259 while (memberptr && (*compare) (key, memberptr->data)) {
278 if ((*compare) (key, memberptr->data)) {
306 hash_Lookup(hash_tbl *hashtable, unsigned int hashcode, hash_cmpfp compare,
313 if ((*compare) (ke
181 hash_Exists(hash_tbl * hashtable,unsigned int hashcode,hash_cmpfp compare,hash_datum * key) argument
209 hash_Insert(hash_tbl * hashtable,unsigned int hashcode,hash_cmpfp compare,hash_datum * key,hash_datum * element) argument
237 hash_Delete(hash_tbl * hashtable,unsigned int hashcode,hash_cmpfp compare,hash_datum * key,hash_freefp free_data) argument
299 hash_Lookup(hash_tbl * hashtable,unsigned int hashcode,hash_cmpfp compare,hash_datum * key) argument
[all...]
/src/usr.sbin/mtree/
H A DMakefile10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
/src/sys/arch/sparc64/sparc64/
H A Dlock_stubs.s60 CASPTR [%o0], %g0, %o1 ! compare-and-swap
80 CASPTR [%o0], %o1, %o2 ! compare-and-swap
/src/usr.bin/look/
H A Dlook.c90 static int compare(char *, char *, char *);
236 if (compare(string, p, back) == GREATER)
261 switch (compare(string, front, back)) {
282 for (; front < back && compare(string, front, back) == EQUAL; ++front) {
305 compare(char *s1, char *s2, char *back) function in typeref:typename:int
/src/sys/lib/libkern/arch/m68k/
H A Dskpc.S55 cmpb (%a0)+,%d1 | compare with mask
H A Dscanc.S50 movl 12(%sp),%a1 | table to compare with
/src/sys/modules/compat_50/
H A DMakefile23 COPTS.rtsock_50.c+=-Wno-sign-compare
/src/lib/libc/arch/mips/string/
H A Dbcmp.S53 xor v0, a0, a1 # compare low two bits of addresses
72 lw v0, 0(a0) # compare words
86 lbu v0, 0(a0) # compare bytes until a1 word aligned
98 LWHI v0, 0(a0) # compare words a0 unaligned, a1 aligned
/src/sbin/fsck_ext2fs/
H A DMakefile15 CWARNFLAGS.clang+= -Wno-error=tautological-pointer-compare
/src/common/lib/libc/arch/mips/string/
H A Dstrcmp.S47 lbu t0, 0(a0) # get two bytes and compare them
/src/lib/libc/arch/vax/string/
H A Dmemcmp.S59 7: # backup, and do a byte compare
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerCommand.h87 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
98 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
118 return Arg.compare(0, std::string::npos, Other, 0, Arg.length()) == 0;
/src/sys/modules/cyclic/
H A DMakefile28 CPPFLAGS+= -Wno-unknown-pragmas -Wno-cast-qual -Wno-sign-compare
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A DMakefile55 CFLAGS_$(AMDDALPATH)/dc/calcs/dcn_calc_math.o := $(calcs_ccflags) -Wno-tautological-compare

Completed in 13 milliseconds

1234