HomeSort by relevance Sort by last modified time
    Searched refs:OB (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hashtab.h 203 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT)
  /toolchain/binutils/binutils-2.25/include/
hashtab.h 203 #define iterative_hash_object(OB,INIT) iterative_hash (&OB, sizeof (OB), INIT)
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 106 typedef struct ob { struct
127 } OB;
138 OB *execptr;
146 OB *pobr;
149 jobhdl = OBhdl((OB *)&do_jobx_i);
  /external/llvm/lib/Object/
Object.cpp 80 OwningBinary<ObjectFile> *OB = unwrap(OF);
81 section_iterator SI = OB->getBinary()->section_begin();
91 OwningBinary<ObjectFile> *OB = unwrap(OF);
92 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0;
109 OwningBinary<ObjectFile> *OB = unwrap(OF);
110 symbol_iterator SI = OB->getBinary()->symbol_begin();
120 OwningBinary<ObjectFile> *OB = unwrap(OF);
121 return (*unwrap(SI) == OB->getBinary()->symbol_end()) ? 1 : 0;
  /toolchain/binutils/binutils-2.25/opcodes/
mcore-opc.h 25 O0, OT, O1, OC, O2, X1, OI, OB,
127 { "rsubi", OB, 0, 0x2800 },
128 { "cmpnei", OB, 0, 0x2A00 },
134 { "andi", OB, 0, 0x2E00 },
135 { "bclri", OB, 0, 0x3000 },
142 { "bseti", OB, 0, 0x3400 },
143 { "btsti", OB, 0, 0x3600 },
198 { "cmplei", OB, 0, 0x2200 }, /* cmplei rd,X -> cmplti rd,X+1 */
mcore-dis.c 38 /* OB */ 0xFE00,
176 case OB:
  /external/clang/test/Layout/
ms-x86-pack-and-align.cpp 582 struct OB {};
583 struct OC : virtual OA, virtual OB {};
593 // CHECK-NEXT: 0 | struct OB (empty)
600 // CHECK-NEXT: 8 | struct OB (virtual base) (empty)
608 // CHECK-NEXT: 8 | struct OB (virtual base) (empty)
616 // CHECK-X64-NEXT: 0 | struct OB (empty)
623 // CHECK-X64-NEXT: 12 | struct OB (virtual base) (empty)
631 // CHECK-X64-NEXT: 12 | struct OB (virtual base) (empty)
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 251 for (object::OwningBinary<object::Archive> &OB : Archives) {
252 object::Archive *A = OB.getBinary();
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 317 for (object::OwningBinary<object::Archive> &OB : Archives) {
318 object::Archive *A = OB.getBinary();
  /external/llvm/tools/lli/
lli.cpp 531 object::OwningBinary<object::Archive> OB(std::move(Ar), std::move(ArBuf));
533 EE->addArchive(std::move(OB));
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 119 OB = 0, TB = 1, T8 = 2, TA = 3, XOP8 = 4, XOP9 = 5, XOPA = 6
826 case X86Local::OB:
835 case X86Local::OB: opcodeType = ONEBYTE; break;
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 372 // OB - OneByte - Set if this instruction has a one byte opcode.
373 OB = 0 << OpMapShift,
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 76 static final short OB = vr("OB");
120 return OB == vr || OW == vr || OF == vr || SQ == vr || UT == vr || UN == vr;
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mcore.c 1061 case OB:
1081 /* Like OB, but arg is 2^n instead of n. */
    [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 465 milliseconds