HomeSort by relevance Sort by last modified time
    Searched refs:Binary (Results 101 - 125 of 132) sorted by null

1 2 3 45 6

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 38 | Ast.Binary (op, lhs, rhs) ->
71 (* If it wasn't a builtin binary operator, it must be a user defined
73 let callee = "binary" ^ (String.make 1 op) in
77 | None -> raise (Error "binary operator not found!")
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp 258 /// of a binary expression.
267 if (Expr->getKind() == MCExpr::Binary) {
333 } else if (Expr->getKind() == MCExpr::Binary) {
    [all...]
  /external/v8/benchmarks/
splay.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
124 * Constructs a Splay tree. A splay tree is a self-balancing binary
288 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/llvm/include/llvm/Object/
COFF.h 722 static inline bool classof(const Binary *v) { return v->isCOFF(); }
  /external/llvm/lib/MC/
MCStreamer.cpp 606 case MCExpr::Binary: {
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 850 case MCExpr::Binary: {
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 123 bool is_binary = m_Config.codeGenType() == LinkerConfig::Binary;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 86 description = "create a Microsoft Installer (.msi) binary distribution"
407 add_data(self.db, "Binary",
408 [("PreInstall", msilib.Binary(scriptfn))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 483 self.cur.execute("create table test(id integer primary key, name text, bin binary, ratio number, ts timestamp)")
656 b = sqlite.Binary(chr(0) + "'")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 86 description = "create a Microsoft Installer (.msi) binary distribution"
407 add_data(self.db, "Binary",
408 [("PreInstall", msilib.Binary(scriptfn))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dbapi.py 483 self.cur.execute("create table test(id integer primary key, name text, bin binary, ratio number, ts timestamp)")
656 b = sqlite.Binary(chr(0) + "'")
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 476 if (value.equals("binary")) {
477 config_.setCodeGenType(mcld::LinkerConfig::Binary);
500 if (value.equals("binary")) {
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 103 cl::desc("Have -section dump the raw binary contents"));
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 62 static inline bool classof(const Binary *v) {
75 // actual memory. Ultimately, the Binary parent class will take ownership of
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 599 : ObjectFile(Binary::ID_COFF, Object), COFFHeader(nullptr),
    [all...]
  /external/llvm/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 331 case MCExpr::Binary:
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 159 (* Standard Binary Operators *)
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/blktrace/doc/
blktrace.tex 465 via the\emph{-O} option. A merged binary stream can be produced using
494 -O & --no-text-output & Do \emph{not} produce text output, used for binary (-d) only \\ \hline
496 -d \emph{file} & --dump-binary=\emph{file} & Binary output file \\ \hline
510 -M & --no-msgs & Do not add messages to binary output file \\\hline
    [all...]
  /external/v8/src/
messages.js 386 // Binary search to find line # from position range.
    [all...]
  /frameworks/rs/api/
rs_math.spec 743 summary: Binary mantissa and exponent
745 Returns the binary mantissa and exponent of v, i.e. <code>v == mantissa * 2 ^ exponent</code>.
    [all...]
  /external/bison/
maint.mk 756 exclude='^Binary file .* matches$$' \
    [all...]

Completed in 3678 milliseconds

1 2 3 45 6