Home
last modified time | relevance | path

Searched defs:Binary (Results 1 – 25 of 33) sorted by relevance

12

/third_party/icu/docs/userguide/usefrom/
Dcobol.md209 #### C (API definition in \*.h file)
217 #### COBOL
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DError.h23 class Binary; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DBinary.cpp37 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() function in Binary
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp1021 uint32_t Binary = Imm12 & 0xfff; in getAddrModeImm12OpValue() local
1052 uint32_t Binary = Imm & ((1U << Bits) - 1); in getT2ScaledImmOpValue() local
1143 uint32_t Binary = (Imm8 >> 2) & 0xff; in getT2AddrModeImm8s4OpValue() local
1170 uint32_t Binary = (Imm7 >> 2) & 0xff; in getT2AddrModeImm7s4OpValue() local
1274 uint32_t Binary = Rm; in getLdStSORegOpValue() local
1295 uint32_t Binary = ARM_AM::getAM2Offset(Imm); in getAddrMode2OffsetOpValue() local
1448 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5OpValue() local
1488 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5FP16OpValue() local
1516 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getSORegRegOpValue() local
1561 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getSORegImmOpValue() local
[all …]
DARMAsmBackend.cpp685 uint32_t Binary = (Value - 4) >> 1; in adjustFixupValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCCodeEmitter.cpp115 uint32_t Binary; in expandFunctionCall() local
172 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandAddTPRel() local
/third_party/mesa3d/src/mesa/main/
Dglspirv.h47 char Binary[0]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCCodeEmitter.cpp64 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
/third_party/python/Lib/sqlite3/
Ddbapi2.py53 Binary = memoryview variable
/third_party/rust/crates/nom/doc/
Dnom_recipes.md241 #### Binary subsubsection
/third_party/skia/third_party/externals/spirv-tools/test/link/
Dlinker_fixture.h30 using Binary = std::vector<uint32_t>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/
Dlinker_fixture.h30 using Binary = std::vector<uint32_t>; variable
/third_party/spirv-tools/test/link/
Dlinker_fixture.h30 using Binary = std::vector<uint32_t>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h55 Binary, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.cpp410 uint64_t Binary; in EncodeSingleInstruction() local
616 MCBinaryExpr const *Binary = cast<MCBinaryExpr>(ME); in getExprOpValue() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DNodeType.h23 Binary, enumerator
/third_party/rust/crates/tracing/tracing-journald/tests/
Djournal.rs41 Binary(Vec<u8>), enumerator
/third_party/python/Lib/msilib/
Dschema.py89 Binary = Table('Binary') variable
/third_party/rust/crates/regex/regex-syntax/src/
Dunicode.rs175 Binary(&'a str), enumerator
267 Binary(&'static str), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCExpr.h38 Binary, ///< Binary expressions. enumerator
457 : MCExpr(MCExpr::Binary, Loc), Op(Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dvisitor.rs174 Binary { op: &'a ast::ClassSetBinaryOp }, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp183 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in encodeInstruction() local
582 unsigned Binary = (MO.getImm() >> 2) & 0x0000ffff; in getSImm9AddiuspValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCExpr.cpp83 bool Binary = UE.getSubExpr()->getKind() == MCExpr::Binary; in print() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCCodeEmitter.cpp613 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
/third_party/googletest/googlemock/test/
Dgmock-more-actions_test.cc87 const char* Binary(const char* input, short n) { return input + n; } // NOLINT in Binary() function
146 std::string Binary(const std::string& str, char c) const { return str + c; } in Binary() function in testing::gmock_more_actions_test::Foo
205 TEST(InvokeTest, Binary) { in TEST() argument
340 TEST(InvokeMethodTest, Binary) { in TEST() argument

12