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

/macosx-10.9.5/file_cmds-230/mtree/
H A Dspecspec.c118 int differs; local
124 differs = 0;
126 differs = n2->flags;
127 mismatch(n1, n2, differs, path);
131 differs = n1->flags;
132 mismatch(n1, n2, differs, path);
136 differs = 0;
137 mismatch(n1, n2, differs, path);
141 differs |= F_CKSUM;
143 differs |
[all...]
/macosx-10.9.5/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.9.5/ruby-104/ruby/win32/
H A Difchange.bat34 :: target does not exist or new file differs from it.
/macosx-10.9.5/emacs-92/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.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DData.pm89 This method is most likely to be used in places outside the header creation. Sets encodingStyle, which specifies an encoding that differs from the one that would otherwise be defaulted to.
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Druby.vim271 " differs on Windows. Email gsinclair@soyabean.com.au if you need help.
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/
H A DDump.pm622 It differs from C<dump($string)> in that it will quote even numbers and
/macosx-10.9.5/CPANInternal-140/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.9.5/CPANInternal-140/Test-Simple/lib/Test/Builder/
H A DTester.pm394 actual output, the red shows which part differs.
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_kmsg.c3460 if (differs) {
3481 INCREMENT_SCATTER(saddr, sdsc_count, differs);
3600 if (differs) {
3613 INCREMENT_SCATTER(saddr, sdsc_count, differs);
/macosx-10.9.5/rsync-42/rsync/
H A Dtech_report.tex167 differs. If this search finds a match, the third-level check is
/macosx-10.9.5/CPANInternal-140/Config-Std/lib/Config/
H A DStd.pm787 variables. If the structure of the hash differs from this, an exception is
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/
H A DYapp.pm184 a rule name (This differs from yacc).
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm184 a rule name (This differs from yacc).
/macosx-10.9.5/CPANInternal-140/Variable-Magic/lib/Variable/
H A DMagic.pm61 Still, the magic made available by this module differs from tieing and overloading in several ways :
/macosx-10.9.5/CPANInternal-140/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.9.5/vim-53/runtime/syntax/
H A Dfortran.vim420 " The default highlighting differs for each dialect.
/macosx-10.9.5/llvmCore-3425.0.33/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.9.5/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.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm2081 The calendar represented does have a year 0, and in that way differs
/macosx-10.9.5/Heimdal-323.92.1/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 462 milliseconds