Searched refs:NumberOfBytes (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/Raw/
H A DNameMap.cpp26 uint32_t NumberOfBytes; local
27 if (auto EC = Stream.readInteger(NumberOfBytes))
31 if (Stream.bytesRemaining() < NumberOfBytes)
37 Stream.setOffset(StringsOffset + NumberOfBytes);
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DPciRootBridgeIo.h174 @param NumberOfBytes On input the number of bytes to map. On output the number of bytes
180 @retval EFI_SUCCESS The range was mapped for the returned NumberOfBytes.
193 IN OUT UINTN *NumberOfBytes,
H A DPciIo.h252 @param NumberOfBytes On input the number of bytes to map. On output the number of bytes
258 @retval EFI_SUCCESS The range was mapped for the returned NumberOfBytes.
271 IN OUT UINTN *NumberOfBytes,
/external/syslinux/efi32/include/efi/
H A Defipciio.h96 IN OUT UINTN *NumberOfBytes,
H A Defiprot.h441 IN OUT UINTN *NumberOfBytes,
/external/syslinux/efi64/include/efi/
H A Defipciio.h96 IN OUT UINTN *NumberOfBytes,
H A Defiprot.h441 IN OUT UINTN *NumberOfBytes,
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defipciio.h96 IN OUT UINTN *NumberOfBytes,
H A Defiprot.h441 IN OUT UINTN *NumberOfBytes,

Completed in 756 milliseconds