Searched refs:compare (Results 51 - 75 of 754) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp31 return LHSS->getName().compare(RHSS->getName());
/macosx-10.10.1/swig-12/Lib/ocaml/
H A Dstd_string.i52 int compare( const basic_string<charT> &other ) const;
53 int compare( const charT *str ) const;
60 return self->compare( other ) == 0;
63 return self->compare( other ) != 0;
66 return self->compare( other ) == -1;
69 return self->compare( other ) == 1;
72 return self->compare( other ) != 1;
75 return self->compare( other ) != -1;
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/other/
H A Dtest-gmpq.tcl22 if {[string compare [$op $op1 $op2] $result] != 0} {
35 if {[string compare [$op $op1] $result] != 0} {
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dsplay.c34 #define compare(i,j) Curl_splaycomparekeys((i),(j)) macro
52 comp = compare(i, t->key);
56 if(compare(i, t->smaller->key) < 0) {
71 if(compare(i, t->larger->key) > 0) {
111 if(compare(i, t->key)==0) {
135 else if(compare(i, t->key) < 0) {
166 if(compare(i, t->key) < 0) {
177 if(compare(i, t->key) >= 0) { /* found it */
232 if(compare(KEY_NOTUSED, removenode->key) == 0) {
257 We cannot just compare th
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A DdirViewer.tcl112 if {[string compare $dir ""] != 0 &&
115 if {[string compare $nodeIdx "root"] == 0} {
120 if {[string compare $choice "ok"] == 0} {
132 if {[string compare $nodeIdx "root"] == 0} {
133 if {[string compare $dir ""] == 0} {
152 if {[string compare $dir ""] == 0} {
185 if {[string compare $name ""] == 0} { ;# file
203 if {[string compare $nodeIdx "root"] == 0} {
209 if {[string compare $dir ""] == 0} {
214 if {[string compare
[all...]
H A DdirViewer_tile.tcl118 if {[string compare $dir ""] != 0 &&
121 if {[string compare $nodeIdx "root"] == 0} {
126 if {[string compare $choice "ok"] == 0} {
138 if {[string compare $nodeIdx "root"] == 0} {
139 if {[string compare $dir ""] == 0} {
158 if {[string compare $dir ""] == 0} {
191 if {[string compare $name ""] == 0} { ;# file
209 if {[string compare $nodeIdx "root"] == 0} {
215 if {[string compare $dir ""] == 0} {
220 if {[string compare
[all...]
H A Doption.tcl21 if {[string compare $winSys "x11"] == 0} {
H A Dconfig.tcl32 if {[string compare $winSys "x11"] == 0} {
47 if {[string compare $winSys "classic"] == 0} {
173 if {[string compare $default $current] != 0} {
199 set changed1 [expr {[string compare $default1 $current1] != 0}]
200 set changed2 [expr {[string compare $default2 $current2] != 0}]
202 return [string compare $opt1 $opt2]
240 if {[string compare $default $text] == 0} {
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/util/keyrange/
H A DKeyRange.java125 return (compare(key, beginKey) == 0);
137 return (compare(key, beginKey) == 0);
164 return compare(key, beginKey) > 0;
166 return compare(key, beginKey) >= 0;
179 return compare(key, endKey) < 0;
181 return compare(key, endKey) <= 0;
188 public int compare(DatabaseEntry key1, DatabaseEntry key2) { method in class:KeyRange
191 return comparator.compare(getByteArray(key1), getByteArray(key2));
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtestenc.com23 $ backup/compare 'test' 'test'-clear
30 $ backup/compare 'test' 'test'-clear
48 $ backup/compare 'test' 'test'-'i'-clear
55 $ backup/compare 'test' 'test'-'i'-clear
/macosx-10.10.1/file_cmds-242/mtree/
H A Dextern.h35 int compare(char *, NODE *, FTSENT *);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreText-2.5.1/PyObjCTest/
H A Dtest_ctfontcollection.py36 def compare(a, b, ctx): function in function:TestCTFontCollection.testFunctions
43 col, compare, "foo")
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dxpath_parser.rb695 rv = nd.collect { |il| compare( il, op, nil ) }
705 res << compare( i1, op, i2 )
712 # If one is nodeset and other is number, compare number to each item
714 # If one is nodeset and other is string, compare string to each item
716 # If one is nodeset and other is boolean, compare boolean to each item
730 return a.collect {|v| compare( Functions::boolean(v), op, b ) }
732 return a.collect {|v| compare( Functions::number(v), op, b )}
736 return a.collect {|v| compare( Functions::number(v), op, b )}
740 return a.collect { |v| compare( Functions::string(v), op, b ) }
749 # Convert both to numbers and compare
779 def compare a, op, b method in class:REXML.XPathParser.expr
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsindacmp.vim2 " Language: sinda85, sinda/fluint compare file
27 " Begin syntax definitions for compare files.
30 " Define keywords for sinda compare (sincomp)
35 " Define matches for sinda compare (sincomp)
H A Dtakcmp.vim2 " Language: TAK2, TAK3, TAK2000 thermal modeling compare file
28 " Begin syntax definitions for compare files.
30 " Define keywords for TAK compare
35 " Define matches for TAK compare
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/
H A Dtkv.tcl86 if {![string compare $window {}]} {
140 if {[string compare $filename {}]} {
155 if {[string compare $filename {}]} {
167 if {![string compare $w {}]} {
173 if {[string compare $filename {}]} {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dimpersonal.tcl48 if {[string compare [firstext $part] ""]} {
76 if {[string compare $message ""]} {
163 if {[string compare $userName ""]} {
184 if {![string compare $v ""]} {
296 if {![string compare $stat(type) file]} {
345 if {(![string compare $p ""]) || ([string first . $p] >= 0)} {
352 || ([string compare $type file])} {
430 if {![string compare $date ""]} {
465 if {![string compare [set part [firstext $mime]] ""]} {
508 && ([string compare [strin
[all...]
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dtext.tcl213 } elseif {[%W compare end != insert+1c]} {
221 } elseif {[%W compare insert != 1.0]} {
299 if {!$tk_strictMotif && [%W compare end != insert+1c]} {
314 if {!$tk_strictMotif && [%W compare end != insert+1c]} {
315 if {[%W compare insert == {insert lineend}]} {
358 if {!$tk_strictMotif && [%W compare end != insert+1c]} {
425 if {!$tk_strictMotif && [%W compare insert != 1.0]} {
590 if {[$w compare $cur != $anchor] || (abs($Priv(pressX) - $x) >= 3)} {
595 if {[$w compare $cur < $anchorname]} {
613 if {[$w compare
[all...]
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDAMount.c337 CFStringRef compare; local
339 compare = CFArrayGetValueAtIndex( argumentList, argumentListIndex );
341 if ( compare )
345 if ( CFStringHasPrefix( compare, CFSTR( "no" ) ) )
347 compare = CFStringCreateWithSubstring( kCFAllocatorDefault, compare, CFRangeMake( 2, CFStringGetLength( compare ) - 2 ) );
352 compare = CFRetain( compare );
356 if ( compare )
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistBind.tcl180 if {[string compare $currentTheme $data(currentTheme)] == 0} {
181 if {[string compare $currentTheme "tileqt"] == 0} {
184 if {[string compare $widgetStyle $data(widgetStyle)] == 0 &&
185 [string compare $colorScheme $data(colorScheme)] == 0} {
210 if {[string compare $data($opt) $tmp($opt)] == 0} {
247 if {[string compare $currentTheme "tileqt"] == 0} {
327 [string compare [$tablelist::W cget -state] "normal"] == 0} {
356 if {[string compare $tablelist::priv(x) ""] == 0 ||
357 [string compare $tablelist::priv(y) ""] == 0} {
529 if {[string compare [
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfarray.py53 def compare(l, r, context): function in function:TestCFArray.testBSearchValues
56 r = CFArrayBSearchValues(array, (0, 20), 10, compare, None)
59 r = CFArrayBSearchValues(array, (0, 20), 9.5, compare, None)
62 r = CFArrayBSearchValues(array, (0, 20), 99, compare, None)
65 r = CFArrayBSearchValues(array, (0, 20), -1, compare, None)
74 def compare(l, r, context): function in function:TestCFArray.testSortValues
76 CFArraySortValues(array, (0, 6), compare, None)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfarray.py63 def compare(l, r, context): function in function:TestCFArray.testBSearchValues
66 r = CFArrayBSearchValues(array, (0, 20), 10, compare, None)
69 r = CFArrayBSearchValues(array, (0, 20), 9.5, compare, None)
72 r = CFArrayBSearchValues(array, (0, 20), 99, compare, None)
75 r = CFArrayBSearchValues(array, (0, 20), -1, compare, None)
84 def compare(l, r, context): function in function:TestCFArray.testSortValues
86 CFArraySortValues(array, (0, 6), compare, None)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tools/
H A Dinstall.tcl29 if [string compare $tcl_platform(platform) windows] {
41 if [string compare $x {}] break
43 if [string compare $x {}] break
60 if [string compare $tcl_platform(platform) windows] {
113 if ![string compare $tcl_platform(platform) windows] {
121 if {[Copy $lib $dir] && ![string compare [info sharedlibextension] .so]} {
122 while {[string compare .so [set ext [file extension $lib]]]} {
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duvector.cpp437 * as defined by 'compare'. The current elements are assumed to
440 void UVector::sortedInsert(void* obj, UElementComparator *compare, UErrorCode& ec) { argument
443 sortedInsert(e, compare, ec);
448 * as defined by 'compare'. The current elements are assumed to
451 void UVector::sortedInsert(int32_t obj, UElementComparator *compare, UErrorCode& ec) { argument
454 sortedInsert(e, compare, ec);
458 void UVector::sortedInsert(UElement e, UElementComparator *compare, UErrorCode& ec) { argument
467 int8_t c = (*compare)(elements[probe], e);
497 UElementComparator *compare = *static_cast<UElementComparator * const *>(context); local
500 int32_t result = (*compare)(e
546 sort(UElementComparator *compare, UErrorCode &ec) argument
557 sortWithUComparator(UComparator *compare, const void *context, UErrorCode &ec) argument
[all...]
/macosx-10.10.1/apr-32/apr-util/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;

Completed in 1643 milliseconds

1234567891011>>