Home
last modified time | relevance | path

Searched defs:NumBytes (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp138 uint64_t NumBytes, in emitPrologueInsns()
186 uint64_t NumBytes, in emitEpilogueInsns()
229 int64_t NumBytes, in emitSPAdjustment()
330 uint64_t NumBytes = MFI.getStackSize(); in emitPrologue() local
400 uint64_t NumBytes = MFI.getStackSize(); in emitEpilogue() local
/aosp_15_r20/external/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/
H A DSEGGER_RTT.c145 #define SEGGER_RTT_MEMCPY(pDest, pSrc, NumBytes) MEMCPY((pDest), (pSrc), (NumBytes)) argument
147 #define SEGGER_RTT_MEMCPY(pDest, pSrc, NumBytes) memcpy((pDest), (pSrc), (NumBytes)) argument
331 static unsigned _WriteBlocking(SEGGER_RTT_BUFFER_UP* pRing, const char* pBuffer, unsigned NumBytes)… in _WriteBlocking()
395 static void _WriteNoCheck(SEGGER_RTT_BUFFER_UP* pRing, const char* pData, unsigned NumBytes) { in _WriteNoCheck()
651 …SEGGER_RTT_WriteWithOverwriteNoLock(unsigned BufferIndex, const void* pBuffer, unsigned NumBytes) { in SEGGER_RTT_WriteWithOverwriteNoLock()
747 unsigned SEGGER_RTT_WriteSkipNoLock(unsigned BufferIndex, const void* pBuffer, unsigned NumBytes) { in SEGGER_RTT_WriteSkipNoLock()
891 unsigned SEGGER_RTT_WriteNoLock(unsigned BufferIndex, const void* pBuffer, unsigned NumBytes) { in SEGGER_RTT_WriteNoLock()
962 unsigned SEGGER_RTT_Write(unsigned BufferIndex, const void* pBuffer, unsigned NumBytes) { in SEGGER_RTT_Write()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp37 int NumBytes, in emitPrologueInsns()
75 int NumBytes, in emitEpilogueInsns()
201 int NumBytes = (int)MFI.getStackSize(); in emitPrologue() local
275 int NumBytes = (int)MFI.getStackSize(); in emitEpilogue() local
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeHeader.cpp179 unsigned &NumFields, unsigned &NumBytes) { in ReadPrefix()
204 unsigned NumFields, unsigned NumBytes) { in ReadFields()
222 unsigned NumBytes; in Read() local
236 unsigned NumBytes; in Read() local
/aosp_15_r20/external/clang/lib/Rewrite/
H A DRewriteRope.cpp336 void RopePieceBTreeLeaf::erase(unsigned Offset, unsigned NumBytes) { in erase()
567 void RopePieceBTreeInterior::erase(unsigned Offset, unsigned NumBytes) { in erase()
651 void RopePieceBTreeNode::erase(unsigned Offset, unsigned NumBytes) { in erase()
751 void RopePieceBTree::erase(unsigned Offset, unsigned NumBytes) { in erase()
/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp43 int NumBytes, in emitSPAdjustment()
112 int NumBytes = (int) MFI->getStackSize(); in emitPrologue() local
218 int NumBytes = (int) MFI->getStackSize(); in emitEpilogue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp43 int NumBytes, in emitSPAdjustment()
108 int NumBytes = (int) MFI.getStackSize(); in emitPrologue() local
231 int NumBytes = (int) MFI.getStackSize(); in emitEpilogue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp43 int NumBytes, in emitSPAdjustment()
113 int NumBytes = (int) MFI.getStackSize(); in emitPrologue() local
236 int NumBytes = (int) MFI.getStackSize(); in emitEpilogue() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h38 unsigned NumBytes = 1 << RE.Size; in decodeAddend() local
133 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend()
432 unsigned NumBytes = 1 << Size; in processSubtractRelocation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h37 unsigned NumBytes = 1 << RE.Size; in decodeAddend() local
155 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend()
491 unsigned NumBytes = 1 << Size; in processSubtractRelocation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h37 unsigned NumBytes = 1 << RE.Size; in decodeAddend() local
155 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend()
491 unsigned NumBytes = 1 << Size; in processSubtractRelocation() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp70 const ThumbRegisterInfo &MRI, int NumBytes, in emitPrologueEpilogueSPUpdate()
105 const ThumbRegisterInfo &MRI, int NumBytes, in emitCallSPUpdate()
158 unsigned NumBytes = MFI.getStackSize(); in emitPrologue() local
482 int NumBytes = (int)MFI.getStackSize(); in emitEpilogue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp70 const ThumbRegisterInfo &MRI, int NumBytes, in emitPrologueEpilogueSPUpdate()
107 const ThumbRegisterInfo &MRI, int NumBytes, in emitCallSPUpdate()
160 unsigned NumBytes = MFI.getStackSize(); in emitPrologue() local
513 int NumBytes = (int)MFI.getStackSize(); in emitEpilogue() local
/aosp_15_r20/external/zucchini/
H A Dreference_bytes_mixer.cc41 int ReferenceBytesMixer::NumBytes(uint8_t type) const { in NumBytes() function in zucchini::ReferenceBytesMixer
62 int ReferenceBytesMixerElfArm::NumBytes(uint8_t type) const { in NumBytes() function in zucchini::ReferenceBytesMixerElfArm
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceFixups.h102 AssemblerTextFixup(const std::string &Message, size_t NumBytes) in AssemblerTextFixup()
109 const size_t NumBytes; variable
H A DIceBrowserCompileServer.cpp158 int onDataCallback(const void *Data, size_t NumBytes) { in onDataCallback()
255 bool BrowserCompileServer::pushInputBytes(const void *Data, size_t NumBytes) { in pushInputBytes()
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp44 const ThumbRegisterInfo &MRI, int NumBytes, in emitSPUpdate()
98 unsigned NumBytes = MFI->getStackSize(); in emitPrologue() local
333 int NumBytes = (int)MFI->getStackSize(); in emitEpilogue() local
/aosp_15_r20/external/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/
H A DSEGGER_RTT_Syscalls_KEIL.c192 int _sys_write(FILEHANDLE hFile, const unsigned char * pBuffer, unsigned NumBytes, int Mode) { in _sys_write()
220 int _sys_read(FILEHANDLE hFile, unsigned char * pBuffer, unsigned NumBytes, int Mode) { in _sys_read()
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/
Dbytes.rs6 pub trait NumBytes: interface
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp54 uint64_t NumBytes = 0; in emitPrologue() local
126 uint64_t NumBytes = 0; in emitEpilogue() local
/aosp_15_r20/external/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp55 uint64_t NumBytes = 0; in emitPrologue() local
128 uint64_t NumBytes = 0; in emitEpilogue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp54 uint64_t NumBytes = 0; in emitPrologue() local
127 uint64_t NumBytes = 0; in emitEpilogue() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp339 int64_t NumBytes, bool InEpilogue) const { in emitSPUpdate()
527 uint64_t NumBytes = 0; in emitPrologue() local
689 uint64_t NumBytes = 0; in emitEpilogue() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp58 int NumBytes = NumElts * Scale; in DecodePSHUFBMask() local
253 int NumBytes = NumElts * Scale; in DecodeVPPERMMask() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp529 unsigned NumBytes, const MCSubtargetInfo &STI) { in EmitNop()
665 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT() local

12345678910>>...12