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

12 3

  /device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
SnpNt32.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.c 349 @param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
359 OUT UINTN *BufSize
371 *BufSize = 0;
437 *BufSize = AddrCnt * sizeof (EFI_IP6_CONFIG_MANUAL_ADDRESS);
452 @param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
462 OUT UINTN *BufSize
473 *BufSize = 0;
531 *BufSize = AddrCnt * sizeof (EFI_IPv6_ADDRESS);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
Ifconfig6.c 425 @param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
435 OUT UINTN *BufSize
447 *BufSize = 0;
513 *BufSize = AddrCnt * sizeof (EFI_IP6_CONFIG_MANUAL_ADDRESS);
528 @param[out] BufSize The pointer of BufSize that describes the size of Buf in bytes.
538 OUT UINTN *BufSize
549 *BufSize = 0;
607 *BufSize = AddrCnt * sizeof (EFI_IPv6_ADDRESS);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxe.c     [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 150 BufSize = number of bytes in OutBuf }
152 const OutBuf: Pointer; BufSize: Integer);
367 const OutBuf: Pointer; BufSize: Integer);
377 strm.avail_out := BufSize;
  /toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
ZLib.pas 150 BufSize = number of bytes in OutBuf }
152 const OutBuf: Pointer; BufSize: Integer);
367 const OutBuf: Pointer; BufSize: Integer);
377 strm.avail_out := BufSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiCHAP.c 151 Len = Conn->RspQue.BufSize;
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
UsbCredentialProvider.c 476 UINTN BufSize;
479 BufSize = 0;
482 Status = GetFileData (TokenFile, (VOID *)&Buffer, &BufSize);
488 if (!GenerateCredential (Buffer, BufSize, Token)) {
    [all...]
  /external/webrtc/webrtc/test/channel_transport/
traffic_control_win.cc 247 HANDLE SubCode, ULONG BufSize, PVOID Buffer)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
traffic.h 47 typedef VOID (CALLBACK *TCI_NOTIFY_HANDLER)(HANDLE ClRegCtx,HANDLE ClIfcCtx,ULONG Event,HANDLE SubCode,ULONG BufSize,PVOID Buffer);
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 161 bufsize := bufsizes[k]
163 buf := NewReaderSize(read, bufsize)
166 t.Errorf("reader=%s fn=%s bufsize=%d want=%q got=%q",
167 readmaker.name, bufreader.name, bufsize, text, s)
538 context := fmt.Sprintf("nwrite=%d bufsize=%d", nwrite, bs)
603 const BufSize = 1000
604 b := NewReaderSize(strings.NewReader("hello world"), BufSize)
606 b1 := NewReaderSize(b, BufSize)
611 b2 := NewReaderSize(b, 2*BufSize)
618 const BufSize = 100
    [all...]
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 161 bufsize := bufsizes[k]
163 buf := NewReaderSize(read, bufsize)
166 t.Errorf("reader=%s fn=%s bufsize=%d want=%q got=%q",
167 readmaker.name, bufreader.name, bufsize, text, s)
538 context := fmt.Sprintf("nwrite=%d bufsize=%d", nwrite, bs)
603 const BufSize = 1000
604 b := NewReaderSize(strings.NewReader("hello world"), BufSize)
606 b1 := NewReaderSize(b, BufSize)
611 b2 := NewReaderSize(b, 2*BufSize)
618 const BufSize = 100
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiCHAP.c 176 Len = Conn->RspQue.BufSize;
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 480 buffer is set to BufSize char in length. Otherwise, an array of BufSize char is allocated
483 It is an error for BufSize to be zero unless BufMode is _IONBF, in which case BufSize is ignored.
488 @param[in] BufSize The size of the buffer to use, specified in char.
493 int setvbuf (FILE * __restrict fp, char * __restrict Buff, int BufMode, size_t BufSize);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c 90 @param BufSize The buffer size.
98 IN UINTN BufSize,
197 UnicodeSPrint (BootString, BufSize, Fmt, Type, Index - 5);
199 UnicodeSPrint (BootString, BufSize, Fmt, Type);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
SockImpl.c 441 RcvdBytes = (Sock->RcvBuffer.DataQueue)->BufSize;
1015 ASSERT (Count <= (Sock->SndBuffer.DataQueue)->BufSize);
1145 BufferCC = (SockBuffer->DataQueue)->BufSize;
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
SockImpl.c 552 RcvdBytes = (Sock->RcvBuffer.DataQueue)->BufSize;
1126 ASSERT (Count <= (Sock->SndBuffer.DataQueue)->BufSize);
1250 BufferCC = (SockBuffer->DataQueue)->BufSize;
  /external/llvm/lib/Support/
Path.cpp 903 const size_t BufSize = 4096;
904 char *Buf = new char[BufSize];
907 BytesRead = read(ReadFD, Buf, BufSize);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 905 const size_t BufSize = 4096;
906 char *Buf = new char[BufSize];
909 BytesRead = read(ReadFD, Buf, BufSize);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Mvpp2Lib.h 118 IN INT32 BufSize
Pp2Dxe.h 247 INT32 BufSize;
Mvpp2Lib.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 142 @param BufSize The buffer size.
150 IN UINTN BufSize,
246 UnicodeSPrint (BootString, BufSize, Fmt, Type, Index - 5);
248 UnicodeSPrint (BootString, BufSize, Fmt, Type);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 144 @param BufSize The buffer size.
152 IN UINTN BufSize,
248 UnicodeSPrint (BootString, BufSize, Fmt, Type, Index - 5);
250 UnicodeSPrint (BootString, BufSize, Fmt, Type);
    [all...]

Completed in 1159 milliseconds

12 3