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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcFrameLowering.cpp 38 int NumBytes = (int) MFI->getStackSize();
47 NumBytes += 92;
51 NumBytes = (NumBytes + 7) & ~7;
52 NumBytes = -NumBytes;
54 if (NumBytes >= -4096) {
56 .addReg(SP::O6).addImm(NumBytes);
60 unsigned OffHi = (unsigned)NumBytes >> 10U;
64 .addReg(SP::G1).addImm(NumBytes & ((1 << 10)-1))
    [all...]
  /external/llvm/unittests/MC/
Disassembler.cpp 39 unsigned NumBytes = sizeof(Bytes);
42 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
48 NumBytes -= InstSize;
50 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
56 NumBytes -= InstSize;
58 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/FlashDeviceLib/
FlashDeviceLib.c 36 UINTN NumBytes
45 while ( (NumBytes > 0) && (NumBytes <= MAX_FWH_SIZE) ) {
62 NumBytes -= SectorSize;
72 UINTN NumBytes
81 while ( (NumBytes > 0) && (NumBytes <= MAX_FWH_SIZE) ) {
98 NumBytes -= SectorSize;
114 UINT32 NumBytes = (UINT32)Length;
127 NumBytes,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaFrameLowering.cpp 65 long NumBytes = MFI->getStackSize();
68 NumBytes += 8; //reserve space for the old FP
71 if (NumBytes == 0) return;
74 NumBytes = (NumBytes+Align-1)/Align*Align;
77 MFI->setStackSize(NumBytes);
79 // adjust stack pointer: r30 -= numbytes
80 NumBytes = -NumBytes;
81 if (NumBytes >= Alpha::IMM_LOW)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
PlatformFvbLib.h 29 @param[in] NumBytes The number of bytes read.
40 IN UINTN NumBytes,
52 @param[in] NumBytes The number of bytes written.
62 IN UINTN NumBytes,
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformFvbLibNull/
PlatformFvbLibNull.c 27 @param[in] NumBytes The number of bytes read.
38 IN UINTN NumBytes,
52 @param[in] NumBytes The number of bytes written.
62 IN UINTN NumBytes,
  /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
QemuFlash.h 28 @param[in] NumBytes On input, indicates the requested read size. On
37 IN UINTN *NumBytes,
47 @param[in] NumBytes On input, indicates the requested write size. On
56 IN UINTN *NumBytes,
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
FlashDeviceLib.h 48 Read NumBytes bytes of data from the address specified by
52 @param[in,out] NumBytes On input, the number of bytes to read. On output, the number
64 IN OUT UINTN *NumBytes,
69 Write NumBytes bytes of data from Buffer to the address specified by
73 @param[in,out] NumBytes On input, the number of bytes to write. On output,
85 IN OUT UINTN *NumBytes,
Fd.h 216 IN UINTN NumBytes
222 IN UINTN NumBytes
229 IN UINTN NumBytes
236 IN UINTN NumBytes
243 IN UINTN NumBytes
250 IN UINTN NumBytes
256 IN UINTN NumBytes,
263 IN UINTN NumBytes,
270 IN UINTN NumBytes
277 IN UINTN NumBytes
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceFixups.h 102 AssemblerTextFixup(const std::string &Message, size_t NumBytes)
103 : AssemblerFixup(), Message(Message), NumBytes(NumBytes) {}
109 const size_t NumBytes;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Callback.c 86 @param NumBytes Number of bytes to read or write.
97 IN UINT8 NumBytes,
108 switch (NumBytes) {
180 @param NumBytes Size of memory to be mapped.
191 IN UINT32 NumBytes,
203 BuffSize = (UINTN) NumBytes;
274 @param NumBytes Size of memory mapped.
285 IN UINT32 NumBytes,
328 @param NumBytes Size of memory mapped.
339 IN UINT32 NumBytes,
    [all...]
  /external/ltp/testcases/kernel/io/disktest/
dump.c 112 size_t TotalRemainingBytes, NumBytes, ibuff_siz, obuff_siz;
118 NumBytes = 0;
148 NumBytes = ibuff_siz;
149 buff_curr += NumBytes;
152 NumBytes = TotalRemainingBytes;
157 format_str(NumBytes, ibuff, ibuff_siz, obuff,
162 format_raw(NumBytes, ibuff, obuff, obuff_siz);
178 ssize_t NumBytes = 0;
208 NumBytes = Read(fd, buff, args->htrsiz * BLK_SIZE);
209 if ((NumBytes > args->htrsiz * BLK_SIZE) || (NumBytes < 0))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1FrameLowering.cpp 42 int NumBytes, unsigned MIFlags = MachineInstr::NoFlags) {
43 emitThumbRegPlusImmediate(MBB, MBBI, dl, ARM::SP, ARM::SP, NumBytes, TII,
58 unsigned NumBytes = MFI->getStackSize();
65 NumBytes = (NumBytes + 3) & ~3;
66 MFI->setStackSize(NumBytes);
78 if (NumBytes != 0)
79 emitSPUpdate(MBB, MBBI, TII, dl, *RegInfo, -NumBytes,
125 unsigned DPRCSOffset = NumBytes - (GPRCS1Size + GPRCS2Size + DPRCSSize);
128 AFI->setFramePtrSpillOffset(MFI->getObjectOffset(FramePtrSpillFI) + NumBytes);
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/EmuVariableFvbLib/
EmuVariableFvbLib.c 31 @param[in] NumBytes The number of bytes read.
42 IN UINTN NumBytes,
56 @param[in] NumBytes The number of bytes written.
66 IN UINTN NumBytes,
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
IPDBFile.h 37 uint32_t NumBytes) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/MSF/
IMSFFile.h 34 uint32_t NumBytes) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/MSF/
IMSFFile.h 34 uint32_t NumBytes) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/MSF/
IMSFFile.h 34 uint32_t NumBytes) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/MSF/
IMSFFile.h 34 uint32_t NumBytes) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/MSF/
IMSFFile.h 34 uint32_t NumBytes) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/MSF/
IMSFFile.h 34 uint32_t NumBytes) const = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/MSF/
IMSFFile.h 34 uint32_t NumBytes) const = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/MSF/
IMSFFile.h 34 uint32_t NumBytes) const = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/MSF/
IMSFFile.h 34 uint32_t NumBytes) const = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/MSF/
IMSFFile.h 34 uint32_t NumBytes) const = 0;

Completed in 1005 milliseconds

1 2 3 4 5 6 7 8 91011>>