Home
last modified time | relevance | path

Searched defs:bufLimit (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Drle.c64 encodeRunByte(uint16_t* buffer,uint16_t* bufLimit, uint8_t value, int32_t length, uint8_t state[], … in encodeRunByte()
92 #define APPEND( buffer, bufLimit, value, num, status){ \ argument
106 encodeRunShort(uint16_t* buffer,uint16_t* bufLimit, uint16_t value, int32_t length,UErrorCode* stat… in encodeRunShort()
149 uint16_t* bufLimit = buffer+bufLen; in usArrayToRLEString() local
196 uint16_t* bufLimit = buffer+bufLen; in byteArrayToRLEString() local
/external/lzma/C/
DLzmaDec.c131 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal()
454 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2()
491 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy() local
775 const Byte *bufLimit; in LzmaDec_DecodeToDic() local
/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp291 const int bufLimit; in init() member
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp291 const int bufLimit; in init() member
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.c42 UChar* bufLimit; member