Searched refs:base1 (Results 1 - 15 of 15) sorted by last modified time

/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOPartitionScheme.cpp43 UInt64 base1 = ( ( IOMedia * ) object1 )->getBase( ); local
59 if ( base1 < base2 ) return 1;
60 if ( base1 > base2 ) return -1;
572 UInt64 base1; local
575 base1 = partition1 ? partition1->getBase( ) : UINT64_MAX;
591 base1 = UINT64_MAX;
605 base1 = UINT64_MAX;
613 base1 = base2;
620 if ( base1 > base2 )
663 else if ( base1 < base
[all...]
/macosx-10.10/rsync-45/rsync/
H A Dutil.c577 void glob_expand(char *base1, char ***argv_ptr, int *argc_ptr, int *maxargs_ptr) argument
581 char *base = base1;
593 if (asprintf(&base," %s/", base1) <= 0)
H A Dproto.h295 void glob_expand(char *base1, char ***argv_ptr, int *argc_ptr, int *maxargs_ptr);
/macosx-10.10/libxml2-26/libxml2/
H A Dregressions.py36 def compFiles(res, expected, base1, base2):
37 l1 = len(base1)
42 j = string.find(res[i],base1)
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/interpose-multiple/
H A Dbase.c4 int base1() { return 1; } function
H A Dbase.h2 extern int base1();
H A Dfoo1.c26 DYLD_INTERPOSE(mybase1, base1)
H A Dfoo2.c7 int (*p1)() = &base1;
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Ddexplorer200 base1=${PWD##*/}
202 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
/macosx-10.10/dtrace-147/DTTk/
H A Ddexplorer200 base1=${PWD##*/}
202 if [[ "$base1" != "$base2" || "$err" != "0" ]]; then
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dregressions.py36 def compFiles(res, expected, base1, base2):
37 l1 = len(base1)
42 j = string.find(res[i],base1)
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dshadow.el136 (let ((base1 (concat (cdr orig-dir) "/" file))
140 (concat base1 ".el") (concat base2 ".el"))
143 (concat base1 ".elc") (concat base2 ".elc"))))
145 (append shadows (list base1 base2)))))
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_3/inherit/
H A Dproto_12.js75 this.base1 = WorkerBee;
76 this.base1( name, "engineering", projs )
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dsrconv.c108 static int base1 = 0x18; variable
127 ids1[x] = base1++;
1872 printf ("ids %d %d\n", base1, base2);
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dinterp.test65 itcl::class base1 {}
69 inherit group::base1 group::base2

Completed in 172 milliseconds