Home
last modified time | relevance | path

Searched refs:maxBytes (Results 1 – 25 of 41) sorted by relevance

12

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java30 maxBytes[1] = Collation.TRAIL_WEIGHT_BYTE; in initForPrimary()
33 maxBytes[2] = Collation.PRIMARY_COMPRESSION_HIGH_BYTE - 1; in initForPrimary()
36 maxBytes[2] = 0xff; in initForPrimary()
39 maxBytes[3] = 0xff; in initForPrimary()
41 maxBytes[4] = 0xff; in initForPrimary()
48 maxBytes[1] = 0; in initForSecondary()
50 maxBytes[2] = 0; in initForSecondary()
52 maxBytes[3] = 0xff; in initForSecondary()
54 maxBytes[4] = 0xff; in initForSecondary()
61 maxBytes[1] = 0; in initForTertiary()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationWeights.java32 maxBytes[1] = Collation.TRAIL_WEIGHT_BYTE; in initForPrimary()
35 maxBytes[2] = Collation.PRIMARY_COMPRESSION_HIGH_BYTE - 1; in initForPrimary()
38 maxBytes[2] = 0xff; in initForPrimary()
41 maxBytes[3] = 0xff; in initForPrimary()
43 maxBytes[4] = 0xff; in initForPrimary()
50 maxBytes[1] = 0; in initForSecondary()
52 maxBytes[2] = 0; in initForSecondary()
54 maxBytes[3] = 0xff; in initForSecondary()
56 maxBytes[4] = 0xff; in initForSecondary()
63 maxBytes[1] = 0; in initForTertiary()
[all …]
/third_party/icu/icu4c/source/i18n/
Dcollationweights.cpp101 minBytes[i] = maxBytes[i] = 0; in CollationWeights()
109 maxBytes[1] = Collation::TRAIL_WEIGHT_BYTE; in initForPrimary()
112 maxBytes[2] = Collation::PRIMARY_COMPRESSION_HIGH_BYTE - 1; in initForPrimary()
115 maxBytes[2] = 0xff; in initForPrimary()
118 maxBytes[3] = 0xff; in initForPrimary()
120 maxBytes[4] = 0xff; in initForPrimary()
128 maxBytes[1] = 0; in initForSecondary()
130 maxBytes[2] = 0; in initForSecondary()
132 maxBytes[3] = 0xff; in initForSecondary()
134 maxBytes[4] = 0xff; in initForSecondary()
[all …]
Dcollationweights.h87 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1); in countBytes()
104 uint32_t maxBytes[5]; variable
/third_party/node/deps/icu-small/source/i18n/
Dcollationweights.cpp101 minBytes[i] = maxBytes[i] = 0; in CollationWeights()
109 maxBytes[1] = Collation::TRAIL_WEIGHT_BYTE; in initForPrimary()
112 maxBytes[2] = Collation::PRIMARY_COMPRESSION_HIGH_BYTE - 1; in initForPrimary()
115 maxBytes[2] = 0xff; in initForPrimary()
118 maxBytes[3] = 0xff; in initForPrimary()
120 maxBytes[4] = 0xff; in initForPrimary()
128 maxBytes[1] = 0; in initForSecondary()
130 maxBytes[2] = 0; in initForSecondary()
132 maxBytes[3] = 0xff; in initForSecondary()
134 maxBytes[4] = 0xff; in initForSecondary()
[all …]
Dcollationweights.h87 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1); in countBytes()
104 uint32_t maxBytes[5]; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationweights.cpp101 minBytes[i] = maxBytes[i] = 0; in CollationWeights()
109 maxBytes[1] = Collation::TRAIL_WEIGHT_BYTE; in initForPrimary()
112 maxBytes[2] = Collation::PRIMARY_COMPRESSION_HIGH_BYTE - 1; in initForPrimary()
115 maxBytes[2] = 0xff; in initForPrimary()
118 maxBytes[3] = 0xff; in initForPrimary()
120 maxBytes[4] = 0xff; in initForPrimary()
128 maxBytes[1] = 0; in initForSecondary()
130 maxBytes[2] = 0; in initForSecondary()
132 maxBytes[3] = 0xff; in initForSecondary()
134 maxBytes[4] = 0xff; in initForSecondary()
[all …]
Dcollationweights.h87 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1); in countBytes()
104 uint32_t maxBytes[5]; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationweights.cpp101 minBytes[i] = maxBytes[i] = 0; in CollationWeights()
109 maxBytes[1] = Collation::TRAIL_WEIGHT_BYTE; in initForPrimary()
112 maxBytes[2] = Collation::PRIMARY_COMPRESSION_HIGH_BYTE - 1; in initForPrimary()
115 maxBytes[2] = 0xff; in initForPrimary()
118 maxBytes[3] = 0xff; in initForPrimary()
120 maxBytes[4] = 0xff; in initForPrimary()
128 maxBytes[1] = 0; in initForSecondary()
130 maxBytes[2] = 0; in initForSecondary()
132 maxBytes[3] = 0xff; in initForSecondary()
134 maxBytes[4] = 0xff; in initForSecondary()
[all …]
Dcollationweights.h87 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1); in countBytes()
104 uint32_t maxBytes[5]; variable
/third_party/skia/src/core/
DSkImageFilterCache.cpp33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl() argument
154 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) { in Create() argument
155 return new CacheImpl(maxBytes); in Create()
/third_party/flutter/skia/src/core/
DSkImageFilterCache.cpp33 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } in CacheImpl() argument
157 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) { in Create() argument
158 return new CacheImpl(maxBytes); in Create()
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls_mem.c95 size_t maxBytes; member
129 if (altcp_mbedtls_malloc_stats.allocedBytes > altcp_mbedtls_malloc_stats.maxBytes) { in tls_malloc()
130 altcp_mbedtls_malloc_stats.maxBytes = altcp_mbedtls_malloc_stats.allocedBytes; in tls_malloc()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string.h68 uint32 maxBytes = 6,
81 void Truncate (uint32 maxBytes);
Ddng_string.cpp913 uint32 maxBytes, in DecodeUTF8() argument
940 if (aSize > maxBytes) in DecodeUTF8()
943 s += maxBytes; in DecodeUTF8()
1328 void dng_string::Truncate (uint32 maxBytes) in Truncate() argument
1333 if (len > maxBytes) in Truncate()
1341 while (maxBytes > 0 && ((s [maxBytes]) & 0xC0) == 0x80) in Truncate()
1344 maxBytes--; in Truncate()
1348 s [maxBytes] = 0; in Truncate()
/third_party/flutter/skia/src/gpu/
DGrDrawOpAtlas.cpp658 GrDrawOpAtlasConfig::GrDrawOpAtlasConfig(int maxTextureSize, size_t maxBytes) { in GrDrawOpAtlasConfig() argument
669 maxBytes >>= 18; in GrDrawOpAtlasConfig()
671 int index = maxBytes > 0 in GrDrawOpAtlasConfig()
672 ? SkTPin<int>(SkPrevLog2(maxBytes), 0, SK_ARRAY_COUNT(kARGBDimensions) - 1) in GrDrawOpAtlasConfig()
683 size_t maxBytes = fARGBDimensions.width() * fARGBDimensions.height() * 4; in resetAsSmallPage() local
685 return maxBytes / (fARGBDimensions.width() * fARGBDimensions.height()); in resetAsSmallPage()
/third_party/skia/src/gpu/
DGrDrawOpAtlas.cpp702 GrDrawOpAtlasConfig::GrDrawOpAtlasConfig(int maxTextureSize, size_t maxBytes) { in GrDrawOpAtlasConfig() argument
713 maxBytes >>= 18; in GrDrawOpAtlasConfig()
715 int index = maxBytes > 0 in GrDrawOpAtlasConfig()
716 ? SkTPin<int>(SkPrevLog2(maxBytes), 0, SK_ARRAY_COUNT(kARGBDimensions) - 1) in GrDrawOpAtlasConfig()
728 size_t maxBytes = fARGBDimensions.width() * fARGBDimensions.height() * 4; in resetAsSmallPage() local
730 return maxBytes / (fARGBDimensions.width() * fARGBDimensions.height()); in resetAsSmallPage()
/third_party/icu/icu4c/source/common/
Dputilimp.h560 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
561 int32_t maxCapacity = (int32_t)(maxBytes / sizeof(T)); in pinCapacity()
/third_party/node/deps/icu-small/source/common/
Dputilimp.h560 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
561 int32_t maxCapacity = (int32_t)(maxBytes / sizeof(T)); in pinCapacity()
/third_party/skia/third_party/externals/icu/source/common/
Dputilimp.h560 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
561 int32_t maxCapacity = (int32_t)(maxBytes / sizeof(T)); in pinCapacity()
/third_party/flutter/skia/tests/
DTextureProxyTest.cpp254 size_t maxBytes; in invalidation_test() local
255 context->getResourceCacheLimits(&maxNum, &maxBytes); in invalidation_test()
256 context->setResourceCacheLimits(maxNum-1, maxBytes); in invalidation_test()
DDrawOpAtlasTest.cpp235 void test_atlas_config(skiatest::Reporter* reporter, int maxTextureSize, size_t maxBytes, in test_atlas_config() argument
238 GrDrawOpAtlasConfig config(maxTextureSize, maxBytes); in test_atlas_config()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dputilimp.h614 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity() local
615 int32_t maxCapacity = (int32_t)(maxBytes / sizeof(T)); in pinCapacity()
/third_party/python/Lib/logging/
Dhandlers.py124 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, argument
151 if maxBytes > 0:
157 self.maxBytes = maxBytes
195 if self.maxBytes > 0: # are we rolling over?
198 if self.stream.tell() + len(msg) >= self.maxBytes:
/third_party/skia/tests/
DDrawOpAtlasTest.cpp253 void test_atlas_config(skiatest::Reporter* reporter, int maxTextureSize, size_t maxBytes, in test_atlas_config() argument
256 GrDrawOpAtlasConfig config(maxTextureSize, maxBytes); in test_atlas_config()

12