HomeSort by relevance Sort by last modified time
    Searched full:buffersize (Results 101 - 125 of 1885) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DiskIo/
DiskIo.h 42 IN UINTN BufferSize,
48 Read BufferSize bytes from Offset into Buffer.
54 BufferSize - Size of Buffer
74 IN UINTN BufferSize,
80 Read BufferSize bytes from Offset into Buffer.
86 BufferSize - Size of Buffer
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/
Sprint.c 64 IN UINTN BufferSize,
77 BufferSize - Maximum number of characters to put into buffer.
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
101 IN UINTN BufferSize,
115 BufferSize - Maximum number of characters to put into buffer.
137 for (Index = 0; (Index < (BufferSize - 1)) && AsciiResult[Index] != '\0'; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/
Sprint.c 64 IN UINTN BufferSize,
77 BufferSize - Maximum number of characters to put into buffer.
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
101 IN UINTN BufferSize,
115 BufferSize - Maximum number of characters to put into buffer.
137 for (Index = 0; (Index < (BufferSize - 1)) && UnicodeResult[Index] != '\0'; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/
Sprint.c 64 IN UINTN BufferSize,
77 BufferSize - Maximum number of characters to put into buffer.
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
101 IN UINTN BufferSize,
115 BufferSize - Maximum number of characters to put into buffer.
137 for (Index = 0; (Index < (BufferSize - 1)) && AsciiResult[Index] != '\0'; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Unicode/
Sprint.c 64 IN UINTN BufferSize,
77 BufferSize - Maximum number of characters to put into buffer.
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
101 IN UINTN BufferSize,
115 BufferSize - Maximum number of characters to put into buffer.
137 for (Index = 0; (Index < (BufferSize - 1)) && UnicodeResult[Index] != '\0'; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/
SPrint.c 64 IN UINTN BufferSize,
77 BufferSize - Maximum number of characters to put into buffer.
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
101 IN UINTN BufferSize,
115 BufferSize - Maximum number of characters to put into buffer.
137 for (Index = 0; (Index < (BufferSize - 1)) && AsciiResult[Index] != '\0'; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/
SPrint.c 64 IN UINTN BufferSize,
77 BufferSize - Maximum number of characters to put into buffer.
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
101 IN UINTN BufferSize,
115 BufferSize - Maximum number of characters to put into buffer.
137 for (Index = 0; (Index < (BufferSize - 1)) && UnicodeResult[Index] != '\0'; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/
SPrint.c 63 IN UINTN BufferSize,
76 BufferSize - Maximum number of characters to put into buffer.
90 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
99 IN UINTN BufferSize,
113 BufferSize - Maximum number of characters to put into buffer.
135 for (Index = 0; (Index < (BufferSize - 1)) && AsciiResult[Index] != '\0'; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
Print.c 66 IN UINTN BufferSize,
80 BufferSize - Maximum number of characters to put into buffer. Zero means no
97 Return = VSPrint (Buffer, BufferSize, Format, Marker);
107 IN UINTN BufferSize,
123 BufferSize - Maximum number of characters to put into buffer. Zero means
149 BufferSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Unicode/
SPrint.c 64 IN UINTN BufferSize,
77 BufferSize - Maximum number of characters to put into buffer.
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
101 IN UINTN BufferSize,
115 BufferSize - Maximum number of characters to put into buffer.
137 for (Index = 0; (Index < (BufferSize - 1)) && UnicodeResult[Index] != '\0'; Index++) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrCommon.c 271 UINTN BufferSize;
299 BufferSize = EfiDevicePathSize (DevicePath);
308 if ((Size == BufferSize) && EfiCompareMem (DevicePath, TmpDevicePath, Size) == 0) {
322 BufferSize = 0x1000;
323 HiiHandles = EfiLibAllocatePool (BufferSize);
329 &BufferSize,
334 HiiHandles = EfiLibAllocatePool (BufferSize);
341 &BufferSize,
355 HandleCount = BufferSize / sizeof (EFI_HII_HANDLE);
454 UINTN BufferSize;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.h 36 @param BufferSize On input the size of Buffer in bytes. On output with a return
41 then no the size of the requested file is returned in BufferSize.
46 BufferSize is NULL.
49 @retval EFI_BUFFER_TOO_SMALL The BufferSize is too small to read the current directory entry.
50 BufferSize has been updated with the size needed to complete the request.
59 IN OUT UINTN *BufferSize,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BluetoothHc.h 33 @param BufferSize On input, indicates the size, in bytes, of the data buffer specified by Buffer.
43 - BufferSize is NULL.
44 - *BufferSize is 0.
54 IN OUT UINTN *BufferSize,
64 @param BufferSize On input, indicates the size, in bytes, of the data buffer specified by Buffer.
73 - BufferSize is NULL.
74 - *BufferSize is 0.
84 IN OUT UINTN *BufferSize,
139 @param BufferSize On input, indicates the size, in bytes, of the data buffer specified by Buffer.
149 - BufferSize is NULL.
    [all...]
LoadFile2.h 43 @param BufferSize On input the size of Buffer in bytes. On output with a return
49 BufferSize.
54 BufferSize is NULL.
60 @retval EFI_BUFFER_TOO_SMALL The BufferSize is too small to read the current
61 directory entry. BufferSize has been updated with
72 IN OUT UINTN *BufferSize,
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockIo.h 17 Read BufferSize bytes from Lba into Buffer.
22 @param BufferSize Size of Buffer, must be a multiple of device block size.
41 IN UINTN BufferSize,
46 Write BufferSize bytes from Lba into Buffer.
52 @param BufferSize Size of Buffer, must be a multiple of device block size.
71 IN UINTN BufferSize,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BmLib.c 70 @param BufferSize Current buffer size needed
81 IN UINTN BufferSize
89 if ((*Buffer == NULL) && (BufferSize != 0)) {
102 *Buffer = AllocateZeroPool (BufferSize);
210 UINTN BufferSize;
215 BufferSize = SIZE_OF_EFI_FILE_SYSTEM_VOLUME_LABEL + 200;
220 while (EfiGrowBuffer (&Status, (VOID **) &Buffer, BufferSize)) {
224 &BufferSize,
276 UINTN BufferSize;
282 BufferSize = SIZE_OF_EFI_FILE_INFO + 200;
    [all...]
  /external/llvm/include/llvm/Support/
Format.h 45 virtual int snprint(char *Buffer, unsigned BufferSize) const = 0;
52 /// returns a length to retry with, which will be larger than BufferSize.
53 unsigned print(char *Buffer, unsigned BufferSize) const {
54 assert(BufferSize && "Invalid buffer size!");
57 int N = snprint(Buffer, BufferSize);
61 return BufferSize * 2;
65 if (unsigned(N) >= BufferSize)
83 int snprint_tuple(char *Buffer, unsigned BufferSize,
86 return _snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...);
88 return snprintf(Buffer, BufferSize, Fmt, std::get<Is>(Vals)...)
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_ASimpleOutputStream.java 34 public Support_ASimpleOutputStream(int bufferSize) {
35 buf = new byte[bufferSize];
37 size = bufferSize;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
mmapped_buffer.h 33 const int bufferOffset, const int bufferSize, const bool isUpdatable);
56 AK_FORCE_INLINE MmappedBuffer(uint8_t *const buffer, const int bufferSize,
59 : mByteArrayView(buffer, bufferSize), mMmappedBuffer(mmappedBuffer),
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoCaptureAudioOutputPermissionTest.java 41 int bufferSize = AudioRecord.getMinBufferSize(44100,
44 if (bufferSize <= 0)
51 bufferSize = 44100;
60 AudioFormat.CHANNEL_IN_STEREO, AudioFormat.ENCODING_PCM_16BIT, bufferSize);
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
MemStorage.c 49 IN UINTN BufferSize,
120 IN UINTN BufferSize,
128 ASSERT (Offset + BufferSize < Dev->Size);
132 CopyMem (VAR_DATA_PTR (Dev) + Offset, UserBuffer, BufferSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/LoadFile/
LoadFile.h 44 IN OUT UINTN *BufferSize,
59 BufferSize - On input the size of Buffer in bytes. On output with a return
65 BufferSize.
71 BufferSize is NULL.
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/
DriverDiagnostics.c 34 OUT UINTN *BufferSize,
63 OUT UINTN *BufferSize,
92 BufferSize - The size, in bytes, of the data returned in Buffer.
119 the status information in ErrorType, BufferSize,
137 BufferSize == NULL) {
173 *BufferSize = 0;
176 *BufferSize = 0x60;
177 Buffer = AllocatePool ((UINTN) (*BufferSize));
178 CopyMem (*Buffer, L"Windows Block I/O Driver Diagnostics Failed\n", *BufferSize);
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Gasket.h 400 IN OUT UINTN *BufferSize,
408 IN OUT UINTN *BufferSize,
431 IN OUT UINTN *BufferSize,
440 IN UINTN BufferSize,
476 IN UINTN BufferSize,
487 IN UINTN BufferSize,
612 IN UINTN BufferSize,
629 IN UINTN BufferSize,
641 IN OUT UINTN *BufferSize,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwPadFile.c 270 @param BufferSize The length of FfsFileBuffer.
284 IN UINTN BufferSize,
334 CopyMem (FileHeader, FfsFileBuffer, BufferSize);
409 @param BufferSize The size of FfsFileBuffer.
424 IN UINTN BufferSize,
459 BufferSize,
522 BufferSize,
541 if (PadAreaLength > (BufferSize + PadSize)) {
542 if ((PadAreaLength - BufferSize - PadSize) >= sizeof (EFI_FFS_FILE_HEADER)) {
546 TailPadFileHeader = (EFI_FFS_FILE_HEADER *) ((UINT8 *) FileHeader + BufferSize);
    [all...]

Completed in 998 milliseconds

1 2 3 45 6 7 8 91011>>