/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/ |
FileExplorer.c | 478 UINTN BufferSize;
481 BufferSize = 0;
486 &BufferSize,
490 Buffer = AllocatePool (BufferSize);
497 &BufferSize,
1042 UINTN BufferSize;
1066 BufferSize = DirBufferSize;
1067 Status = FileHandle->Read (FileHandle, &BufferSize, DirInfo);
1068 if (EFI_ERROR (Status) || BufferSize == 0) {
1103 BufferSize = StrLen (DirInfo->FileName) * 2 + 6; [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/ |
MonotonicCounter.c | 211 UINTN BufferSize;
233 BufferSize = sizeof (UINT32);
238 &BufferSize,
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
BlockIo2.h | 168 @param[in] BufferSize The size of the Buffer in bytes. This number must be
180 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of
191 IN UINTN BufferSize,
|
FirmwareVolume.h | 33 memory-mapped firmware volumes, Buffer and BufferSize refer to
44 @param BufferSize Size of the buffer.
58 IN UINTN BufferSize,
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/ |
WinNtSerialIo.c | [all...] |
/external/apache-http/src/org/apache/http/impl/io/ |
AbstractSessionOutputBuffer.java | 71 protected void init(final OutputStream outstream, int buffersize, final HttpParams params) { 75 if (buffersize <= 0) { 82 this.buffer = new ByteArrayBuffer(buffersize);
|
ChunkedOutputStream.java | 73 * @param bufferSize minimum chunk size (excluding last chunk) 76 public ChunkedOutputStream(final SessionOutputBuffer out, int bufferSize) 79 this.cache = new byte[bufferSize];
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSUtils.java | 247 int tagNo, boolean isExplicit, int bufferSize) throws IOException 251 if (bufferSize != 0) 253 return octGen.getOctetOutputStream(new byte[bufferSize]);
|
/external/compiler-rt/lib/profile/ |
InstrProfilingWriter.c | 59 uint32_t BufferSize = VPBufferSize; 62 BufferSize = sizeof(BufferIOBuffer); 64 llvmInitBufferIO(&TheBufferIO, FileWriter, File, Buffer, BufferSize);
|
/external/guava/guava/src/com/google/common/collect/ |
Ordering.java | 684 int bufferSize = 1; 685 // threshold is the kth smallest element seen so far. Once bufferSize >= k, 688 while (bufferSize < k && elements.hasNext()) { 690 buffer[bufferSize++] = e; 700 buffer[bufferSize++] = e; 701 if (bufferSize == bufferCap) { 723 bufferSize = k; 726 for (int i = minThresholdPosition + 1; i < bufferSize; i++) { 732 Arrays.sort(buffer, 0, bufferSize, this); 734 bufferSize = Math.min(bufferSize, k) [all...] |
/external/protobuf/src/google/protobuf/io/ |
coded_stream.cc | 94 int backup_bytes = BufferSize() + buffer_size_after_limit_ + overflow_bytes_; 99 total_bytes_read_ -= BufferSize() + buffer_size_after_limit_; 217 const int original_buffer_size = BufferSize(); 252 if (BufferSize() == 0 && !Refresh()) return false; 255 *size = BufferSize(); 282 while ((current_buffer_size = BufferSize()) < size) { 306 if (BufferSize() >= sizeof(*value)) { 323 if (BufferSize() >= sizeof(*value)) { 390 if (BufferSize() >= kMaxVarintBytes || 438 const int buf_size = BufferSize(); [all...] |
/external/syslinux/gpxe/src/doc/ |
pxe_extensions | 138 UINT16 BufferSize; 147 BufferSize: Maximum number of data bytes that can be copied into 155 BufferSize: Number of bytes written to the data buffer. End of
|
/frameworks/av/cmds/stagefright/ |
muxer.cpp | 90 size_t bufferSize = 1 * 1024 * 1024; // default buffer size is 1MB. 124 bufferSize = width * height * 4; // Assuming it is maximally 4BPP 159 sp<ABuffer> newBuffer = new ABuffer(bufferSize);
|
/hardware/interfaces/audio/2.0/default/ |
Device.cpp | 152 uint64_t bufferSize = 0; 155 bufferSize = halBufferSize; 157 _hidl_cb(retval, bufferSize);
|
/hardware/interfaces/sensors/1.0/default/ |
Sensors.cpp | 189 int bufferSize = maxCount <= kPollMaxBufferSize ? maxCount : kPollMaxBufferSize; 190 data.reset(new sensors_event_t[bufferSize]); 193 data.get(), bufferSize);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winevt.h | 372 DWORD BufferSize, 404 DWORD BufferSize, 530 DWORD BufferSize,
|
/system/libhidl/base/include/hidl/ |
MQDescriptor.h | 66 MQDescriptor(size_t bufferSize, native_handle_t* nHandle, 183 MQDescriptor<T, flavor>::MQDescriptor(size_t bufferSize, native_handle_t *nHandle, 195 bufferSize, /* memory to be allocated for data buffer */
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/ |
ArmVExpressFastBoot.c | 82 UINTN BufferSize;
121 BufferSize = ALIGN_VALUE (EntrySize * NumEntries, BlockIo->Media->BlockSize);
122 *PartitionEntries = AllocatePool (BufferSize);
127 Status = BlockIo->ReadBlocks (BlockIo, MediaId, 2, BufferSize, (VOID *) *PartitionEntries);
|
/device/linaro/bootloader/edk2/DuetPkg/FSVariable/ |
VariableStorage.h | 67 IN UINTN BufferSize,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/ |
SimpleNetwork.h | 449 IN UINTN BufferSize,
464 BufferSize - The number of bytes to read or write from the NVRAM device.
521 IN UINTN BufferSize,
538 BufferSize - The size, in bytes, of the entire packet (media header and
559 EFI_BUFFER_TOO_SMALL - The BufferSize parameter is too small.
572 IN OUT UINTN *BufferSize,
588 BufferSize - On entry, the size, in bytes, of Buffer. On exit, the size, in
603 EFI_SUCCESS - The received data was stored in Buffer, and BufferSize has
608 EFI_BUFFER_TOO_SMALL - The BufferSize parameter is too small.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/FaultTolerantWriteLite/ |
FaultTolerantWriteLite.h | 19 And it only supports write BufferSize <= SpareAreaLength.
|
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/ |
EmuSnp.h | 286 @param BufferSize The number of bytes to read or write from the NVRAM device.
303 IN UINTN BufferSize,
348 @param BufferSize The size, in bytes, of the entire packet (media header and
367 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
378 IN UINTN BufferSize,
392 @param BufferSize On entry, the size, in bytes, of Buffer. On exit, the size, in
406 @retval EFI_SUCCESS The received data was stored in Buffer, and BufferSize has
411 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
422 IN OUT UINTN *BufferSize,
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
LinuxPacketFilter.c | 359 @param BufferSize The number of bytes to read or write from the NVRAM device.
375 IN UINTN BufferSize,
433 @param BufferSize The size, in bytes, of the entire packet (media header and
452 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
462 IN UINTN BufferSize,
483 @param BufferSize On entry, the size, in bytes, of Buffer. On exit, the size, in
497 @retval EFI_SUCCESS The received data was stored in Buffer, and BufferSize has
502 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
512 IN OUT UINTN *BufferSize,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/ |
AmlNamespace.c | 298 UINTN BufferSize;
307 BufferSize = AmlHandle->Size;
335 while ((UINTN)CurrentBuffer < (UINTN)Buffer + BufferSize) {
339 Status = SdtOpenEx (CurrentBuffer, (UINTN)Buffer + BufferSize - (UINTN)CurrentBuffer, (EFI_ACPI_HANDLE *)&AmlChildHandle);
|
AmlString.c | 106 @param[out] BufferSize AML NameString size
114 OUT UINTN *BufferSize
156 *BufferSize = 2;
178 *BufferSize = Length;
|