HomeSort by relevance Sort by last modified time
    Searched refs:Off (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/llvm/lib/MC/
MCExternalSymbolizer.cpp 108 const MCExpr *Off = nullptr;
110 Off = MCConstantExpr::Create(SymbolicOp.Value, Ctx);
119 if (Off)
120 Expr = MCBinaryExpr::CreateAdd(LHS, Off, Ctx);
124 if (Off)
125 Expr = MCBinaryExpr::CreateAdd(Add, Off, Ctx);
129 if (Off)
130 Expr = Off;
  /external/clang/test/Analysis/
unreachable-code-path.c 70 enum test_enum { Off, On };
78 if (Off)
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.cpp 190 const MCExpr *Off = nullptr;
192 Off = MCConstantExpr::Create(SymbolicOp.Value, Ctx);
201 if (Off)
202 Expr = MCBinaryExpr::CreateAdd(LHS, Off, Ctx);
206 if (Off)
207 Expr = MCBinaryExpr::CreateAdd(Add, Off, Ctx);
211 if (Off)
212 Expr = Off;
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 379 typedef uint32_t Off;
389 Off e_phoff;
390 Off e_shoff;
405 Off sh_offset;
417 typedef uint64_t Off;
430 Off e_phoff;
431 Off e_shoff;
446 Off sh_offset;
463 typedef typename ELF::Off Off;
    [all...]
  /external/elfutils/0.153/libelf/
gelf_xlate.h 54 FUNDAMENTAL (OFF, Off, LIBELFBITS);
elf32_offscn.c 69 ElfW2(LIBELFBITS,Off) offset;
abstract.h 60 TYPE_NAME (ElfW2(Bits, Ext##Off), e_phoff) \
61 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \
81 TYPE_NAME (ElfW2(32, Ext##Off), p_offset) \
93 TYPE_NAME (ElfW2(64, Ext##Off), p_offset) \
109 TYPE_NAME (ElfW2(32, Ext##Off), sh_offset) \
122 TYPE_NAME (ElfW2(64, Ext##Off), sh_offset) \
204 TYPE_EXTRA (ElfW2(32, Ext##Off) d_off;) \
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_linux.conf 16 # one request per connection). Set to "Off" to deactivate.
98 # e.g., www.apache.org (on) or 204.62.129.132 (off).
99 # The default is off because it'd be overall better for the net if people
104 HostnameLookups Off
142 # Set to one of: On | Off | EMail
  /external/llvm/include/llvm/MC/
MCWin64EH.h 43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off)
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 595 int64_t Off;
603 if (getParser().parseAbsoluteExpression(Off))
606 if (Off & 0x0F)
613 getStreamer().EmitWinCFISetFrame(Reg, Off);
636 int64_t Off;
644 if (getParser().parseAbsoluteExpression(Off))
647 if (Off & 7)
655 getStreamer().EmitWinCFISaveReg(Reg, Off);
663 int64_t Off;
671 if (getParser().parseAbsoluteExpression(Off))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module_typedefs.h 25 // -voice : This is the standard mode for VoIP calls. The trade-off
40 // -off : Turns off most of NetEQ's features. Stuffs zeros for lost
47 off = 3, enumerator in enum:webrtc::AudioPlayoutMode
171 // -addedSamples : samples inserted because of packet loss in off mode
195 // -Off : background noise is always zero
200 Off
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 50 typedef llvm::ELF::Elf32_Off Off; // File offset
69 typedef llvm::ELF::Elf64_Off Off;
  /external/libpcap/msdos/
pktdrvr.h 11 #pragma Off(Align_members)
35 PDRX_OFF = 1, /* turn off receiver */
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 80 offset_type Off;
155 B.Off = Out.tell();
156 assert(B.Off && "Cannot write a bucket at offset 0. Please add padding.");
183 LE.write<offset_type>(Buckets[I].Off);
  /external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.cpp 708 QIcon::Normal, QIcon::Off);
719 QSize(), QIcon::Normal, QIcon::Off);
729 QIcon::Normal, QIcon::Off);
753 QIcon::Normal, QIcon::Off);
760 QSize(), QIcon::Normal, QIcon::Off);
767 QSize(), QIcon::Normal, QIcon::Off);
774 QIcon::Normal, QIcon::Off);
781 QIcon::Normal, QIcon::Off);
789 QIcon::Normal, QIcon::Off);
806 QIcon::Normal, QIcon::Off);
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 708 QIcon::Normal, QIcon::Off);
719 QSize(), QIcon::Normal, QIcon::Off);
729 QIcon::Normal, QIcon::Off);
753 QIcon::Normal, QIcon::Off);
760 QSize(), QIcon::Normal, QIcon::Off);
767 QSize(), QIcon::Normal, QIcon::Off);
774 QIcon::Normal, QIcon::Off);
781 QIcon::Normal, QIcon::Off);
789 QIcon::Normal, QIcon::Off);
806 QIcon::Normal, QIcon::Off);
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pixmap_colormap.spec 61 Add to section 3.4.2 Off Screen Rendering
  /external/llvm/lib/IR/
MDBuilder.cpp 127 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset);
128 Value *Ops[3] = {createString(Name), Parent, Off};
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 61 Add to section 3.4.2 Off Screen Rendering
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 119 private ToggleAction.State mAirplaneState = ToggleAction.State.Off;
531 silentModeOn ? ToggleAction.State.On : ToggleAction.State.Off);
747 * A toggle action knows whether it is on or off, and displays an icon
753 Off(false),
769 protected State mState = State.Off;
780 * @param disabledIconResid The icon for when this action is off.
783 * @param disabledStatusMessageResId The off status message, e.g. 'sound enabled'
861 * states until some notification is received (e.g airplane mode is 'turning off' until
863 * @param buttonOn Whether the button was turned on or off
866 mState = buttonOn ? State.On : State.Off;
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 169 const MCExpr *Off;
225 return Mem.Off;
358 Op->Mem.Off = nullptr;
363 CreateMEMri(unsigned Base, const MCExpr *Off, SMLoc S, SMLoc E) {
367 Op->Mem.Off = Off;
379 Op->Mem.Off = Imm;
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 406 unsigned Off = MI.getOperand(4).getImm();
413 .addReg(SubReg + Off)
426 unsigned Off = MI.getOperand(4).getImm();
434 .addReg(SubReg + Off, RegState::Define)
  /external/libunwind/src/
elfxx.c 40 Elf_W (Off) soff;
58 Elf_W (Off) soff, str_soff;
  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 175 const MCExpr *Off = MCConstantExpr::Create(UValue - SymAddr, Ctx);
176 Expr = MCBinaryExpr::CreateAdd(Expr, Off, Ctx);
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 308 int Off = Offset; // ARM doesn't need the general 64-bit offsets
315 bool Done = rewriteAArch64FrameIndex(MI, i, BaseReg, Off, TII);

Completed in 1123 milliseconds

1 2 3