HomeSort by: relevance | last modified time | path
    Searched refs:compare (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/tests/lib/libcurses/tests/
echo 10 compare /dev/null
14 compare /dev/null
18 compare /dev/null
timeout 21 compare timeout.chk
mutt_test 10 compare mutt_test2.chk
17 compare mutt_test3.chk
23 compare mutt_test4.chk
44 compare mutt_test5.chk
59 compare mutt_test6.chk
91 compare mutt_test8.chk
109 compare mutt_test9.chk
  /src/tests/usr.bin/xlint/lint1/
msg_107.c 10 compare(double d, void *ptr) function in typeref:typename:void
msg_123.c 12 compare(_Bool b, int i, double d, const char *p) function in typeref:typename:void
  /src/sys/external/bsd/drm2/linux/
linux_list_sort.c 53 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/
bcmp.S 104 * 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 8 of 8 longword
    [all...]
memcmp.S 77 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/
Makefile 14 CPPFLAGS+= -Wno-sign-compare
  /src/usr.bin/spell/spellprog/
look.c 55 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/
Makefile 3 WARNS?= 1 # XXX -Wsign-compare -Wshadow
17 CWARNFLAGS.clang+= -Wno-tautological-compare
  /src/usr.bin/comm/
comm.c 73 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/
hash.c 185 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) (key, memberptr->data))
    [all...]
  /src/usr.sbin/mtree/
Makefile 10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
  /src/sbin/newfs_ext2fs/
Makefile 4 CWARNFLAGS+= -Wno-sign-compare
  /src/sys/arch/sparc64/sparc64/
lock_stubs.s 60 CASPTR [%o0], %g0, %o1 ! compare-and-swap
80 CASPTR [%o0], %o1, %o2 ! compare-and-swap
  /src/usr.bin/look/
look.c 90 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) {
298 * Compare understands about the -f and -d flags, and treats comparisons
305 compare(char *s1, char *s2, char *back) function in typeref:typename:int
  /src/common/lib/libc/arch/mips/string/
strcmp.S 47 lbu t0, 0(a0) # get two bytes and compare them
  /src/lib/libc/arch/mips/string/
bcmp.S 53 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/
Makefile 15 CWARNFLAGS.clang+= -Wno-error=tautological-pointer-compare
  /src/sys/lib/libkern/arch/m68k/
skpc.S 55 cmpb (%a0)+,%d1 | compare with mask
  /src/sys/modules/compat_50/
Makefile 23 COPTS.rtsock_50.c+=-Wno-sign-compare
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerCommand.h 87 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/lib/libc/arch/vax/string/
memcmp.S 59 7: # backup, and do a byte compare
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
Makefile 55 CFLAGS_$(AMDDALPATH)/dc/calcs/dcn_calc_math.o := $(calcs_ccflags) -Wno-tautological-compare

Completed in 20 milliseconds

1 2 3 4