| /device/linaro/bootloader/edk2/DuetPkg/FSVariable/ |
| FileStorage.c | 190 UINTN NumBytes;
229 NumBytes = Dev->Size;
230 Status = File->Write (File, &NumBytes, VAR_DATA_PTR (Dev));
296 UINTN NumBytes;
311 NumBytes = Dev->Size;
312 Status = File->Write (File, &NumBytes, VAR_DATA_PTR (Dev));
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/ |
| Fvb.c | 65 IN OUT UINTN *NumBytes,
77 NumBytes - Pointer that on input contains the total size of
90 return EfiCallEsalService (&Guid, Read, Instance, Lba, Offset, (UINT64) NumBytes, (UINT64) Buffer, 0, 0).Status;
98 IN OUT UINTN *NumBytes,
110 NumBytes - Pointer that on input contains the total size of
123 return EfiCallEsalService (&Guid, Write, Instance, Lba, Offset, (UINT64) NumBytes, (UINT64) Buffer, 0, 0).Status;
|
| /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/ |
| PoolAlloc.cpp | 263 void* TPoolAllocator::allocate(size_t numBytes) 266 // them: [guardblock][allocation][guardblock]. numBytes is how 270 size_t allocationSize = TAllocation::allocationSize(numBytes); 276 totalBytes += numBytes; 290 return initializeAllocation(inUseList, memory, numBytes); 333 return initializeAllocation(inUseList, ret, numBytes);
|
| /device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/ |
| FwBlockService.h | 158 IN OUT UINTN *NumBytes,
168 IN OUT UINTN *NumBytes,
|
| /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/ |
| FvbService.h | 146 IN OUT UINTN *NumBytes,
156 IN OUT UINTN *NumBytes,
|
| FvbSmmCommon.h | 78 UINTN NumBytes;
|
| /external/deqp/execserver/ |
| xsPosixFileReader.hpp | 45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); }
|
| xsTestProcess.hpp | 51 virtual int readTestLog (deUint8* dst, int numBytes) = DE_NULL; 52 virtual int readInfoLog (deUint8* dst, int numBytes) = DE_NULL;
|
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| vktSpvAsmComputeShaderCase.cpp | 54 Move<VkBuffer> createBufferAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator& allocator, size_t numBytes, AllocationMp* outMemory) 70 numBytes, // size 87 void setMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, const void* data) 91 deMemcpy((deUint8*)hostPtr, data, numBytes); 92 flushMappedMemoryRange(vkdi, device, destAlloc->getMemory(), destAlloc->getOffset(), numBytes); 95 void fillMemoryWithValue (const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, deUint8 value) 99 deMemset((deUint8*)hostPtr, value, numBytes); 100 flushMappedMemoryRange(vkdi, device, destAlloc->getMemory(), destAlloc->getOffset(), numBytes); 103 void invalidateMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* srcAlloc, size_t numBytes) 105 invalidateMappedMemoryRange(vkdi, device, srcAlloc->getMemory(), srcAlloc->getOffset(), numBytes); [all...] |
| /external/deqp/framework/delibs/debase/ |
| deString.h | 39 deUint32 deMemoryHash (const void* ptr, size_t numBytes); 40 deBool deMemoryEqual (const void* ptr, const void* cmp, size_t numBytes);
|
| /external/llvm/lib/Support/Unix/ |
| Memory.inc | 82 Memory::allocateMappedMemory(size_t NumBytes, 87 if (NumBytes == 0) 91 const size_t NumPages = (NumBytes+PageSize-1)/PageSize; 123 return allocateMappedMemory(NumBytes, nullptr, PFlags, EC); 180 Memory::AllocateRWX(size_t NumBytes, const MemoryBlock* NearBlock, 182 if (NumBytes == 0) return MemoryBlock(); 185 size_t NumPages = (NumBytes+PageSize-1)/PageSize; 217 return AllocateRWX(NumBytes, nullptr);
|
| /external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
| Memory.inc | 82 Memory::allocateMappedMemory(size_t NumBytes, 87 if (NumBytes == 0) 91 const size_t NumPages = (NumBytes+PageSize-1)/PageSize; 115 return allocateMappedMemory(NumBytes, nullptr, PFlags, EC); 175 Memory::AllocateRWX(size_t NumBytes, const MemoryBlock* NearBlock, 177 if (NumBytes == 0) return MemoryBlock(); 180 size_t NumPages = (NumBytes+PageSize-1)/PageSize; 204 return AllocateRWX(NumBytes, nullptr);
|
| /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/ |
| FwdLockGlue.h | 28 * @param[in] numBytes The number of random bytes to generate. 32 int FwdLockGlue_GetRandomNumber(void *pBuffer, size_t numBytes);
|
| /libcore/ojluni/src/main/java/java/security/ |
| SecureRandomSpi.java | 69 * @param numBytes the number of seed bytes to generate. 73 protected abstract byte[] engineGenerateSeed(int numBytes);
|
| /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
| SystemZFrameLowering.cpp | 68 int64_t NumBytes, const TargetInstrInfo &TII) { 70 bool isSub = NumBytes < 0; 71 uint64_t Offset = isSub ? -NumBytes : NumBytes; 110 uint64_t NumBytes = StackSize - getOffsetOfLocalArea(); 121 // adjust stack pointer: R15 -= numbytes 125 emitSPUpdate(MBB, MBBI, -(int64_t)NumBytes, TII); 162 uint64_t NumBytes = StackSize - getOffsetOfLocalArea(); 189 uint64_t Offset = NumBytes + MI.getOperand(i).getImm(); 194 NumBytes = Offset - 524287 [all...] |
| /external/llvm/lib/Target/ARM/ |
| ThumbRegisterInfo.cpp | 125 const DebugLoc &dl, unsigned DestReg, unsigned BaseReg, int NumBytes, 136 if (NumBytes < 0 && !isHigh && CanChangeCC) { 138 NumBytes = -NumBytes; 146 if (NumBytes <= 255 && NumBytes >= 0 && CanChangeCC) { 148 .addImm(NumBytes) 150 } else if (NumBytes < 0 && NumBytes >= -255 && CanChangeCC) { 152 .addImm(NumBytes) [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/X86/ |
| X86FrameLowering.cpp | 143 unsigned StackPtr, int64_t NumBytes, 146 bool isSub = NumBytes < 0; 147 uint64_t Offset = isSub ? -NumBytes : NumBytes; 188 unsigned StackPtr, uint64_t *NumBytes = NULL) { 196 if (NumBytes) 197 *NumBytes += PI->getOperand(2).getImm(); 202 if (NumBytes) 203 *NumBytes -= PI->getOperand(2).getImm(); 212 unsigned StackPtr, uint64_t *NumBytes = NULL) [all...] |
| /device/google/contexthub/lib/include/nanohub/ |
| sha2.h | 41 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes);
|
| /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/ |
| NorFlashDxe.h | 288 IN OUT UINTN *NumBytes,
298 IN OUT UINTN *NumBytes,
324 IN OUT UINTN *NumBytes,
358 IN OUT UINTN *NumBytes,
|
| /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/ |
| FwBlockService.h | 159 IN OUT UINTN *NumBytes,
170 IN OUT UINTN *NumBytes,
277 IN OUT UINTN *NumBytes,
287 IN OUT UINTN *NumBytes,
|
| /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/ |
| FwBlockService.h | 164 IN OUT UINTN *NumBytes,
175 IN OUT UINTN *NumBytes,
291 IN OUT UINTN *NumBytes,
301 IN OUT UINTN *NumBytes,
|
| /external/clang/test/CodeGenObjC/ |
| ns-constant-strings.m | 12 unsigned int numBytes;
|
| /external/deqp/framework/delibs/decpp/ |
| deArrayBuffer.cpp | 35 void* ArrayBuffer_AlignedMalloc (size_t numBytes, size_t alignment) 37 const int sizeAsInt = (int)numBytes; 41 if (sizeAsInt < 0 || numBytes != (size_t)sizeAsInt) 53 VALGRIND_MAKE_MEM_UNDEFINED(ptr, numBytes);
|
| /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/ |
| HandleMock.java | 92 public int discardData(int numBytes, DataPipe.ReadFlags flags) { 110 public ByteBuffer beginReadData(int numBytes, 137 public ByteBuffer beginWriteData(int numBytes, 216 public ByteBuffer map(long offset, long numBytes, MapFlags flags) {
|
| /external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
| IPDBFile.h | 37 uint32_t NumBytes) const = 0;
|