Searched refs:bufLimit (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | rle.c | 64 encodeRunByte(uint16_t* buffer,uint16_t* bufLimit, uint8_t value, int32_t length, uint8_t state[], … in encodeRunByte() argument 72 buffer = appendEncodedByte(buffer,bufLimit, ESCAPE_BYTE, state,status); in encodeRunByte() 74 buffer = appendEncodedByte(buffer,bufLimit, value, state, status); in encodeRunByte() 80 buffer = appendEncodedByte(buffer, bufLimit,ESCAPE_BYTE, state,status); in encodeRunByte() 82 buffer = appendEncodedByte(buffer,bufLimit, value, state, status); in encodeRunByte() 85 buffer = appendEncodedByte(buffer,bufLimit, ESCAPE_BYTE, state,status); in encodeRunByte() 86 buffer = appendEncodedByte(buffer,bufLimit, (char)length, state, status); in encodeRunByte() 87 …buffer = appendEncodedByte(buffer,bufLimit, value, state, status); /* Don't need to escape this va… in encodeRunByte() 92 #define APPEND( buffer, bufLimit, value, num, status){ \ argument 93 if(buffer<bufLimit){ \ [all …]
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucbuf.c | 42 UChar* bufLimit; member 174 if(buf->currentPos<buf->bufLimit){ in ucbuf_fillucbuf() 175 offset = (int32_t)(buf->bufLimit-buf->currentPos); in ucbuf_fillucbuf() 311 buf->bufLimit=pTarget+outputWritten; in ucbuf_fillucbuf() 312 *buf->bufLimit=0; /*NUL terminate*/ in ucbuf_fillucbuf() 327 if(buf->currentPos>=buf->bufLimit){ in ucbuf_getc() 347 if(buf->currentPos+1>=buf->bufLimit){ in ucbuf_getc32() 381 if (buf->currentPos >=buf->bufLimit-2) { in ucbuf_getcx32() 386 if (buf->currentPos < buf->bufLimit) { in ucbuf_getcx32() 400 length = (int32_t)(buf->bufLimit - buf->currentPos); in ucbuf_getcx32() [all …]
|
/external/lzma/C/ |
D | LzmaDec.c | 56 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<=… 140 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() argument 443 while (dicPos < limit && buf < bufLimit); in LzmaDec_DecodeReal() 487 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() argument 498 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2() 503 while (p->dicPos < limit && p->buf < bufLimit && p->remainLen < kMatchSpecLenStart); in LzmaDec_DecodeReal2() 524 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy() local 808 const Byte *bufLimit; in LzmaDec_DecodeToDic() local 825 bufLimit = src; in LzmaDec_DecodeToDic() 828 bufLimit = src + inSize - LZMA_REQUIRED_INPUT_MAX; in LzmaDec_DecodeToDic() [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 291 const int bufLimit; in init() member 292 …t char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), bufLimit(b) {} in init() 307 memoryLimitCases[memoryLimitNdx].texLimit, memoryLimitCases[memoryLimitNdx].bufLimit, in init() 330 … memoryLimitCases[memoryLimitNdx].texLimit, memoryLimitCases[memoryLimitNdx].bufLimit, in init()
|
/external/deqp/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 291 const int bufLimit; in init() member 292 …t char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), bufLimit(b) {} in init() 307 memoryLimitCases[memoryLimitNdx].texLimit, memoryLimitCases[memoryLimitNdx].bufLimit, in init() 330 … memoryLimitCases[memoryLimitNdx].texLimit, memoryLimitCases[memoryLimitNdx].bufLimit, in init()
|