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

<<51525354555657585960>>

  /device/linaro/bootloader/edk2/EdkShellPkg/
ShellR33.patch 902 if (!EFI_ERROR (Status) && (BufferSize == 0)) {
905 - if (EFI_ERROR (Status) || (BufferSize != sizeof (UINT32))) {
906 + if (EFI_ERROR (Status) || (BufferSize != sizeof (UINT32)) ||
922 BufferSize = NameSize;
923 - Status = LibReadFile (FileHandle, &BufferSize, *VariableName);
924 + Status = LibReadFile (FileHandle, &BufferSize, VariableName);
925 if (EFI_ERROR (Status) || (BufferSize != NameSize)) {
930 BufferSize = sizeof (UINT32);
931 Status = LibReadFile (FileHandle, &BufferSize, &Size);
932 - if (EFI_ERROR (Status) || (BufferSize != sizeof (UINT32)))
    [all...]
  /external/python/cpython2/Mac/Modules/ctl/
_Ctlmodule.c     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackSurroundTest.java 202 int bufferSize = minBufferSize * 3; // plenty big
205 encoding, bufferSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/
ScriptSave.c 854 UINTN BufferSize;
890 &BufferSize
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Package.c 851 UINTN BufferSize;
873 Status = ExportPackageLists (Handle, &HiiPackageList, &BufferSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Include/
PeiLib.h 1144 IN UINTN BufferSize,
1158 BufferSize - Maximum number of characters to put into buffer. Zero means no
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
Rtc.c 411 UINTN BufferSize;
469 BufferSize = sizeof (INT16) + sizeof (UINT8);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
FaultTolerantWrite.h 558 @param BufferSize Size of the buffer
566 IN UINTN BufferSize
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Impl.h 324 @retval EFI_BUFFER_TOO_SMALL BufferSize is not zero but not large enough to hold the
361 With the user-provided buffer, the Token.BufferSize field indicates
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 711 const UINT bufferSize[],
724 tpErr = transportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer], layer );
    [all...]
  /external/aac/libFDK/src/
FDK_bitbuffer.cpp 366 const UINT bufferSize,
369 inputBuffer = &inputBuffer [bufferSize - *bytesValid] ;
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 373 * \param bufferSize Size of external input buffer. This argument is required because decoder-internally
387 const UINT bufferSize,
  /external/deqp/executor/
xeTestLogWriter.cpp 382 << Writer::Attribute("BufferSize", de::toString(config.bufferSize))
xeTestResultParser.cpp 613 config->bufferSize = toInt(getAttribute("BufferSize"));
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageCompressionTranscodingSupport.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 218 VkBufferCreateInfo makeBufferCreateInfo (const VkDeviceSize bufferSize,
226 bufferSize, // VkDeviceSize size;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 34 VkBufferCreateInfo makeBufferCreateInfo (const VkDeviceSize bufferSize,
42 bufferSize, // VkDeviceSize size;
    [all...]
  /external/dng_sdk/source/
dng_stream.h 86 uint32 bufferSize = kDefaultBufferSize,
160 uint32 BufferSize () const
  /external/libmtp/logs/
mtp-detect-creative-zen-pmc.txt 166 de9f: BufferSize UINT32 data type enumeration: 3, READ ONLY
205 de9f: BufferSize UINT32 data type enumeration: 3, READ ONLY
  /external/skia/src/core/
SkBitmapProcState.cpp 611 int SkBitmapProcState::maxCountForBufferSize(size_t bufferSize) const {
612 int32_t size = static_cast<int32_t>(bufferSize);
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DexDataWriterTest.java 57 int bufferSize = 256;
58 writer = new DexDataWriter(output, startPosition, bufferSize);
DexWriterSleb128Test.java 48 int bufferSize = 256;
49 writer = new DexDataWriter(output, startPosition, bufferSize);
DexWriterUleb128Test.java 48 int bufferSize = 256;
49 writer = new DexDataWriter(output, startPosition, bufferSize);
  /external/strace/
v4l2.c 345 tprintf(", buffersize=%u",
346 f->fmt.sdr.buffersize);

Completed in 670 milliseconds

<<51525354555657585960>>