Searched refs:Off (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/lib/Target/MBlaze/
H A DMBlazeMachineFunction.h97 void setFPStackOffset(int Off) { FPStackOffset = Off; } argument
100 void setRAStackOffset(int Off) { RAStackOffset = Off; } argument
104 void setGPStackOffset(int Off) { GPHolder.SPOffset = Off; } argument
/external/clang/test/Analysis/
H A Dunreachable-code-path.c70 enum test_enum { Off, On }; enumerator in enum:test_enum
78 if (Off)
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp300 int64_t Off; local
308 if (getParser().ParseAbsoluteExpression(Off))
311 if (Off & 0x0F)
318 getStreamer().EmitWin64EHSetFrame(Reg, Off);
341 int64_t Off; local
349 if (getParser().ParseAbsoluteExpression(Off))
352 if (Off & 7)
360 getStreamer().EmitWin64EHSaveReg(Reg, Off);
368 int64_t Off; local
376 if (getParser().ParseAbsoluteExpression(Off))
[all...]
/external/elfutils/libelf/
H A Dgelf_xlate.h21 FUNDAMENTAL (OFF, Off, LIBELFBITS);
H A Dabstract.h27 TYPE_NAME (ElfW2(Bits, Ext##Off), e_phoff) \
28 TYPE_NAME (ElfW2(Bits, Ext##Off), e_shoff) \
48 TYPE_NAME (ElfW2(32, Ext##Off), p_offset) \
60 TYPE_NAME (ElfW2(64, Ext##Off), p_offset) \
76 TYPE_NAME (ElfW2(32, Ext##Off), sh_offset) \
89 TYPE_NAME (ElfW2(64, Ext##Off), sh_offset) \
171 TYPE_EXTRA (ElfW2(32, Ext##Off) d_off;) \
H A Delf32_updatenull.c354 #define SHDR_ALIGN sizeof (ElfW2(LIBELFBITS,Off))
/external/llvm/include/llvm/MC/
H A DMCWin64EH.h43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off) argument
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
/external/llvm/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp102 const MCExpr *Off; member in struct:__anon6862::MBlazeOperand::__anon6863::__anon6867
163 return Mem.Off;
254 static MBlazeOperand *CreateMem(unsigned Base, const MCExpr *Off, SMLoc S, argument
258 Op->Mem.Off = Off;
265 static MBlazeOperand *CreateMem(unsigned Base, unsigned Off, SMLoc S, argument
269 Op->Mem.OffReg = Off;
270 Op->Mem.Off = 0;
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec61 Add to section 3.4.2 Off Screen Rendering
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp508 int64_t Off = SO.SPOffset - ValOffset; local
510 if (Off > 0)
511 OS << "+" << Off; local
512 else if (Off < 0)
513 OS << Off; local
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex250 [ -F : --find-traces ] Default: Off
251 [ -h : --help ] Default: Off
255 [ -v : --verbose ] Default: Off
256 [ -V : --version ] Default: Off
389 [ -F : --find-records ] Default: Off
390 [ -h : --help ] Default: Off
394 [ -N : --no-stalls ] Default: Off
396 [ -v : --verbose ] Default: Off
397 [ -V : --version ] Default: Off
398 [ -W : --write-enable ] Default: Off
[all...]
/external/webkit/LayoutTests/http/conf/
H A Dapache2-debian-httpd.conf91 # one request per connection). Set to "Off" to deactivate.
385 HostnameLookups Off
434 # Set to one of: On | Off | EMail
645 # Set to one of: Off | On | Full | Block
H A Dapache2-httpd.conf91 # one request per connection). Set to "Off" to deactivate.
406 HostnameLookups Off
455 # Set to one of: On | Off | EMail
666 # Set to one of: Off | On | Full | Block
H A Dapache2-msys-httpd.conf91 # one request per connection). Set to "Off" to deactivate.
407 HostnameLookups Off
456 # Set to one of: On | Off | EMail
667 # Set to one of: Off | On | Full | Block
H A Dcygwin-httpd.conf109 # one request per connection). Set to "Off" to deactivate.
438 HostnameLookups Off
487 # Set to one of: On | Off | EMail
698 # Set to one of: Off | On | Full | Block
H A Dfedora-httpd.conf86 # one request per connection). Set to "Off" to deactivate.
228 # Off) when the "server-status" handler is called. The default is Off.
283 # When set "Off", Apache will use the Hostname and Port supplied
427 HostnameLookups Off
505 # Set to one of: On | Off | EMail
811 # Set to one of: Off | On | Full | Block
H A Dhttpd.conf109 # one request per connection). Set to "Off" to deactivate.
441 HostnameLookups Off
490 # Set to one of: On | Off | EMail
701 # Set to one of: Off | On | Full | Block
/external/webkit/Source/WebCore/html/
H A DHTMLInputElement.h210 enum AutoCompleteSetting { Uninitialized, On, Off }; enumerator in enum:WebCore::HTMLInputElement::AutoCompleteSetting
H A DHTMLInputElement.cpp580 m_autocomplete = Off;
583 bool needsToUnregister = m_autocomplete == Off;
1228 return m_autocomplete == Off || m_inputType->shouldResetOnDocumentActivation();
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary172 VALUE Acct-Status-Type Accounting-Off 8
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h809 SDDbgValue *getDbgValue(MDNode *MDPtr, SDNode *N, unsigned R, uint64_t Off,
811 SDDbgValue *getDbgValue(MDNode *MDPtr, const Value *C, uint64_t Off,
813 SDDbgValue *getDbgValue(MDNode *MDPtr, unsigned FI, uint64_t Off,
/external/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp1045 int Off = Offset; // ARM doesn't need the general 64-bit offsets local
1057 Done = rewriteARMFrameIndex(MI, i, BaseReg, Off, TII);
1060 Done = rewriteT2FrameIndex(MI, i, BaseReg, Off, TII);
H A DThumb1RegisterInfo.cpp533 int Off = Offset; // ARM doesn't need the general 64-bit offsets
540 bool Done = rewriteFrameIndex(MI, i, BaseReg, Off, TII);
/external/valgrind/main/coregrind/m_ume/
H A Delf.c184 ESZ(Off) off;
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp497 const MCExpr *Off = NULL; local
499 Off = MCConstantExpr::Create(SymbolicOp.Value, *Ctx);
508 if (Off != 0)
509 Expr = MCBinaryExpr::CreateAdd(LHS, Off, *Ctx);
513 if (Off != 0)
514 Expr = MCBinaryExpr::CreateAdd(Add, Off, *Ctx);
518 if (Off != 0)
519 Expr = Off;

Completed in 756 milliseconds

12