HomeSort by relevance Sort by last modified time
    Searched full:maxbuffersize (Results 1 - 25 of 41) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AmlOption.c 22 @param[in] MaxBufferSize AML buffer MAX size. The parser can not parse any data exceed this region.
36 IN UINTN MaxBufferSize,
105 MaxBufferSize
120 if (*DataSize > MaxBufferSize) {
131 @param[in] MaxBufferSize AML buffer MAX size. The parser can not parse any data exceed this region.
146 IN UINTN MaxBufferSize,
179 if (*DataSize > MaxBufferSize) {
206 if (OpLength > MaxBufferSize) {
217 // Override MaxBufferSize if it is valid PkgLength
219 if (OpLength + PkgLength > MaxBufferSize) {
    [all...]
AcpiSdt.h 422 @param[in] MaxBufferSize AML object buffer MAX size. The parser can not parse any data exceed this region.
430 IN UINTN MaxBufferSize
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
BufferPool.java 32 public BufferPool(int initialBufferSize, int maxBufferSize, int maxBuffers) {
34 mMaxBufferSize = maxBufferSize;
  /external/deqp/modules/glshared/
glsMemoryStressCase.hpp 48 int maxBufferSize;
61 MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc);
glsMemoryStressCase.cpp 483 int dummySize = deMax32(m_config.maxBufferSize, m_config.maxTextureSize*m_config.maxTextureSize*4);
676 int size = rnd.getInt(m_config.minBufferSize, m_config.maxBufferSize);
819 MemoryStressCase::MemoryStressCase (tcu::TestContext& ctx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc)
831 m_config.maxBufferSize = maxBufferSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableExLib.c 192 UINTN MaxBufferSize;
194 MaxBufferSize = mVariableModuleGlobal->ScratchBufferSize;
195 if (*ScratchBufferSize > MaxBufferSize) {
196 *ScratchBufferSize = MaxBufferSize;
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
TrickplayStorageManager.java 71 public TrickplayStorageManager(Context context, @NonNull File baseDir, long maxBufferSize) {
74 mMaxBufferSize = maxBufferSize;
  /prebuilts/go/darwin-x86/src/os/user/
cgo_lookup_unix.go 221 return maxBufferSize
261 return fmt.Errorf("internal buffer exceeds %d bytes", maxBufferSize)
267 const maxBufferSize = 1 << 20
270 return sz > 0 && sz <= maxBufferSize
  /prebuilts/go/linux-x86/src/os/user/
cgo_lookup_unix.go 221 return maxBufferSize
261 return fmt.Errorf("internal buffer exceeds %d bytes", maxBufferSize)
267 const maxBufferSize = 1 << 20
270 return sz > 0 && sz <= maxBufferSize
  /tools/loganalysis/src/com/android/loganalysis/util/
LogTailUtil.java 60 * @param maxBufferSize the size of the ring buffer
64 public LogTailUtil(int maxBufferSize, int lastTailSize, int idTailSize) {
65 mMaxBufferSize = maxBufferSize;
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MarketIO.h 141 const int maxBuffersize = 2048;
142 char buffer[maxBuffersize];
151 while(input.getline(buffer, maxBuffersize))
  /system/chre/platform/linux/include/chre/platform/linux/
audio_source.h 41 * @param maxBufferSize the maximum buffer size, in seconds, to provide to a
  /external/lz4/lib/
lz4frame.c 174 size_t maxBufferSize;
323 cctxI.maxBufferSize = 5 MB; /* mess with real buffer size to prevent allocation; works because autoflush==1 & stableSrc==1 */
446 if (cctxPtr->maxBufferSize < requiredBuffSize) {
447 cctxPtr->maxBufferSize = requiredBuffSize;
627 if ((cctxPtr->tmpIn + blockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize) /* necessarily LZ4F_blockLinked && lastBlockCompressed==fromTmpBuffer */
678 if ((cctxPtr->tmpIn + cctxPtr->maxBlockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize)) { /* necessarily LZ4F_blockLinked */
715 cctxPtr->maxBufferSize = 0; /* reuse HC context */
736 size_t maxBufferSize;
    [all...]
  /external/scapy/scapy/layers/
smb.py 161 LEIntField("MaxBufferSize",16144),
202 LEIntField("MaxBufferSize",16144),
243 LEIntField("MaxBufferSize",16144),
  /frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
BTtraffic.java 169 private final int maxbuffersize = 20 * 1024 * 1024; field in class:BTtraffic.ListenerRunnable
218 ByteBuffer byteBuffer = ByteBuffer.allocate(maxbuffersize);
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp     [all...]
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 280 final int maxBufferSize = cb.getMaxBufferSize();
283 int bytesToWrite = Math.min(maxBufferSize, mAudioBuffer.length - offset);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 356 const VkDeviceSize maxBufferSize = deAlign64(availableBufferSize >> 1, memReqs.alignment);
358 size = std::min(size, maxBufferSize);
583 const VkDeviceSize maxBufferSize = getMaxBufferSize(memoryHeap.size,
588 size = deAlign64(std::min(size, maxBufferSize >> 1), memReqs.memoryRequirements.alignment);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 15 maxBufferSize = maxNonStarters + 2
19 maxByteBufferSize = utf8.UTFMax * maxBufferSize // 128
101 rune [maxBufferSize]Properties // Per character info.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 15 maxBufferSize = maxNonStarters + 2
19 maxByteBufferSize = utf8.UTFMax * maxBufferSize // 128
101 rune [maxBufferSize]Properties // Per character info.
  /external/curl/tests/python_dependencies/impacket/
smb.py     [all...]
smb3.py     [all...]
  /external/sonic/doc/
index.md 155 samplesRead = sonicReadShortFromStream(stream, outBuffer, maxBufferSize);
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 354 const int maxBufferSize = 1024;
355 uint8_t buffer[maxBufferSize] = {0};
419 NDEF_MsgInit(buffer, maxBufferSize, &curDataSize);
420 status = NDEF_MsgAddRec(buffer, maxBufferSize, &curDataSize, NDEF_TNF_EMPTY,
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]

Completed in 1301 milliseconds

1 2