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

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Option.c 113 @param[in, out] BufLen The length of the buffer
116 @retval EFI_BUFFER_TOO_SMALL Buf is NULL or BufLen provided is too small.
125 IN OUT UINT32 *BufLen
134 ASSERT ((BufLen != NULL) && (OptionLen <= 40));
175 *BufLen = 0;
195 // If the buffer is too small, set the BufLen then return
197 if ((Buf == NULL) || (*BufLen < Len)) {
198 *BufLen = Len;
208 *BufLen = Len;
Ip4Option.h 58 @param[in, out] BufLen The length of the buffer
61 @retval EFI_BUFFER_TOO_SMALL Buf is NULL or BufLen provided is too small.
70 IN OUT UINT32 *BufLen
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHcMem.h 30 UINTN BufLen; // Memory size in bytes
EmmcHcMem.c 53 Block->BufLen = EFI_PAGES_TO_SIZE (Pages);
54 Block->BitsLen = Block->BufLen / (EMMC_PEIM_MEM_UNIT * 8);
419 if ((Block->Buf <= ToFree) && ((ToFree + AllocSize) <= (Block->Buf + Block->BufLen))) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHcMem.h 30 UINTN BufLen; // Memory size in bytes
SdHcMem.c 53 Block->BufLen = EFI_PAGES_TO_SIZE (Pages);
54 Block->BitsLen = Block->BufLen / (SD_PEIM_MEM_UNIT * 8);
419 if ((Block->Buf <= ToFree) && ((ToFree + AllocSize) <= (Block->Buf + Block->BufLen))) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHcMem.h 30 UINTN BufLen; // Memory size in bytes
UfsHcMem.c 53 Block->BufLen = EFI_PAGES_TO_SIZE (Pages);
54 Block->BitsLen = Block->BufLen / (UFS_PEIM_MEM_UNIT * 8);
419 if ((Block->Buf <= ToFree) && ((ToFree + AllocSize) <= (Block->Buf + Block->BufLen))) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
UsbHcMem.h 38 UINTN BufLen; // Memory size in bytes
  /external/swiftshader/third_party/subzero/src/
IceMangling.cpp 135 const size_t BufLen = 30 + Name.length() + PrefixLength;
136 ManglerVector NewName(BufLen);
143 snprintf(NewName.data(), BufLen, "_ZN%u%s%s", PrefixLength,
181 snprintf(NewName.data(), BufLen, "_ZN%u%s%u%sE%s", PrefixLength,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
UsbHcMem.h 33 UINTN BufLen; // Memory size in bytes
UsbHcMem.c 56 Block->BufLen = EFI_PAGES_TO_SIZE (Pages);
57 Block->BitsLen = Block->BufLen / (USBHC_MEM_UNIT * 8);
144 PciIo->FreeBuffer (PciIo, EFI_SIZE_TO_PAGES (Block->BufLen), Block->BufHost);
258 if ((Block->BufHost <= (UINT8 *) Mem) && (((UINT8 *) Mem + AllocSize) <= (Block->BufHost + Block->BufLen))) {
529 if ((Block->BufHost <= ToFree) && ((ToFree + AllocSize) <= (Block->BufHost + Block->BufLen))) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UsbHcMem.h 34 UINTN BufLen; // Memory size in bytes
UsbHcMem.c 55 Block->BufLen = EFI_PAGES_TO_SIZE (Pages);
56 Block->BitsLen = Block->BufLen / (USBHC_MEM_UNIT * 8);
143 PciIo->FreeBuffer (PciIo, EFI_SIZE_TO_PAGES (Block->BufLen), Block->BufHost);
257 if ((Block->BufHost <= (UINT8 *) Mem) && (((UINT8 *) Mem + AllocSize) <= (Block->BufHost + Block->BufLen))) {
527 if ((Block->Buf <= ToFree) && ((ToFree + AllocSize) <= (Block->Buf + Block->BufLen))) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
UsbHcMem.h 31 UINTN BufLen; // Memory size in bytes
UsbHcMem.c 57 Block->BufLen = EFI_PAGES_TO_SIZE (Pages);
58 Block->BitsLen = Block->BufLen / (USBHC_MEM_UNIT * 8);
217 if ((Block->BufHost <= (UINT8 *) Mem) && (((UINT8 *) Mem + AllocSize) <= (Block->BufHost + Block->BufLen))) {
266 if ((Block->Buf <= (UINT8 *) Mem) && (((UINT8 *) Mem + AllocSize) <= (Block->Buf + Block->BufLen))) {
523 if ((Block->BufHost <= ToFree) && ((ToFree + AllocSize) <= (Block->BufHost + Block->BufLen))) {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
UsbHcMem.h 34 UINTN BufLen; // Memory size in bytes
UsbHcMem.c 56 Block->BufLen = EFI_PAGES_TO_SIZE (Pages);
57 Block->BitsLen = Block->BufLen / (USBHC_MEM_UNIT * 8);
144 PciIo->FreeBuffer (PciIo, EFI_SIZE_TO_PAGES (Block->BufLen), Block->BufHost);
258 if ((Block->BufHost <= (UINT8 *) Mem) && (((UINT8 *) Mem + AllocSize) <= (Block->BufHost + Block->BufLen))) {
529 if ((Block->BufHost <= ToFree) && ((ToFree + AllocSize) <= (Block->BufHost + Block->BufLen))) {
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
UsbHcMem.h 34 UINTN BufLen; // Memory size in bytes
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeHeader.cpp 95 bool NaClBitcodeHeaderField::Write(uint8_t *Buf, size_t BufLen) const {
100 if (BufLen < FieldsLen + PadLen ||
115 bool NaClBitcodeHeaderField::Read(const uint8_t *Buf, size_t BufLen) {
116 if (BufLen < kTagLenSize)
123 if (BufLen < kTagLenSize + Length)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
UsbHcMem.c 56 Block->BufLen = EFI_PAGES_TO_SIZE (Pages);
57 Block->BitsLen = Block->BufLen / (USBHC_MEM_UNIT * 8);
135 PciIo->FreeBuffer (PciIo, EFI_SIZE_TO_PAGES (Block->BufLen), Block->BufHost);
250 if ((Block->BufHost <= (UINT8 *) Mem) && (((UINT8 *) Mem + AllocSize) <= (Block->BufHost + Block->BufLen))) {
299 if ((Block->Buf <= (UINT8 *) Mem) && (((UINT8 *) Mem + AllocSize) <= (Block->Buf + Block->BufLen))) {
562 if ((Block->BufHost <= ToFree) && ((ToFree + AllocSize) <= (Block->BufHost + Block->BufLen))) {
UsbHcMem.h 30 UINTN BufLen; // Memory size in bytes
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpIo.c 169 // media header. Add the media header length to buflen.
861 UINTN BufLen;
899 BufLen = Nbuf->TotalSize;
906 Status = Snp->Receive (Snp, &HeaderSize, &BufLen, BufPtr, NULL, NULL, NULL);
920 if ((HeaderSize != Snp->Mode->MediaHeaderSize) || (BufLen < HeaderSize)) {
925 BufLen)
931 if (Nbuf->TotalSize != BufLen) {
935 Trimmed = NetbufTrim (Nbuf, Nbuf->TotalSize - (UINT32) BufLen, NET_BUF_TAIL);
936 ASSERT (Nbuf->TotalSize == BufLen);
    [all...]
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeHeader.h 83 /// \brief Write field into Buf[BufLen].
84 bool Write(uint8_t *Buf, size_t BufLen) const;
86 /// \brief Read field from Buf[BufLen].
87 bool Read(const uint8_t *Buf, size_t BufLen);
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Option.h 156 @param[in, out] BufLen The length of the buffer.
170 IN OUT UINT32 *BufLen

Completed in 1196 milliseconds

1 2