Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Drle.c66 encodeRunByte(uint16_t* buffer,uint16_t* bufLimit, uint8_t value, int32_t length, uint8_t state[], … in encodeRunByte()
94 #define APPEND( buffer, bufLimit, value, num, status){ \ argument
108 encodeRunShort(uint16_t* buffer,uint16_t* bufLimit, uint16_t value, int32_t length,UErrorCode* stat… in encodeRunShort()
151 uint16_t* bufLimit = buffer+bufLen; in usArrayToRLEString() local
198 uint16_t* bufLimit = buffer+bufLen; in byteArrayToRLEString() local
/external/lzma/C/
DLzmaDec.c140 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal()
543 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2()
582 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy() local
864 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.cpp44 UChar* bufLimit; member