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

1234567

/freebsd-10.0-release/contrib/apr-util/include/
H A Dapr_strmatch.h44 /** Function called to compare */
45 const char *(*compare)(const apr_strmatch_pattern *this_pattern, member in struct:apr_strmatch_pattern
64 #define apr_strmatch(pattern, s, slen) (*((pattern)->compare))((pattern), (s), (slen))
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dstore-test.c48 compare(const char *name, krb5_storage *sp, void *expected, size_t len) function
80 nerr += compare("Integer", sp, "\x1\x2\x3\x4", 4);
85 nerr += compare("Integer (LE)", sp, "\x4\x3\x2\x1", 4);
90 nerr += compare("Integer (BE)", sp, "\x1\x2\x3\x4", 4);
102 nerr += compare("Integer (host)", sp, data, 4);
109 nerr += compare("Principal", sp, "\x0\x0\x0\x1"
H A Dkrb5_ccapi.h156 cc_int32 (*compare)(cc_credentials_t, cc_credentials_t, cc_uint32*); member in struct:cc_credentials_functions
199 cc_int32 (*compare)(cc_ccache_t, cc_ccache_t, cc_uint32*); member in struct:cc_ccache_functions
224 cc_int32 (*compare)(cc_context_t, cc_context_t, cc_uint32*); member in struct:cc_context_functions
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DPriorityQueue.h30 explicit PriorityQueue(const Compare &compare = Compare(),
32 : std::priority_queue<T, Sequence, Compare>(compare, sequence)
37 const Compare &compare = Compare(),
39 : std::priority_queue<T, Sequence, Compare>(begin, end, compare, sequence)
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dmtsm.cpp42 void int_value::diff(FILE *fp, const char *s, int_value compare) argument
44 if (differs(compare)) {
48 fputs(i_to_a(compare.value), fp);
50 value = compare.value;
74 int int_value::differs(int_value compare) argument
76 return compare.is_known
77 && (!is_known || value != compare.value);
88 void bool_value::diff(FILE *fp, const char *s, bool_value compare) argument
90 if (differs(compare)) {
94 value = compare
109 diff(FILE *fp, const char *s, units_value compare) argument
130 differs(units_value compare) argument
145 diff(FILE *fp, const char *s, string_value compare) argument
169 differs(string_value compare) argument
199 flush(FILE *fp, statem *compare) argument
[all...]
/freebsd-10.0-release/libexec/bootpd/
H A Dhash.c196 hash_Exists(hashtable, hashcode, compare, key)
199 hash_cmpfp compare;
206 if ((*compare) (key, memberptr->data)) {
219 * to determine the bucket number, and "compare" and "key" to determine
228 hash_Insert(hashtable, hashcode, compare, key, element)
231 hash_cmpfp compare;
237 if (hash_Exists(hashtable, hashcode, compare, key)) {
260 hash_Delete(hashtable, hashcode, compare, key, free_data)
263 hash_cmpfp compare;
280 while (memberptr && (*compare) (ke
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp31 return LHSS->getName().compare(RHSS->getName());
/freebsd-10.0-release/contrib/mtree/
H A DMakefile10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
H A Dextern.h64 int compare(NODE *, FTSENT *);
/freebsd-10.0-release/usr.sbin/mtree/
H A Dextern.h35 int compare(char *, NODE *, FTSENT *);
H A DMakefile10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c verify.c
/freebsd-10.0-release/contrib/apr-util/strmatch/
H A Dapr_strmatch.c94 pattern->compare = match_no_op;
104 pattern->compare = match_boyer_moore_horspool;
110 pattern->compare = match_boyer_moore_horspool_nocase;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp338 if (key.compare("name") == 0)
345 else if (key.compare("name_match") == 0)
347 if (value.compare("equals") == 0)
351 else if (value.compare("starts_with") == 0)
355 else if (value.compare("ends_with") == 0)
359 else if (value.compare("contains") == 0)
363 else if (value.compare("regex") == 0)
372 else if (key.compare("pid") == 0)
376 else if (key.compare("parent_pid") == 0)
380 else if (key.compare("ui
[all...]
H A DGDBRemoteCommunicationClient.cpp444 if (name.compare("thread_used_id") == 0)
455 if (usec_name.compare("thread_used_usec") == 0)
1121 if (name.compare("cputype") == 0)
1128 else if (name.compare("cpusubtype") == 0)
1135 else if (name.compare("arch") == 0)
1140 else if (name.compare("triple") == 0)
1148 else if (name.compare("os_build") == 0)
1155 else if (name.compare("hostname") == 0)
1162 else if (name.compare("os_kernel") == 0)
1169 else if (name.compare("ostyp
[all...]
/freebsd-10.0-release/contrib/ofed/libmlx4/src/
H A Dwqe.h110 uint64_t compare; member in struct:mlx4_wqe_atomic_seg
/freebsd-10.0-release/lib/libc/mips/string/
H A Dbcmp.S59 xor v0, a0, a1 # compare low two bits of addresses
78 lw v0, 0(a0) # compare words
92 lbu v0, 0(a0) # compare bytes until a1 word aligned
104 LWHI v0, 0(a0) # compare words a0 unaligned, a1 aligned
H A Dstrcmp.S52 lbu t0, 0(a0) # get two bytes and compare them
/freebsd-10.0-release/tools/tools/zfsboottest/
H A DMakefile18 -W -Wextra -Wno-sign-compare -Wno-unused-parameter
/freebsd-10.0-release/usr.bin/look/
H A Dlook.c83 static int compare(wchar_t *, unsigned char *, unsigned char *);
252 if (compare(string, p, back) == GREATER)
277 switch (compare(string, front, back)) {
296 for (; front < back && compare(string, front, back) == EQUAL; ++front) {
319 compare(wchar_t *s1, unsigned char *s2, unsigned char *back) function
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dbasic_string.h1917 * @param str String to compare against.
1923 * compare as the smallest of size() and str.size(). The function
1924 * then compares the two strings by calling traits::compare(data(),
1929 compare(const basic_string& __str) const function in class:basic_string
1935 int __r = traits_type::compare(_M_data(), __str.data(), __len);
1945 * @param str String to compare against.
1952 * rlen of the strings to compare as the smallest of the length of the
1954 * strings by calling traits::compare(substring.data(),str.data(),rlen).
1959 compare(size_type __pos, size_type __n, const basic_string& __str) const;
1965 * @param str String to compare agains
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dvstring.h1655 * @param str String to compare against.
1661 * compare as the smallest of size() and str.size(). The function
1662 * then compares the two strings by calling traits::compare(data(),
1667 compare(const __versa_string& __str) const function in class:__versa_string
1676 int __r = traits_type::compare(this->_M_data(), __str.data(), __len);
1686 * @param str String to compare against.
1693 * rlen of the strings to compare as the smallest of the length of the
1695 * strings by calling traits::compare(substring.data(),str.data(),rlen).
1700 compare(size_type __pos, size_type __n,
1707 * @param str String to compare agains
[all...]
/freebsd-10.0-release/contrib/ofed/libmthca/src/
H A Dwqe.h101 uint64_t compare; member in struct:mthca_atomic_seg
/freebsd-10.0-release/contrib/ofed/management/opensm/include/opensm/
H A Dst.h60 int (*compare) (void *, void *); member in struct:st_hash_type
/freebsd-10.0-release/contrib/top/
H A Dm-template100 caddr_t get_process_info(si, sel, compare)
104 int (*compare)();
202 /* compare percent cpu (pctcpu) */
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h98 __be64 compare; member in struct:mthca_atomic_seg

Completed in 124 milliseconds

1234567