Home
last modified time | relevance | path

Searched refs:compared (Results 1 – 25 of 114) sorted by relevance

12345

/freebsd-10-stable/contrib/apr/tables/
Dapr_skiplist.c309 int compared = comp(data, m->next->data); in skiplisti_find_compare() local
310 if (compared == 0) { in skiplisti_find_compare()
318 if (compared > 0) { in skiplisti_find_compare()
436 int compared = comp(data, m->next->data); in apr_skiplist_insert_compare() local
437 if (compared == 0) { in apr_skiplist_insert_compare()
442 if (compared > 0) { in apr_skiplist_insert_compare()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Ddiff_editor.c170 apr_hash_t *compared; member
307 db->compared = apr_hash_make(dir_pool); in make_dir_baton()
576 apr_hash_t *compared, in walk_local_nodes_diff() argument
612 if (compared) in walk_local_nodes_diff()
677 if (compared && svn_hash_gets(compared, name)) in walk_local_nodes_diff()
830 if (compared) in walk_local_nodes_diff()
1558 svn_hash_sets(pb->compared, apr_pstrdup(pb->pool, db->name), ""); in add_directory()
1619 svn_hash_sets(pb->compared, in open_directory()
1635 svn_hash_sets(pb->compared, apr_pstrdup(pb->pool, db->name), ""); in open_directory()
1688 svn_hash_sets(db->compared, name, ""); in close_directory()
[all …]
/freebsd-10-stable/contrib/zlib/doc/
Dalgorithm.txt24 strings in the chain are compared with the current input string, and
182 be constructed. That's compared to 64 entries for a single table. Or
183 compared to 16 entries for a Huffman tree (six two entry tables and one four
185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
/freebsd-10-stable/contrib/texinfo/
DFREEBSD-upgrade27 in the "normal" way. The resulting config.h file should be compared
/freebsd-10-stable/contrib/wpa/
DREADME18 Source code files were moved around in v0.6.x releases and compared to
/freebsd-10-stable/contrib/top/
Dtop.local.hs14 * "FSCALE" before being compared to avenrun[0]. Therefore, "LoadMax"
/freebsd-10-stable/crypto/openssl/doc/crypto/
DOPENSSL_VERSION_NUMBER.pod49 SSLeay() returns this number. The return value can be compared to the
DASN1_STRING_length.pod39 are identical. The string types and content are compared.
/freebsd-10-stable/contrib/gcc/doc/
Dfrontends.texi51 @cindex compiler compared to C++ preprocessor
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/
DREADME18 associated with the specified key is compared to the specified
/freebsd-10-stable/lib/libc/db/test/
DREADME26 associated with the specified key is compared to the specified
/freebsd-10-stable/contrib/apr/docs/
Dincomplete_types63 varying results on Windows and OS2 when compared to Unix.
/freebsd-10-stable/contrib/gcc/config/rs6000/
Ddarwin-ldouble-format62 Two long doubles can be compared by comparing the high parts, and if
/freebsd-10-stable/contrib/amd/
DFREEBSD-upgrade19 the "normal" way. The resulting config.h file should be compared with
/freebsd-10-stable/contrib/netbsd-tests/lib/libcurses/
Dtestframe.txt25 compared against expected output held in a file and any differences
126 to the file. The contents of this file will be compared byte by
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Docs/
DFaq86 especially when compared to the disruptive behaviour of truss (See
/freebsd-10-stable/crypto/openssh/
DPROTOCOL.chacha20poly130575 MAC is then compared in constant time with the one appended to the
/freebsd-10-stable/contrib/ipfilter/
DREADME62 packet is compared to the entire list from top to bottom, the last matching
/freebsd-10-stable/contrib/unbound/doc/
DTODO63 compared to the absolute time, and now-expired items can be dealt with.
/freebsd-10-stable/contrib/sendmail/cf/cf/
Dknecht.mc202 # since Outlook Express 5.0 and 4.0 were not compared.
/freebsd-10-stable/contrib/bzip2/
DREADME145 WHAT'S NEW IN 0.9.0 (as compared to 0.1pl2) ?
/freebsd-10-stable/crypto/heimdal/lib/wind/
Drfc3490.txt197 are valid and how they are compared.)
415 4) Whenever two labels are compared, they MUST be considered to match
418 ASCII comparison. Whenever two names are compared, they MUST be
1052 compared with the old to spot backwards incompatible changes. If
1085 Domain names (or portions of them) are sometimes compared against a
/freebsd-10-stable/contrib/libucl/
DREADME.md297 parsing and emitting and compared it with UCL. Here are results:
/freebsd-10-stable/contrib/ldns/ldns/
Dutil.h.in285 * to which the time value is compared to determine the final value.
/freebsd-10-stable/contrib/diff/
DNEWS86 * On 64-bit hosts, files larger than 2 GB can be compared.

12345