/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/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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() 312 buf->bufLimit=pTarget+outputWritten; in ucbuf_fillucbuf() 313 *buf->bufLimit=0; /*NUL terminate*/ in ucbuf_fillucbuf() 328 if(buf->currentPos>=buf->bufLimit){ in ucbuf_getc() 348 if(buf->currentPos+1>=buf->bufLimit){ in ucbuf_getc32() 382 if (buf->currentPos >=buf->bufLimit-2) { in ucbuf_getcx32() 387 if (buf->currentPos < buf->bufLimit) { in ucbuf_getcx32() 401 length = (int32_t)(buf->bufLimit - buf->currentPos); in ucbuf_getcx32() [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() 312 buf->bufLimit=pTarget+outputWritten; in ucbuf_fillucbuf() 313 *buf->bufLimit=0; /*NUL terminate*/ in ucbuf_fillucbuf() 328 if(buf->currentPos>=buf->bufLimit){ in ucbuf_getc() 348 if(buf->currentPos+1>=buf->bufLimit){ in ucbuf_getc32() 382 if (buf->currentPos >=buf->bufLimit-2) { in ucbuf_getcx32() 387 if (buf->currentPos < buf->bufLimit) { in ucbuf_getcx32() 401 length = (int32_t)(buf->bufLimit - buf->currentPos); in ucbuf_getcx32() [all …]
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaDec.c | 48 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<=… 132 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() argument 412 while (dicPos < limit && buf < bufLimit); in LzmaDec_DecodeReal() 455 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() argument 466 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2() 471 while (p->dicPos < limit && p->buf < bufLimit && p->remainLen < kMatchSpecLenStart); in LzmaDec_DecodeReal2() 492 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy() local 776 const Byte *bufLimit; in LzmaDec_DecodeToDic() local 793 bufLimit = src; in LzmaDec_DecodeToDic() 796 bufLimit = src + inSize - LZMA_REQUIRED_INPUT_MAX; in LzmaDec_DecodeToDic() [all …]
|
/external/chromium_org/third_party/lzma_sdk/ |
D | LzmaDec.c | 47 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<=… 131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() argument 411 while (dicPos < limit && buf < bufLimit); in LzmaDec_DecodeReal() 454 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() argument 465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2() 470 while (p->dicPos < limit && p->buf < bufLimit && p->remainLen < kMatchSpecLenStart); in LzmaDec_DecodeReal2() 491 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy() local 775 const Byte *bufLimit; in LzmaDec_DecodeToDic() local 792 bufLimit = src; in LzmaDec_DecodeToDic() 795 bufLimit = src + inSize - LZMA_REQUIRED_INPUT_MAX; in LzmaDec_DecodeToDic() [all …]
|
/external/lzma/C/ |
D | LzmaDec.c | 47 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<=… 131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() argument 411 while (dicPos < limit && buf < bufLimit); in LzmaDec_DecodeReal() 454 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() argument 465 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2() 470 while (p->dicPos < limit && p->buf < bufLimit && p->remainLen < kMatchSpecLenStart); in LzmaDec_DecodeReal2() 491 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy() local 775 const Byte *bufLimit; in LzmaDec_DecodeToDic() local 792 bufLimit = src; in LzmaDec_DecodeToDic() 795 bufLimit = src + inSize - LZMA_REQUIRED_INPUT_MAX; in LzmaDec_DecodeToDic() [all …]
|
/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()
|
/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/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 871 +#define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<… 943 +And it decodes new LZMA-symbols while (buf < bufLimit), but "buf" is without last normalization 955 +static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) 1235 + while (dicPos < limit && buf < bufLimit); 1278 +static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) 1289 + RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); 1294 + while (p->dicPos < limit && p->buf < bufLimit && p->remainLen < kMatchSpecLenStart); 1315 + const Byte *bufLimit = buf + inSize; 1331 + /* if (bufLimit - buf >= 7) return DUMMY_LIT; */ 1465 + /* if (bufLimit - buf >= 8) return DUMMY_MATCH; */ [all …]
|