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

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
BlockIo.h 188 @param[in] BufferSize The size of the Buffer in bytes. This number must be
200 @retval EFI_BAD_BUFFER_SIZE The BufferSize parameter is not a multiple of
211 IN UINTN BufferSize,
  /device/linaro/bootloader/edk2/OvmfPkg/Library/VirtioLib/
VirtioLib.c 201 @param[in] BufferSize Number of bytes to transmit or receive.
222 IN UINT32 BufferSize,
231 Desc->Len = BufferSize;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
PiSmmCommunicationPei.c 173 UINTN BufferSize;
175 BufferSize = sizeof (*SmmCommunicationContext);
178 BufferSize
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
PciDevice.c 421 UINTN BufferSize;
430 BufferSize = sizeof (EFI_HANDLE);
435 &BufferSize,
  /external/clang/test/Analysis/
malloc.mm 131 #define BufferSize 1000
135 myBuffer = (UniChar *)malloc(BufferSize * sizeof(UniChar));
137 mutStr = CFStringCreateMutableWithExternalCharactersNoCopy(0, myBuffer, 0, BufferSize, kCFAllocatorNull); // expected-warning{{leak}}
  /external/llvm/lib/Target/X86/
X86ScheduleBtVer2.td 46 let BufferSize=20;
51 let BufferSize=12;
56 let BufferSize=18;
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketReader.java 190 long bufferSize = buffer.size();
191 if (bufferSize == 1) {
193 } else if (bufferSize != 0) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 230 int32_t bufferSize = inHeader->nFilledLen;
231 int32_t tmp = bufferSize;
289 inHeader->nOffset += bufferSize;
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h 89 IMG_UINT32 BufferSize;
129 IMG_INT32 BufferSize; /* Size of Buffer */
149 IMG_UINT32 RCScaleFactor; /* A constant used in rate control = (GopSize/(BufferSize-InitialLevel))*256 */
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfig.c     [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c     [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java 408 int bufferSize = 0;
413 bufferSize += Math.max(0, section.data.length - startOffset);
419 if (bufferSize == 0) {
424 byte buffer[] = new byte[bufferSize];
  /device/asus/fugu/libaudio/
AudioStreamOut.h 52 size_t bufferSize() const { return mInputBufSize; }
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
ATokenBuffer.h 92 virtual int bufferSize() { return buffer_size; }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/
SmmBaseOnSmmBase2Thunk.c 190 @param[in, out] BufferSize The size of the data buffer being passed in.
203 IN OUT UINTN *BufferSize
210 if (CommunicationBuffer == NULL || BufferSize == NULL) {
217 mCommunicationData.FunctionData.Args.Communicate.SourceSize = BufferSize;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Mtftp4/
Mtftp4.h 299 IN OUT UINT64 BufferSize;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ATokenBuffer.h 92 virtual int bufferSize() { return buffer_size; }
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
HiiPack.c 149 int BufferSize
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/
BootAndroidBootImg.c 66 IN UINTN BufferSize,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Ebl.h 87 OUT UINTN *BufferSize
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.h 345 @param[in] BufferSize Max buffer size.
356 IN UINTN BufferSize,
368 @param[out] BufferSize AML NameString size
376 OUT UINTN *BufferSize
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/
DebugPort.h 336 @param BufferSize On input, the size of Buffer.
349 IN OUT UINTN *BufferSize,
360 @param BufferSize On input, the size of Buffer.
373 IN OUT UINTN *BufferSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigImpl.c 78 UINTN BufferSize;
113 BufferSize = sizeof (Configuration);
126 UnicodeSPrint (ConfigRequest, Size, L"%s&OFFSET=0&WIDTH=%016LX", ConfigRequestHdr, (UINT64)BufferSize);
134 BufferSize,
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.h 347 @param BufferSize[in, out] On input, the size of the Buffer. On output,
360 IN OUT UINTN *BufferSize,
368 @param BufferSize[in, out] On input, the size of the Buffer. On output,
381 IN OUT UINTN *BufferSize,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.c 520 @param[out] BufferSize If not NULL, then the pointer to the size
539 OUT UINTN *BufferSize OPTIONAL,
639 if (BufferSize != NULL) {
640 *BufferSize = FileSize;

Completed in 765 milliseconds

<<31323334353637383940>>