Searched refs:newLen (Results 1 - 25 of 49) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DIDList.java45 public int newLen = 0; field in class:IDList
52 newLen = 0;
69 if (newLen == 0 || newList[newLen-1] != idx)
71 newList[newLen++] = idx;
92 System.arraycopy(newList, 0, oldList, 0, newLen);
93 oldLen = newLen;
94 newLen = 0;
101 if (newLen > 0){
103 for (int i = 0; i < newLen;
[all...]
/external/chromium_org/third_party/icu/source/test/perf/usetperf/
H A Dbitset.cpp51 uint32_t newLen = len; local
52 while (newLen < minLen) newLen <<= 1; // grow exponentially
53 int32_t* newData = (int32_t*) uprv_malloc(newLen * BYTES_PER_WORD);
58 int32_t* limit = data + newLen;
60 len = newLen;
/external/icu4c/test/perf/usetperf/
H A Dbitset.cpp51 uint32_t newLen = len; local
52 while (newLen < minLen) newLen <<= 1; // grow exponentially
53 int32_t* newData = (int32_t*) uprv_malloc(newLen * BYTES_PER_WORD);
58 int32_t* limit = data + newLen;
60 len = newLen;
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DLineEnding.cpp100 size_t newLen = 0; local
108 newLen += 2;
112 newLen += 2;
115 newLen += 1;
118 if (newLen < from.length())
121 if (newLen == from.length()) {
127 char* q = buffer.allocate(newLen);
160 size_t newLen = 0; local
175 newLen += 1;
181 result.grow(oldResultSize + newLen);
[all...]
/external/chromium_org/v8/src/
H A Darraybuffer.js77 var newLen = fin - first;
79 var result = new $ArrayBuffer(newLen);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogramopt.c53 const GLuint newLen = origLen + 4; local
74 newInst = _mesa_alloc_instructions(newLen);
110 vprog->Base.NumInstructions = newLen;
121 const GLuint newLen = origLen + 4; local
143 newInst = _mesa_alloc_instructions(newLen);
212 vprog->Base.NumInstructions = newLen;
259 const GLuint newLen = origLen + 5; local
276 newInst = _mesa_alloc_instructions(newLen);
H A Dprogram.c579 const GLuint newLen = origLen + count; local
594 newInst = _mesa_alloc_instructions(newLen);
615 prog->NumInstructions = newLen;
628 const GLuint newLen = origLen - count; local
643 newInst = _mesa_alloc_instructions(newLen);
654 newLen - start);
661 prog->NumInstructions = newLen;
/external/mesa3d/src/mesa/program/
H A Dprogramopt.c53 const GLuint newLen = origLen + 4; local
74 newInst = _mesa_alloc_instructions(newLen);
110 vprog->Base.NumInstructions = newLen;
121 const GLuint newLen = origLen + 4; local
143 newInst = _mesa_alloc_instructions(newLen);
212 vprog->Base.NumInstructions = newLen;
259 const GLuint newLen = origLen + 5; local
276 newInst = _mesa_alloc_instructions(newLen);
H A Dprogram.c579 const GLuint newLen = origLen + count; local
594 newInst = _mesa_alloc_instructions(newLen);
615 prog->NumInstructions = newLen;
628 const GLuint newLen = origLen - count; local
643 newInst = _mesa_alloc_instructions(newLen);
654 newLen - start);
661 prog->NumInstructions = newLen;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DIntArray.java174 private int[] resizedInts(int newLen) argument
176 int[] newInts = new int[newLen];
178 int copyLen = oldLen < newLen ? oldLen : newLen;
/external/javassist/src/main/javassist/bytecode/
H A DByteStream.java187 int newLen = buf.length << 1;
188 byte[] newBuf = new byte[newLen > newCount ? newLen : newCount];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_vs_draw.c318 const uint newLen = tgsi_num_tokens(vs->state.tokens) + 100 /* XXX */; local
323 new_vs.tokens = tgsi_alloc_tokens(newLen);
353 newLen, &transform.base);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c318 const uint newLen = tgsi_num_tokens(vs->state.tokens) + 100 /* XXX */; local
323 new_vs.tokens = tgsi_alloc_tokens(newLen);
353 newLen, &transform.base);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dreptest.cpp121 void fixStyles(int32_t start, int32_t limit, int32_t newLen) { argument
132 for (int i = 0; i < newLen; ++i) {
/external/icu4c/test/intltest/
H A Dreptest.cpp121 void fixStyles(int32_t start, int32_t limit, int32_t newLen) { argument
132 for (int i = 0; i < newLen; ++i) {
/external/aac/libSBRdec/src/
H A Denv_dec.cpp609 int refLen, newLen, shift; local
615 newLen = pFrameInfo->borders[1] - estimatedStartPos;
617 if (newLen <= 0) {
621 newLen = refLen;
625 deltaExp = FDK_getNumOctavesDiv8(newLen, refLen);
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsecur.c493 ** Grow a buffer to hold newLen bytes of data.
498 sslBuffer_Grow(sslBuffer *b, unsigned int newLen) argument
500 newLen = PR_MAX(newLen, MAX_FRAGMENT_LENGTH + 2048);
501 if (newLen > b->space) {
504 newBuf = (unsigned char *) PORT_Realloc(b->buf, newLen);
506 newBuf = (unsigned char *) PORT_Alloc(newLen);
512 SSL_GETPID(), b->space, newLen));
514 b->space = newLen;
522 unsigned int newLen local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pstipple.c411 const uint newLen = tgsi_num_tokens(fs->tokens) + NUM_NEW_TOKENS; local
418 new_fs->tokens = tgsi_alloc_tokens(newLen);
446 newLen, &transform.base);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pstipple.c411 const uint newLen = tgsi_num_tokens(fs->tokens) + NUM_NEW_TOKENS; local
418 new_fs->tokens = tgsi_alloc_tokens(newLen);
446 newLen, &transform.base);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c95 int32_t newLen = Xlength(rep) + limit - start + textLength; local
96 UChar* newText = (UChar*) malloc(sizeof(UChar) * (newLen+1));
107 int32_t newLen = Xlength(rep) + limit - start; local
108 UChar* newText = (UChar*) malloc(sizeof(UChar) * (newLen+1));
/external/icu4c/test/cintltst/
H A Dutransts.c95 int32_t newLen = Xlength(rep) + limit - start + textLength; local
96 UChar* newText = (UChar*) malloc(sizeof(UChar) * (newLen+1));
107 int32_t newLen = Xlength(rep) + limit - start; local
108 UChar* newText = (UChar*) malloc(sizeof(UChar) * (newLen+1));
/external/jhead/
H A Dmain.c518 int newLen = strlen(*buf) + len; local
519 if (newLen >= bufLen) {
521 bufLen = newLen + 5;
524 bufLen = newLen + 500;
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs702 UInt32 newLen;
703 ReadMatchDistances(out newLen, out numDistancePairs);
704 if (newLen >= _numFastBytes)
707 _longestMatchLength = newLen;
951 if (newLen > numAvailableBytes)
953 newLen = numAvailableBytes;
954 for (numDistancePairs = 0; newLen > _matchDistances[numDistancePairs]; numDistancePairs += 2) ;
955 _matchDistances[numDistancePairs] = newLen;
958 if (newLen >= startLen)
961 while (lenEnd < cur + newLen)
[all...]
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java702 int newLen = ReadMatchDistances();
704 if (newLen >= _numFastBytes)
707 _longestMatchLength = newLen;
951 if (newLen > numAvailableBytes)
953 newLen = numAvailableBytes;
954 for (numDistancePairs = 0; newLen > _matchDistances[numDistancePairs]; numDistancePairs += 2) ;
955 _matchDistances[numDistancePairs] = newLen;
958 if (newLen >= startLen)
961 while (lenEnd < cur + newLen)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_pstipple.c345 const uint newLen = tgsi_num_tokens(orig_fs->tokens) + NUM_NEW_TOKENS; local
348 pstip_fs.tokens = tgsi_alloc_tokens(newLen);
363 newLen, &transform.base);

Completed in 6657 milliseconds

12