Searched refs:triple (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dnetgroup.c85 static int write_netgroup_triple(TFILE *fp,const char *triple) argument
91 for (i=0;(triple[i]!='\0')&&(isspace(triple[i]));i++)
94 if (triple[i]!='(')
102 for (;(triple[i]!='\0')&&(triple[i]!=',');i++)
104 if (triple[i]!=',')
113 for (;(triple[i]!='\0')&&(triple[i]!=',');i++)
115 if (triple[
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/tests/
H A Dtest_disassembler.py11 triple = 'i686-apple-darwin9'
13 disassembler = Disassembler(triple)
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/
H A DLLVMDisassembler.cpp85 const char* triple; local
87 triple = "x86_64-apple-darwin";
89 triple = "x86-apple-darwin";
91 triple = "arm64-apple-darwin";
99 llvm->CreateDisasm(triple, symbolString, 0, 0, symbolLookupCallback);
/macosx-10.10/llvmCore-3425.0.34/bindings/python/llvm/
H A Ddisassembler.py37 Disassembler instances are tied to specific "triple," which must be defined
42 def __init__(self, triple):
45 The triple argument is the triple to create the disassembler for. This
48 ptr = lib.LLVMCreateDisasm(c_char_p(triple), c_void_p(None), c_int(0),
51 raise Exception('Could not obtain disassembler for triple: %s' %
52 triple)
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DHost.inc42 // Normalize the arch, since the target triple may not actually match the target.
/macosx-10.10/llvmCore-3425.0.34/tools/lto/
H A Dlto.cpp104 /// lto_module_set_target_triple - Sets triple string with which the object will
106 void lto_module_set_target_triple(lto_module_t mod, const char *triple) { argument
107 return mod->setTargetTriple(triple);
H A DLTOModule.h71 /// is LLVM bitcode for the specified triple.
92 /// getTargetTriple - Return the Module's target triple.
97 /// setTargetTriple - Set the Module's target triple.
98 void setTargetTriple(const char *triple) { argument
99 _module->setTargetTriple(triple);
178 /// target triple.
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/univ/
H A DUNIVERSAL.xotcl15 example replaces the standard triple database of xoRDF by an
16 application specific version, which is easier to process. The triple
38 package require xotcl::rdf::triple
55 # load the nodetree from the parser into the triple database
/macosx-10.10/llvmCore-3425.0.34/include/llvm-c/
H A DEnhancedDisassembly.h109 @param triple Identifies the target. Example: "x86_64-apple-darwin10"
114 const char *triple,
H A Dlto.h157 * Returns triple string which the object module was compiled under.
163 * Sets triple string with which the object will be codegened.
166 lto_module_set_target_triple(lto_module_t mod, const char *triple);
/macosx-10.10/llvmCore-3425.0.34/tools/gold/
H A Dgold-plugin.cpp81 static std::string triple; member in namespace:options
103 triple = opt.substr(strlen("mtriple="));
284 if (!options::triple.empty())
285 lto_module_set_target_triple(M, options::triple.c_str());
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A DFILES036 ede_enc.c - des_ede3_cbc_encrypt() cbc mode des using triple DES.
42 used as a stream cipher and using triple DES.
47 used as a stream cipher and using triple DES.
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DEDMain.cpp22 const char *triple,
38 EDDisassemblerRef ret = EDDisassembler::getDisassembler(triple, Syntax);
21 EDGetDisassembler(EDDisassemblerRef *disassembler, const char *triple, EDAssemblySyntax_t syntax) argument
H A DEDDisassembler.cpp98 const char *triple = tripleFromArch(arch); local
99 return getDisassembler(StringRef(triple), syntax);
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dviper.el473 (mapcar (lambda (triple)
475 (nth 0 triple) (nth 1 triple) (eval (nth 2 triple))))
507 needs to be restarted only if you deleted a triple mode-state-keymap from the
509 existing triple."
/macosx-10.10/apr-32/apr/apr/
H A Dapr-config.in76 --version print the APR's version as a dotted triple
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/core/
H A Dkernelcore.py383 arch = LazyTarget.GetTarget().triple.split('-')[0]
394 arch = LazyTarget.GetTarget().triple.split('-')[0]
H A Doperating_system.py706 triple = self.process.target.triple
707 arch = triple.split('-')[0].lower()
/macosx-10.10/emacs-93/emacs/lisp/
H A Dmwheel.el194 (delq 'click (delq 'double (delq 'triple (event-modifiers event)))))
H A Dt-mouse.el129 (multipled-sets (t-mouse-cartesian '((double) (triple)) typed-sets))
H A Davoid.el297 (memq 'triple modifiers)
/macosx-10.10/llvmCore-3425.0.34/utils/vim/
H A Dllvm.vim59 syn keyword llvmKeyword target datalayout triple
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dtext.tcl48 You can double-click to select whole words or triple-click to select
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dtext.tcl48 You can double-click to select whole words or triple-click to select
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dscep.c448 | "DES3" | CA Supports triple-DES for encryption. |

Completed in 338 milliseconds

12