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

1 2 3

  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/
DxeTcgPhysicalPresenceLib.c 527 UINTN BufSize;
534 BufSize = CONFIRM_BUFFER_SIZE;
535 ConfirmText = AllocateZeroPool (BufSize);
543 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2);
547 StrnCatS (ConfirmText, BufSize / sizeof (CHAR16), TmpStr1, (BufSize / sizeof (CHAR16)) - StrLen (ConfirmText) - 1);
555 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2);
559 StrnCatS (ConfirmText, BufSize / sizeof (CHAR16), TmpStr1, (BufSize / sizeof (CHAR16)) - StrLen (ConfirmText) - 1);
563 StrnCatS (ConfirmText, BufSize / sizeof (CHAR16), TmpStr1, (BufSize / sizeof (CHAR16)) - StrLen (ConfirmText) - 1);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/
DxeTrEEPhysicalPresenceLib.c 239 UINTN BufSize;
246 BufSize = CONFIRM_BUFFER_SIZE;
247 ConfirmText = AllocateZeroPool (BufSize);
260 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2);
264 StrnCatS (ConfirmText, BufSize / sizeof (CHAR16), TmpStr1, (BufSize / sizeof (CHAR16)) - StrLen (ConfirmText) - 1);
265 StrnCatS (ConfirmText, BufSize / sizeof (CHAR16), L" \n\n", (BufSize / sizeof (CHAR16)) - StrLen (ConfirmText) - 1);
269 StrnCatS (ConfirmText, BufSize / sizeof (CHAR16), TmpStr1, (BufSize / sizeof (CHAR16)) - StrLen (ConfirmText) - 1);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BBSsupport.h 25 @param BufSize The buffer size.
35 IN UINTN BufSize,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DxeTcg2PhysicalPresenceLib.c 356 UINTN BufSize;
371 BufSize = CONFIRM_BUFFER_SIZE;
372 ConfirmText = AllocateZeroPool (BufSize);
388 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2);
392 StrnCatS (ConfirmText, BufSize / sizeof (CHAR16), TmpStr1, (BufSize / sizeof (CHAR16)) - StrLen (ConfirmText) - 1);
393 StrnCatS (ConfirmText, BufSize / sizeof (CHAR16), L" \n\n", (BufSize / sizeof (CHAR16)) - StrLen (ConfirmText) - 1);
404 UnicodeSPrint (ConfirmText, BufSize, TmpStr1, TmpStr2);
408 StrnCatS (ConfirmText, BufSize / sizeof (CHAR16), TmpStr1, (BufSize / sizeof (CHAR16)) - StrLen (ConfirmText) - 1);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 219 ssize_t BufSize;
224 BufSize = (ssize_t)da_ShellSeek(filp, *offset, SEEK_SET);
225 if(BufSize >= 0) {
226 filp->f_offset = BufSize;
230 BufSize = (ssize_t)BufferSize;
233 Status = ShellReadFile( FileHandle, (UINTN *)&BufSize, Buffer);
238 BufSize = -BufSize;
241 BufSize = -1;
245 filp->f_offset += BufSize; // Advance to where we want to read next.
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c     [all...]
  /external/clang/unittests/libclang/
LibclangTest.cpp 62 unsigned BufSize;
63 clang_VirtualFileOverlay_writeToBuffer(VFO, 0, &BufPtr, &BufSize);
64 std::string BufStr(BufPtr, BufSize);
344 unsigned BufSize;
345 clang_ModuleMapDescriptor_writeToBuffer(MMD, 0, &BufPtr, &BufSize);
346 std::string BufStr(BufPtr, BufSize);
  /external/lzma/CPP/7zip/Common/
FileStreams.cpp 39 BufSize(0),
81 if (BufSize > 0 && BufStartPos == alignedPos)
84 if (pos >= BufSize)
86 UInt32 rem = MyMin(BufSize - pos, size);
131 bool result = File.Read1(Buf, readSize, BufSize);
135 if (BufSize == 0)
137 PhyPos += BufSize;
FileStreams.h 52 UInt32 BufSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/
CommPs2.c 458 @param BufSize The size of buffer
466 IN OUT UINTN *BufSize,
486 for (BytesRead = 0; BytesRead < *BufSize; BytesRead++) {
497 if (BytesRead == 0 || BytesRead != *BufSize) {
501 *BufSize = BytesRead;
CommPs2.h 262 @param BufSize The size of buffer
270 IN OUT UINTN *BufSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Option.c 85 UINT32 BufSize;
89 BufSize = GET_RCV_BUFFSIZE (Tcb->Sk);
93 ((UINT32) (TCP_OPTION_MAX_WIN << Scale) < BufSize)) {
Socket.h 247 #define GET_RCV_DATASIZE(Sock) (((Sock)->RcvBuffer.DataQueue)->BufSize)
276 #define GET_SND_DATASIZE(Sock) (((Sock)->SndBuffer.DataQueue)->BufSize)
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpOption.c 85 UINT32 BufSize;
89 BufSize = GET_RCV_BUFFSIZE (Tcb->Sk);
92 while ((Scale < TCP_OPTION_MAX_WS) && ((UINT32) (TCP_OPTION_MAX_WIN << Scale) < BufSize)) {
Socket.h 261 #define GET_RCV_DATASIZE(Sock) (((Sock)->RcvBuffer.DataQueue)->BufSize)
290 #define GET_SND_DATASIZE(Sock) (((Sock)->SndBuffer.DataQueue)->BufSize)
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeService.c 217 UINTN BufSize;
223 BufSize = 0;
252 &BufSize,
260 IfInfo = AllocateZeroPool (BufSize);
273 &BufSize,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
CommPs2.c 481 @param BufSize The size of buffer
490 IN OUT UINTN *BufSize,
511 while (BytesRead < *BufSize) {
526 if (BytesRead == 0 || BytesRead != *BufSize) {
530 *BufSize = BytesRead;