Searched refs:bufLimit (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Drle.c64 encodeRunByte(uint16_t* buffer,uint16_t* bufLimit, uint8_t value, int32_t length, uint8_t state[], UErrorCode* status) { argument
72 buffer = appendEncodedByte(buffer,bufLimit, ESCAPE_BYTE, state,status);
74 buffer = appendEncodedByte(buffer,bufLimit, value, state, status);
80 buffer = appendEncodedByte(buffer, bufLimit,ESCAPE_BYTE, state,status);
82 buffer = appendEncodedByte(buffer,bufLimit, value, state, status);
85 buffer = appendEncodedByte(buffer,bufLimit, ESCAPE_BYTE, state,status);
86 buffer = appendEncodedByte(buffer,bufLimit, (char)length, state, status);
87 buffer = appendEncodedByte(buffer,bufLimit, value, state, status); /* Don't need to escape this value*/
92 #define APPEND( buffer, bufLimit, value, num, status){ \
93 if(buffer<bufLimit){ \
106 encodeRunShort(uint16_t* buffer,uint16_t* bufLimit, uint16_t value, int32_t length,UErrorCode* status) argument
149 uint16_t* bufLimit = buffer+bufLen; local
196 uint16_t* bufLimit = buffer+bufLen; local
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Drle.c64 encodeRunByte(uint16_t* buffer,uint16_t* bufLimit, uint8_t value, int32_t length, uint8_t state[], UErrorCode* status) { argument
72 buffer = appendEncodedByte(buffer,bufLimit, ESCAPE_BYTE, state,status);
74 buffer = appendEncodedByte(buffer,bufLimit, value, state, status);
80 buffer = appendEncodedByte(buffer, bufLimit,ESCAPE_BYTE, state,status);
82 buffer = appendEncodedByte(buffer,bufLimit, value, state, status);
85 buffer = appendEncodedByte(buffer,bufLimit, ESCAPE_BYTE, state,status);
86 buffer = appendEncodedByte(buffer,bufLimit, (char)length, state, status);
87 buffer = appendEncodedByte(buffer,bufLimit, value, state, status); /* Don't need to escape this value*/
92 #define APPEND( buffer, bufLimit, value, num, status){ \
93 if(buffer<bufLimit){ \
106 encodeRunShort(uint16_t* buffer,uint16_t* bufLimit, uint16_t value, int32_t length,UErrorCode* status) argument
149 uint16_t* bufLimit = buffer+bufLen; local
196 uint16_t* bufLimit = buffer+bufLen; local
[all...]
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducbuf.c42 UChar* bufLimit; member in struct:UCHARBUF
174 if(buf->currentPos<buf->bufLimit){
175 offset = (int32_t)(buf->bufLimit-buf->currentPos);
312 buf->bufLimit=pTarget+outputWritten;
313 *buf->bufLimit=0; /*NUL terminate*/
328 if(buf->currentPos>=buf->bufLimit){
348 if(buf->currentPos+1>=buf->bufLimit){
382 if (buf->currentPos >=buf->bufLimit-2) {
387 if (buf->currentPos < buf->bufLimit) {
401 length = (int32_t)(buf->bufLimit
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.c42 UChar* bufLimit; member in struct:UCHARBUF
174 if(buf->currentPos<buf->bufLimit){
175 offset = (int32_t)(buf->bufLimit-buf->currentPos);
312 buf->bufLimit=pTarget+outputWritten;
313 *buf->bufLimit=0; /*NUL terminate*/
328 if(buf->currentPos>=buf->bufLimit){
348 if(buf->currentPos+1>=buf->bufLimit){
382 if (buf->currentPos >=buf->bufLimit-2) {
387 if (buf->currentPos < buf->bufLimit) {
401 length = (int32_t)(buf->bufLimit
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sLongRunningTests.cpp291 const int bufLimit; member in struct:deqp::gles2::Stress::MemCase
292 MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), bufLimit(b) {}
307 memoryLimitCases[memoryLimitNdx].texLimit, memoryLimitCases[memoryLimitNdx].bufLimit,
330 memoryLimitCases[memoryLimitNdx].texLimit, memoryLimitCases[memoryLimitNdx].bufLimit,
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningTests.cpp291 const int bufLimit; member in struct:deqp::gles3::Stress::MemCase
292 MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), bufLimit(b) {}
307 memoryLimitCases[memoryLimitNdx].texLimit, memoryLimitCases[memoryLimitNdx].bufLimit,
330 memoryLimitCases[memoryLimitNdx].texLimit, memoryLimitCases[memoryLimitNdx].bufLimit,
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaDec.c47 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<= 8; code = (code << 8) | (*buf++); }
119 And it decodes new LZMA-symbols while (buf < bufLimit), but "buf" is without last normalization
131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) argument
411 while (dicPos < limit && buf < bufLimit);
454 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) argument
465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
470 while (p->dicPos < limit && p->buf < bufLimit && p->remainLen < kMatchSpecLenStart);
491 const Byte *bufLimit = buf + inSize; local
507 /* if (bufLimit - buf >= 7) return DUMMY_LIT; */
641 /* if (bufLimit
775 const Byte *bufLimit; local
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaDec.c48 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<= 8; code = (code << 8) | (*buf++); }
120 And it decodes new LZMA-symbols while (buf < bufLimit), but "buf" is without last normalization
132 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) argument
412 while (dicPos < limit && buf < bufLimit);
455 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) argument
466 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
471 while (p->dicPos < limit && p->buf < bufLimit && p->remainLen < kMatchSpecLenStart);
492 const Byte *bufLimit = buf + inSize; local
508 /* if (bufLimit - buf >= 7) return DUMMY_LIT; */
642 /* if (bufLimit
776 const Byte *bufLimit; local
[all...]
/external/lzma/C/
H A DLzmaDec.c47 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<= 8; code = (code << 8) | (*buf++); }
119 And it decodes new LZMA-symbols while (buf < bufLimit), but "buf" is without last normalization
131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) argument
411 while (dicPos < limit && buf < bufLimit);
454 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) argument
465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit));
470 while (p->dicPos < limit && p->buf < bufLimit && p->remainLen < kMatchSpecLenStart);
491 const Byte *bufLimit = buf + inSize; local
507 /* if (bufLimit - buf >= 7) return DUMMY_LIT; */
641 /* if (bufLimit
775 const Byte *bufLimit; local
[all...]

Completed in 2828 milliseconds