Searched refs:To (Results 1 - 25 of 383) sorted by relevance

1234567891011>>

/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DCasting.h44 // The core of the implementation of isa<X> is here; To and From should be
47 template <typename To, typename From>
50 return To::classof(&Val);
54 template <typename To, typename From> struct isa_impl_cl {
56 return isa_impl<To, From>::doit(Val);
60 template <typename To, typename From> struct isa_impl_cl<To, const From> {
62 return isa_impl<To, From>::doit(Val);
66 template <typename To, typename From> struct isa_impl_cl<To, Fro
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.noah/
H A Dsend_mail.bash34 local To
126 $(for name in ${To} ${Cc} ${Bcc} ; do
/macosx-10.10/ncurses-44/ncurses/test/
H A Dhanoi.c88 static void MakeMove(int From, int To);
89 static void AutoMove(int From, int To, int Num);
92 static int GetMove(int *From, int *To);
93 static int InvalidMove(int From, int To);
188 InvalidMove(int From, int To) argument
194 if (To >= NPEGS)
196 if (To < 0)
198 if (From == To)
202 if (Pegs[To].Count &&
204 Pegs[To]
268 GetMove(int *From, int *To) argument
294 MakeMove(int From, int To) argument
304 AutoMove(int From, int To, int Num) argument
314 AutoMove(OTHER(From, To), To, Num - 1); local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.tcl13 -header [list To $rcpt] \
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSCell.h230 template<typename To, typename From>
231 inline To jsCast(From* from)
233 ASSERT(!from || from->JSCell::inherits(std::remove_pointer<To>::type::info()));
234 return static_cast<To>(from);
237 template<typename To>
238 inline To jsCast(JSValue from)
240 ASSERT(from.isCell() && from.asCell()->JSCell::inherits(std::remove_pointer<To>::type::info()));
241 return static_cast<To>(from.asCell());
244 template<typename To, typename From>
245 inline To jsDynamicCas
[all...]
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dmakeapps.com43 $! Define A TCP/IP Library That We Will Need To Link To.
44 $! (That Is, If We Need To Link To One.)
90 $! Check To Make Sure We Have Valid Command Line Parameters.
102 $! Check To See If The OBJ Directory Exists.
115 $! Check To See If The EXE Directory Exists.
128 $! Check To See If We Have The Proper Libraries.
132 $! Check To See If We Have A Linker Option File.
160 $! Define An App Counter And Set It To "
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Ddes-lib.com20 $! ALL To Just Build "Everything".
21 $! LIBRARY To Just Build The [.xxx.EXE.CRYPTO.DES]LIBDES.OLB Library.
22 $! DESTEST To Just Build The [.xxx.EXE.CRYPTO.DES]DESTEST.EXE Program.
23 $! SPEED To Just Build The [.xxx.EXE.CRYPTO.DES]SPEED.EXE Program.
24 $! RPW To Just Build The [.xxx.EXE.CRYPTO.DES]RPW.EXE Program.
25 $! DES To Just Build The [.xxx.EXE.CRYPTO.DES]DES.EXE Program.
26 $! DES_OPTS To Just Build The [.xxx.EXE.CRYPTO.DES]DES_OPTS.EXE Program.
76 $! Check To Make Sure We Have Valid Command Line Parameters.
84 $! Check To See If The Architecture Specific OBJ Directory Exists.
97 $! Check To Se
[all...]
/macosx-10.10/gnutar-453/gnutar/scripts/
H A Ddump-remind.in67 To: ${recipients}
70 Reply-To: ${ADMINISTRATOR}
90 To: ${recipients}
93 Reply-To: ${ADMINISTRATOR}
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DUser.cpp23 // references to the "To" definition.
25 void User::replaceUsesOfWith(Value *From, Value *To) { argument
26 if (From == To) return; // Duh what?
34 // "To", adding "this" to the uses list of To, and
36 setOperand(i, To); // Fix it now...
/macosx-10.10/procmail-14/procmail/src/
H A Dsublib.c17 void*smemmove(To,From,count)void*To;const void*From;register size_t count;
19 { register char*to=To;register const char*from=From;/*void*old;*/
38 return To/*old*/;
40 { bcopy(From,To,count);
41 return To;
H A Dsublib.h5 *smemmove Q((void*To,const void*From,size_t count));
/macosx-10.10/ICU-531.30/icuSources/data/translit/
H A Dtrnsfiles.mk15 # * To add an additional transliterators to the list:
19 # * To REPLACE the default list and only build with a few
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Dbackward_warning.h36 <iostream.h>. To disable this warning use -Wno-deprecated.
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_readme18 This is version $DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH of Berkeley DB from Oracle. To view release and
/macosx-10.10/OpenSSL098-52/src/crypto/threads/
H A Dpthreads-vms.com1 $! To compile mttest on VMS.
/macosx-10.10/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCJITInfo.cpp49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ argument
50 intptr_t Offset = ((intptr_t)To - (intptr_t)At) >> 2;
56 AtI[0] = BUILD_LIS(12, To >> 16); // lis r12, hi16(address)
57 AtI[1] = BUILD_ORI(12, 12, To); // ori r12, r12, lo16(address)
61 AtI[0] = BUILD_LIS(12, To >> 48); // lis r12, hi16(address)
62 AtI[1] = BUILD_ORI(12, 12, To >> 32); // ori r12, r12, lo16(address)
64 AtI[3] = BUILD_ORIS(12, 12, To >> 16); // oris r12, r12, hi16(address)
65 AtI[4] = BUILD_ORI(12, 12, To); // ori r12, r12, lo16(address)
/macosx-10.10/OpenSSL098-52/src/engines/
H A Dmakeengines.com260 $! Check To See If We Need To Make A VAX C Option File.
265 $! Check To See If We Already Have A VAX C Linker Option File.
275 ! Default System Options File To Link Agianst
289 $! Check To See If We Need A GNU C Option File.
294 $! Check To See If We Already Have A GNU C Linker Option File.
304 ! Default System Options File To Link Agianst
319 $! Check To See If We Need A DEC C Option File.
324 $! Check To See If We Already Have A DEC C Linker Option File.
339 ! Default System Options File To Lin
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/
H A Dcrypto-lib.com21 $! LIBRARY To just compile the [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library.
22 $! APPS To just compile the [.xxx.EXE.CRYPTO]*.EXE
23 $! ALL To do both LIBRARY and APPS
51 $! Define A TCP/IP Library That We Will Need To Link To.
52 $! (That Is, If We Need To Link To One.)
100 $! Check To Make Sure We Have Valid Command Line Parameters.
113 $! Check To See If The Architecture Specific OBJ Directory Exists.
126 $! Check To Se
[all...]
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl-lib.com21 $! LIBRARY To just compile the [.xxx.EXE.SSL]LIBSSL.OLB Library.
22 $! SSL_TASK To just compile the [.xxx.EXE.SSL]SSL_TASK.EXE
46 $! Define A TCP/IP Library That We Will Need To Link To.
47 $! (That Is, If We Need To Link To One.)
81 $! Check To Make Sure We Have Valid Command Line Parameters.
93 $! Check To See If The Architecture Specific OBJ Directory Exists.
106 $! Check To See If The Architecture Specific Directory Exists.
123 $! Define The CRYPTO-LIB We Are To Us
[all...]
/macosx-10.10/ICU-531.30/icuSources/data/misc/
H A Dmiscfiles.mk15 # * To add an additional file to the list:
19 # * To REPLACE the default list and only build a subset of files:
/macosx-10.10/ICU-531.30/icuSources/data/sprep/
H A Dsprepfiles.mk15 # * To add an additional locale to the list:
19 # * To REPLACE the default list and only build a subset of files:
/macosx-10.10/Libc-1044.1.2/os/
H A Ddebug_private.h70 # pragma mark Private To Libc
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DNoAliasAnalysis.cpp67 virtual void copyValue(Value *From, Value *To) {} argument
/macosx-10.10/vim-55/src/
H A Dmsvcsetup.bat1 rem To be used on MS-Windows when using the Visual C++ Toolkit 2003
/macosx-10.10/OpenSSL098-52/src/
H A Dmakevms.com46 $! LINK To only link the programs from existing object files.
102 $! Check To Make Sure We Have Valid Command Line Parameters.
106 $! Check To See What We Are To Do.
156 $! Build Just What The User Wants Us To Build.
162 $! Time To EXIT.
362 $! That's All, Time To RETURN.
401 $! That's All, Time To RETURN.
523 $! That's All, Time To RETURN.
536 $! Go To Th
[all...]

Completed in 374 milliseconds

1234567891011>>