Searched refs:differs (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/file_cmds-242/mtree/
H A Dspecspec.c118 int differs; local
124 differs = 0;
128 differs = n2->flags;
129 mismatch(n1, n2, differs, path);
132 differs = n1->flags;
133 mismatch(n1, n2, differs, path);
136 differs = 0;
137 mismatch(n1, n2, differs, path);
141 differs |= F_CKSUM;
143 differs |
[all...]
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dmtsm.h35 int differs(int_value);
51 int differs(units_value);
61 int differs(string_value);
H A Dmtsm.cpp44 if (differs(compare)) {
74 int int_value::differs(int_value compare) function in class:int_value
90 if (differs(compare)) {
111 if (differs(compare)) {
130 int units_value::differs(units_value compare) function in class:units_value
147 if (differs(compare)) {
169 int string_value::differs(string_value compare) function in class:string_value
296 if (newer->int_values[t].differs(older->int_values[t])
303 if (newer->units_values[t].differs(older->units_values[t])
310 if (newer->bool_values[t].differs(olde
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/importExport/
H A DimportExportKeyTool92 echo Raw $FORMAT public key differs after import/export
101 echo Raw $FORMAT private key differs after import/export
/macosx-10.10/ruby-106/ruby/win32/
H A Difchange.bat34 :: target does not exist or new file differs from it.
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfaces.el244 (defun face-differs-from-default-p (face &optional frame)
253 (differs nil))
254 (while (and attrs (not differs))
261 (setq differs attr))))
262 differs))
/macosx-10.10/vim-55/runtime/ftplugin/
H A Druby.vim271 " differs on Windows. Email gsinclair@soyabean.com.au if you need help.
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/
H A DDump.pm632 It differs from C<dump($string)> in that it will quote even numbers and
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DTester.pm416 part differs.
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c3498 if (differs) {
3519 INCREMENT_SCATTER(saddr, sdsc_count, differs);
3638 if (differs) {
3651 INCREMENT_SCATTER(saddr, sdsc_count, differs);
/macosx-10.10/rsync-45/rsync/
H A Dtech_report.tex167 differs. If this search finds a match, the third-level check is
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm184 a rule name (This differs from yacc).
/macosx-10.10/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm854 variables. If the structure of the hash differs from this, an exception is
/macosx-10.10/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm856 variables. If the structure of the hash differs from this, an exception is
/macosx-10.10/vim-55/runtime/syntax/
H A Dfortran.vim420 " The default highlighting differs for each dialect.
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli1163 global differs, then a bitcast to [ty] is returned. *)
1170 the type of the existing global differs, then a bitcast to [ty] is
1292 it is returned. If the type of the existing function differs, then a bitcast
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm673 version 2 or greater interface differs, B<DB_File> arranges for it to work
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex2175 This algorithm multiplies an mp\_int by the $b$'th power of $x$. This is equivalent to multiplying by $\beta^b$. The algorithm differs
2559 Algorithm s\_mp\_mul\_digs differs from these cited references since it can produce a variable output precision regardless of the precision of the
5491 The implementation of this algorithm differs slightly from the pseudo code presented previously. In this algorithm either of the quotient $c$ or

Completed in 348 milliseconds