HomeSort by relevance Sort by last modified time
    Searched full:outs (Results 276 - 300 of 440) sorted by null

<<1112131415161718

  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
io.h 94 #define __BUILD_IOPORT_STRING(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
io.h 94 #define __BUILD_IOPORT_STRING(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
io.h 94 #define __BUILD_IOPORT_STRING(bwlq, type) static inline void outs##bwlq(unsigned long port, const void *addr, unsigned int count) { const volatile type *__addr = addr; while (count--) { __mem_out##bwlq(*__addr, port); __addr++; } } static inline void ins##bwlq(unsigned long port, void *addr, unsigned int count) { volatile type *__addr = addr; while (count--) { *__addr = __mem_in##bwlq(port); __addr++; } }
  /dalvik/vm/mterp/out/
InterpC-mips.cpp 1959 u4* outs; local
    [all...]
InterpC-allstubs.cpp 3854 u4* outs; local
    [all...]
InterpC-portable.cpp 3802 u4* outs; local
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 70 OS = &llvm::outs();
437 llvm::raw_ostream &Out = OutFile.get()? *OutFile.get() : llvm::outs();
586 llvm::outs().write(Buffer->getBufferStart(), Preamble);
  /external/llvm/docs/
WritingAnLLVMBackend.rst     [all...]
YamlIO.rst 155 Output yout(llvm::outs());
766 Output yout(llvm::outs());
789 Output yout(llvm::outs());
  /external/llvm/include/llvm/Support/
raw_ostream.h 408 /// outs() - This returns a reference to a raw_ostream for standard output.
409 /// Use it like: outs() << "foo" << "bar";
410 raw_ostream &outs();
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 66 SmallVector<ISD::OutputArg, 4> Outs;
67 GetReturnInfo(Fn->getReturnType(), Fn->getAttributes(), Outs, *TLI);
70 Outs, Fn->getContext());
  /external/llvm/lib/Target/ARM/
A15SDOptimizer.cpp 115 SmallVectorImpl<MachineInstr*> &Outs);
368 SmallVectorImpl<MachineInstr*> &Outs) {
402 Outs.push_back(MI);
ARMISelLowering.h 527 const SmallVectorImpl<ISD::OutputArg> &Outs,
534 const SmallVectorImpl<ISD::OutputArg> &Outs,
540 const SmallVectorImpl<ISD::OutputArg> &Outs,
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 755 SmallVector<ISD::OutputArg, 4> Outs;
756 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI);
762 CCInfo.AnalyzeReturn(Outs, RetCC_X86);
795 if (!Outs[0].Flags.isZExt() && !Outs[0].Flags.isSExt())
801 if (Outs[0].Flags.isSExt())
806 unsigned Op = Outs[0].Flags.isZExt() ? ISD::ZERO_EXTEND :
    [all...]
  /dalvik/vm/mterp/mips/
footer.S 497 # prepare to copy args to "outs" area of current frame
504 # a0=methodToCall, a1=CCCC, a2=count, rBIX=outs
534 # prepare to copy args to "outs" area of current frame
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 433 /* By default, the scan converter will try to detect drop-outs in */
472 /* drop-outs, smart drop-outs, and stubs are defined. */
    [all...]
  /external/freetype/include/freetype/
ftimage.h 442 /* By default, the scan converter will try to detect drop-outs in */
481 /* drop-outs, smart drop-outs, and stubs are defined. */
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 36 if (Init->getDef()->getName() != "outs")
37 PrintFatalError(R->getName() + ": invalid def name for output list: use 'outs'");
39 PrintFatalError(R->getName() + ": invalid output list: use 'outs'");
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CodeItem.java 170 "; ins: " + Hex.u2(getInsSize()) + "; outs: " +
  /dalvik/dx/src/com/android/dx/dex/file/
CodeItem.java 161 "; ins: " + Hex.u2(getInsSize()) + "; outs: " +
  /external/chromium/chrome/browser/speech/
speech_input_bubble_views.cc 346 // We don't want fade outs when closing because it makes speech recognition
  /external/chromium_org/chrome/browser/signin/
signin_manager.h 268 // OAuth revocation fetcher for sign outs.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.cpp 223 // FIXME: Remove the following comment-outs.

Completed in 7024 milliseconds

<<1112131415161718