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

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressBlockIo.c 358 Read BufferSize bytes from Lba into Buffer.
363 @param BufferSize Size of Buffer, must be a multiple of device block size.
382 IN UINTN BufferSize,
411 if (BufferSize == 0) {
416 if ((BufferSize % BlockSize) != 0) {
420 NumberOfBlocks = BufferSize / BlockSize;
441 Write BufferSize bytes from Lba into Buffer.
447 @param BufferSize Size of Buffer, must be a multiple of device block size.
466 IN UINTN BufferSize,
495 if (BufferSize == 0) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
UsbBotPeim.c 411 @param[in] BufferSize The size of the Buffer in bytes. This number must be
423 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of
434 IN UINTN BufferSize,
453 if (BufferSize == 0) {
463 if (BufferSize % BlockSize != 0) {
471 NumberOfBlocks = BufferSize / (PeiBotDev->Media.BlockSize);
511 NumberOfBlocks = BufferSize / PeiBotDev->Media.BlockSize;
517 if (BufferSize % (PeiBotDev->Media.BlockSize) != 0) {
686 @param[in] BufferSize The size of the Buffer in bytes. This number must be
698 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
Ffs.c 59 @param BufferSize Size of the buffer in bytes
69 IN UINTN BufferSize
83 for (Count = 0; Count < BufferSize; Count++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcSupport.c 145 @param[in] BufferSize The maxsize of the buffer.
154 IN UINTN BufferSize
169 AsciiStrCpyS (Buffer, BufferSize, &TempStr[Index]);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DriverDiagnostics.h 73 @param BufferSize The size, in bytes, of the data returned in Buffer.
98 the status information in ErrorType, BufferSize,
113 OUT UINTN *BufferSize,
DriverDiagnostics2.h 50 @param BufferSize The size, in bytes, of the data returned in Buffer.
78 the status information in ErrorType, BufferSize,
93 OUT UINTN *BufferSize,
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
VirtioNet.h 215 IN UINTN BufferSize,
232 IN UINTN BufferSize,
244 IN OUT UINTN *BufferSize,
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Reclaim.c 188 @param[in] BufferSize The number of bytes of the data Buffer.
199 IN UINTN BufferSize
245 CopyMem (FtwBuffer, Buffer, BufferSize);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifResourceDecoder.java 100 final int bufferSize = 16384;
101 ByteArrayOutputStream buffer = new ByteArrayOutputStream(bufferSize);
104 byte[] data = new byte[bufferSize];
  /external/libxml2/
trio.h 104 int trio_vsnprintf TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
106 int trio_snprintfv TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
110 int trio_vsnprintfcat TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
  /external/llvm/test/CodeGen/PowerPC/
2008-04-23-CoalescerCrash.ll 13 define i32 @_Z14ProgramByWordsPvyy(i8* %buffer, i64 %Offset, i64 %bufferSize) nounwind {
75 %tmp256 = lshr i64 %bufferSize, 1 ; <i64> [#uses=1]
86 define i32 @_Z15ProgramByBlocksyy(i64 %Offset, i64 %bufferSize) nounwind {
  /external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
2008-04-23-CoalescerCrash.ll 13 define i32 @_Z14ProgramByWordsPvyy(i8* %buffer, i64 %Offset, i64 %bufferSize) nounwind {
75 %tmp256 = lshr i64 %bufferSize, 1 ; <i64> [#uses=1]
86 define i32 @_Z15ProgramByBlocksyy(i64 %Offset, i64 %bufferSize) nounwind {
  /external/syslinux/efi32/include/efi/
efipxebc.h 301 IN OUT UINT64 *BufferSize,
321 IN UINTN *BufferSize,
336 IN OUT UINTN *BufferSize,
  /external/syslinux/efi64/include/efi/
efipxebc.h 301 IN OUT UINT64 *BufferSize,
321 IN UINTN *BufferSize,
336 IN OUT UINTN *BufferSize,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipxebc.h 301 IN OUT UINT64 *BufferSize,
321 IN UINTN *BufferSize,
336 IN OUT UINTN *BufferSize,
  /external/tpm2/
ContextSave.c 34 INT32 bufferSize;
188 bufferSize = sizeof(TPM2B_DIGEST);
189 TPM2B_DIGEST_Marshal(&integrity, &buffer, &bufferSize);
Ticket.c 32 INT32 bufferSize;
38 bufferSize = sizeof(TPM_GENERATED);
39 TPM_GENERATED_Marshal(&valueToCompare, &marshalBuffer, &bufferSize);
Time.c 198 INT32 bufferSize;
204 bufferSize = sizeof(TPMS_TIME_INFO);
205 infoSize = TPMS_TIME_INFO_Marshal(&timeInfo, &buffer, &bufferSize);
  /frameworks/av/media/libstagefright/
CallbackDataSource.cpp 62 const size_t bufferSize = mMemory->size();
65 size_t numToRead = std::min(numLeft, bufferSize);
79 CHECK(numRead >= 0 && (size_t)numRead <= bufferSize);
  /frameworks/av/services/audioflinger/
FastCapture.cpp 136 size_t bufferSize = frameCount * Format_frameSize(mFormat);
137 (void)posix_memalign(&mReadBuffer, 32, bufferSize);
138 memset(mReadBuffer, 0, bufferSize); // if posix_memalign fails, will segv here.
  /frameworks/base/libs/androidfw/include/androidfw/
CursorWindow.h 171 inline void* offsetToPtr(uint32_t offset, uint32_t bufferSize = 0) {
176 if (offset + bufferSize > mSize) {
178 offset + bufferSize, mSize);
  /hardware/interfaces/camera/device/1.0/
ICameraDeviceCallback.hal 38 * bufferSize * bufferCount bytes.
39 * @param bufferSize The number of bytes a single buffer consists of.
48 registerMemory(handle descriptor, uint32_t bufferSize, uint32_t bufferCount)
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
dict_file_writing_utils.cpp 92 uint8_t bufferSize[SIZE_OF_BUFFER_SIZE_FIELD];
94 ByteArrayUtils::writeUintAndAdvancePosition(bufferSize, buffer->getTailPosition(),
96 if (fwrite(bufferSize, SIZE_OF_BUFFER_SIZE_FIELD, 1 /* count */, file) < 1) {
  /packages/services/Car/car-support-lib/src/android/support/car/media/
CarAudioManager.java 167 * @param bufferSize Should be a multiple of minimum buffer size acquired from {@link
171 * @throws IllegalArgumentException if passed parameter (such as bufferSize) is wrong.
176 public abstract CarAudioRecord createCarAudioRecord(int bufferSize)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
UefiIfrLibrary.h 98 UINT32 BufferSize;
583 IN UINTN *BufferSize,
595 BufferSize - the size of buffer.
599 EFI_BUFFER_TOO_SMALL - the BufferSize is too small to operate.
600 EFI_INVALID_PARAMETER - Buffer is NULL or BufferSize is 0.
744 IN UINTN BufferSize
754 BufferSize - Size of the buffer in bytes.
765 IN OUT UINTN *BufferSize,
775 BufferSize - Length in bytes of the buffer to hold converted data.
924 UINTN *BufferSize,
    [all...]

Completed in 667 milliseconds

<<21222324252627282930>>