Searched refs:maxSize (Results 76 - 100 of 165) sorted by relevance

1234567

/external/deqp/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp433 const int maxSize = 32*1024; local
469 const int size = rnd.getInt(minSize, maxSize);
665 const int maxSize = 65536; local
677 spec->size = rnd.getInt(minSize, maxSize);
H A Des2fUniformApiTests.cpp830 // \note minSize and maxSize are for arrays and can be distinct since implementations are allowed, but not required, to trim the inactive end indices of arrays.
832 int maxSize; member in struct:deqp::UniformCase::BasicUniformReportRef
837 : name(name_), minSize(minS), maxSize(maxS), type(type_), isUsedInShader(used) { DE_ASSERT(minSize <= maxSize); }
839 : name(name_), minSize(1), maxSize(1), type(type_), isUsedInShader(used) {}
1306 DE_ASSERT(reference.minSize <= reference.maxSize);
1321 if (reportedSize < reference.minSize || reportedSize > reference.maxSize)
1325 << (reference.minSize == reference.maxSize ? de::toString(reference.minSize) : "in the range [" + de::toString(reference.minSize) + ", " + de::toString(reference.maxSize) + "]")
/external/deqp/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp433 const int maxSize = 32*1024; local
481 const int size = rnd.getInt(minSize, maxSize);
665 const int maxSize = 65536; local
677 spec->size = rnd.getInt(minSize, maxSize);
H A Des3fUniformApiTests.cpp995 // \note minSize and maxSize are for arrays and can be distinct since implementations are allowed, but not required, to trim the inactive end indices of arrays.
997 int maxSize; member in struct:deqp::UniformCase::BasicUniformReportRef
1002 : name(name_), minSize(minS), maxSize(maxS), type(type_), isUsedInShader(used) { DE_ASSERT(minSize <= maxSize); }
1004 : name(name_), minSize(1), maxSize(1), type(type_), isUsedInShader(used) {}
1503 DE_ASSERT(reference.minSize <= reference.maxSize);
1518 if (reportedSize < reference.minSize || reportedSize > reference.maxSize)
1522 << (reference.minSize == reference.maxSize ? de::toString(reference.minSize) : "in the range [" + de::toString(reference.minSize) + ", " + de::toString(reference.maxSize) + "]")
1612 DE_ASSERT(reference.minSize <= reference.maxSize);
[all...]
/external/lzma/C/
H A DXz.h21 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value);
H A DXzDec.c33 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value) argument
37 limit = (maxSize > 9) ? 9 : (unsigned)maxSize;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationTest.java98 int maxSize = 100;
100 int[] orders = new int[maxSize];
104 if (size == maxSize) {
105 maxSize *= 2;
106 int[] temp = new int[maxSize];
113 if (maxSize > size) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationTest.java95 int maxSize = 100;
97 int[] orders = new int[maxSize];
101 if (size == maxSize) {
102 maxSize *= 2;
103 int[] temp = new int[maxSize];
110 if (maxSize > size) {
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp1122 int maxSize = 0;
1126 maxSize = de::max(maxSize, getBufferSize(shader->getDefaultBlock().interfaceBlocks[ndx], shader->getDefaultBlock().interfaceBlocks[ndx].layout.matrixOrder));
1128 return (int)maxSize;
1165 int maxSize = 0;
1185 maxSize = de::max<int>(maxSize, it->second);
1187 return maxSize;
/external/skqp/tests/
H A DStreamTest.cpp338 uint32_t maxSize = local
340 size_t size = rand.nextRangeU(1, maxSize);
/external/v8/src/
H A Dconversions-inl.h204 double maxSize = static_cast<double>(std::numeric_limits<size_t>::max()); local
205 if (value >= 0 && value < maxSize) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c325 GLuint maxSize = 1 << (pipe->screen->get_param(pipe->screen, local
327 assert(width <= (GLsizei) maxSize);
328 assert(height <= (GLsizei) maxSize);
/external/v4l2_codec2/
H A DC2VDAComponent.cpp96 auto maxSize = supportedProfiles[0].max_resolution; local
130 C2F(mSize, width).inRange(minSize.width(), maxSize.width(), 16),
131 C2F(mSize, height).inRange(minSize.height(), maxSize.height(), 16),
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...
/external/mesa3d/src/mesa/main/
H A Dvarray.c1999 GLsizei maxSize, GLuint relativeOffset,
2041 legalTypes, 1, maxSize, size, type,
2081 GLbitfield legalTypes, GLsizei maxSize,
2115 legalTypes, 1, maxSize, size, type, normalized,
1996 vertex_attrib_format(GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLboolean integer, GLboolean doubles, GLbitfield legalTypes, GLsizei maxSize, GLuint relativeOffset, const char *func) argument
2078 vertex_array_attrib_format(GLuint vaobj, GLuint attribIndex, GLint size, GLenum type, GLboolean normalized, GLboolean integer, GLboolean doubles, GLbitfield legalTypes, GLsizei maxSize, GLuint relativeOffset, const char *func) argument
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/pdfium/xfa/fxfa/
H A Dcxfa_fffield.cpp221 CFX_SizeF maxSize; local
222 CFX_SizeF size = pCapTextLayout->CalcSize(minSize, maxSize);
/external/skia/src/gpu/ops/
H A DGrSmallPathRenderer.cpp117 SkScalar maxSize = maxDim * SkScalarAbs(scaleFactors[1]); local
118 if (maxDim > kMaxDim || kMinSize > minSize || maxSize > kMaxSize) {
/external/skia/tests/
H A DStreamTest.cpp341 uint32_t maxSize = local
343 size_t size = rand.nextRangeU(1, maxSize);
/external/skqp/src/gpu/ops/
H A DGrSmallPathRenderer.cpp117 SkScalar maxSize = maxDim * SkScalarAbs(scaleFactors[1]); local
118 if (maxDim > kMaxDim || kMinSize > minSize || maxSize > kMaxSize) {
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp831 VkDeviceSize randomSize (de::Random& rng, VkDeviceSize atomSize, VkDeviceSize maxSize)
833 const VkDeviceSize maxSizeInAtoms = maxSize / atomSize;
851 void randomRanges (de::Random& rng, vector<VkMappedMemoryRange>& ranges, size_t count, VkDeviceMemory memory, VkDeviceSize minOffset, VkDeviceSize maxSize, VkDeviceSize atomSize)
857 const VkDeviceSize size = randomSize(rng, atomSize, maxSize);
858 const VkDeviceSize offset = minOffset + randomOffset(rng, atomSize, maxSize - size);
/external/skia/src/core/
H A DSkPaint.cpp392 const SkScalar maxSize = SkIntToScalar(limit); local
393 return maxSize * maxSize;
/external/skqp/src/core/
H A DSkPaint.cpp392 const SkScalar maxSize = SkIntToScalar(limit); local
393 return maxSize * maxSize;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexWriter.java692 int maxSize = fields.size() * 8 + methods.size() * 16;
693 if (maxSize > tempBuffer.capacity()) {
694 tempBuffer = ByteBuffer.allocate(maxSize);

Completed in 919 milliseconds

1234567