Home
last modified time | relevance | path

Searched refs:newLen (Results 26 - 50 of 53) sorted by relevance

123

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c381 const uint newLen = tgsi_num_tokens(tokens) + NUM_NEW_TOKENS; in util_pstipple_create_fragment_shader() local
402 new_tokens = tgsi_transform_shader(tokens, newLen, &transform.base); in util_pstipple_create_fragment_shader()
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java702 int newLen = ReadMatchDistances(); in GetOptimum()
704 if (newLen >= _numFastBytes) in GetOptimum()
707 _longestMatchLength = newLen; in GetOptimum()
951 if (newLen > numAvailableBytes) in GetOptimum()
953 newLen = numAvailableBytes; in GetOptimum()
954 for (numDistancePairs = 0; newLen > _matchDistances[numDistancePairs]; numDistancePairs += 2) ; in GetOptimum()
955 _matchDistances[numDistancePairs] = newLen; in GetOptimum()
958 if (newLen >= startLen) in GetOptimum()
961 while (lenEnd < cur + newLen) in GetOptimum()
/third_party/icu/icu4c/source/test/cintltst/
H A Dutransts.c104 int32_t newLen = Xlength(rep) + limit - start + textLength; in Xreplace() local
105 UChar* newText = (UChar*) malloc(sizeof(UChar) * (newLen+1)); in Xreplace()
116 int32_t newLen = Xlength(rep) + limit - start; in Xcopy() local
117 UChar* newText = (UChar*) malloc(sizeof(UChar) * (newLen+1)); in Xcopy()
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js33 var newLen = newString.length,
36 var maxEditLength = newLen + oldLen;
51 if (bestPath[0].oldPos + 1 >= oldLen && newPos + 1 >= newLen) {
95 canAdd = addPath && 0 <= addPathNewPos && addPathNewPos < newLen;
119 if (basePath.oldPos + 1 >= oldLen && newPos + 1 >= newLen) {
129 if (newPos + 1 >= newLen) {
190 var newLen = newString.length,
196 while (newPos + 1 < newLen && oldPos + 1 < oldLen && this.equals(newString[newPos + 1], oldString[oldPos + 1])) {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java3062 private void ensureCapacity(int newLen) { in ensureCapacity() argument
3063 if (newLen > MAX_LENGTH) { in ensureCapacity()
3064 newLen = MAX_LENGTH; in ensureCapacity()
3066 if (newLen <= list.length) return; in ensureCapacity()
3067 int newCapacity = nextCapacity(newLen); in ensureCapacity()
3074 private void ensureBufferCapacity(int newLen) { in ensureBufferCapacity() argument
3075 if (newLen > MAX_LENGTH) { in ensureBufferCapacity()
3076 newLen = MAX_LENGTH; in ensureBufferCapacity()
3078 if (buffer != null && newLen <= buffer.length) return; in ensureBufferCapacity()
3079 int newCapacity = nextCapacity(newLen); in ensureBufferCapacity()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java2948 private void ensureCapacity(int newLen) { in ensureCapacity() argument
2949 if (newLen > MAX_LENGTH) { in ensureCapacity()
2950 newLen = MAX_LENGTH; in ensureCapacity()
2952 if (newLen <= list.length) return; in ensureCapacity()
2953 int newCapacity = nextCapacity(newLen); in ensureCapacity()
2960 private void ensureBufferCapacity(int newLen) { in ensureBufferCapacity() argument
2961 if (newLen > MAX_LENGTH) { in ensureBufferCapacity()
2962 newLen = MAX_LENGTH; in ensureBufferCapacity()
2964 if (buffer != null && newLen <= buffer.length) return; in ensureBufferCapacity()
2965 int newCapacity = nextCapacity(newLen); in ensureBufferCapacity()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_string.cpp593 uint32 newLen = (s != NULL ? strlenAsUint32 (s) : 0); in Set() local
597 if (newLen == 0) in Set()
615 if (newLen > oldLen) in Set()
620 fData.Allocate (SafeUint32Add (newLen, 1)); in Set()
626 for (uint32 k = 0; k <= newLen; k++) in Set()
/third_party/icu/icu4c/source/common/unicode/
H A Duniset.h1588 bool ensureCapacity(int32_t newLen);
1590 bool ensureBufferCapacity(int32_t newLen);
/third_party/node/deps/icu-small/source/common/unicode/
H A Duniset.h1601 bool ensureCapacity(int32_t newLen);
1603 bool ensureBufferCapacity(int32_t newLen);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h1563 bool ensureCapacity(int32_t newLen);
1565 bool ensureBufferCapacity(int32_t newLen);
/third_party/lzma/CPP/Common/
H A DMyString.cpp910 unsigned newLen = newString.Len(); in Replace() local
920 pos += newLen; in Replace()
1552 unsigned newLen = newString.Len(); in Replace() local
1562 pos += newLen; in Replace()
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DDecode.cs209 int newLen = 0; in ReadHuffmanCodeLengths()
212 newLen = prevCodeLen; in ReadHuffmanCodeLengths()
214 if (repeatCodeLen != newLen) in ReadHuffmanCodeLengths()
217 repeatCodeLen = newLen; in ReadHuffmanCodeLengths()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DDecode.java458 int newLen = 0; in readHuffmanCodeLengths()
460 newLen = prevCodeLen; in readHuffmanCodeLengths()
462 if (repeatCodeLen != newLen) { in readHuffmanCodeLengths()
464 repeatCodeLen = newLen; in readHuffmanCodeLengths()
/third_party/lzma/C/
H A DLzmaEnc.c1446 unsigned newLen, numPairs, prev, state, posState, startLen; in GetOptimum() local
1482 newLen = ReadMatchDistances(p, &numPairs); in GetOptimum()
1484 if (newLen >= p->numFastBytes) in GetOptimum()
1487 p->longestMatchLen = newLen; in GetOptimum()
1831 /* for (unsigned len = 2; len <= newLen; len++) */ in GetOptimum()
1832 if (newLen > numAvail) in GetOptimum()
1834 newLen = numAvail; in GetOptimum()
1835 for (numPairs = 0; newLen > MATCHES[numPairs]; numPairs += 2); in GetOptimum()
1836 MATCHES[numPairs] = (UInt32)newLen; in GetOptimum()
1842 if (newLen > in GetOptimum()
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_tgsi.c434 const uint newLen = tgsi_num_tokens(tokens_in); in virgl_tgsi_transform() local
452 struct tgsi_token *new_tokens = tgsi_transform_shader(tokens_in, newLen, &transform.base); in virgl_tgsi_transform()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c365 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS; in generate_aapoint_fs() local
383 aapoint_fs.tokens = tgsi_transform_shader(orig_fs->tokens, newLen, &transform.base); in generate_aapoint_fs()
H A Ddraw_pipe_aaline.c281 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS; in generate_aaline_fs() local
296 aaline_fs.tokens = tgsi_transform_shader(orig_fs->tokens, newLen, &transform.base); in generate_aaline_fs()
/third_party/skia/third_party/externals/brotli/js/
H A Ddecode.js386 var /** number */ newLen = 0;
388 newLen = prevCodeLen;
390 if (repeatCodeLen != newLen) {
392 repeatCodeLen = newLen;
/kernel/liteos_a/syscall/
H A Dlos_syscall.h174 extern void *SysMremap(void *oldAddr, size_t oldLen, size_t newLen, int flags, void *newAddr);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/typescript/lib/
H A DtypingsInstaller.js2335 var newLen = newItems.length;
2338 while (newIndex < newLen && oldIndex < oldLen) {
2358 while (newIndex < newLen) {
[all...]
H A Dtsc.js1967 var newLen = newItems.length;
1970 while (newIndex < newLen && oldIndex < oldLen) {
1990 while (newIndex < newLen) {
[all...]
H A Dtsserverlibrary.js2354 var newLen = newItems.length;
2357 while (newIndex < newLen && oldIndex < oldLen) {
2377 while (newIndex < newLen) {
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js2481 var newLen = newItems.length;
2484 while (newIndex < newLen && oldIndex < oldLen) {
2504 while (newIndex < newLen) {
[all...]

Completed in 173 milliseconds

123