Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Drle.c67 encodeRunByte(uint16_t* buffer,uint16_t* bufLimit, uint8_t value, int32_t length, uint8_t state[], … in encodeRunByte()
95 #define APPEND( buffer, bufLimit, value, num, status) UPRV_BLOCK_MACRO_BEGIN { \ argument
109 encodeRunShort(uint16_t* buffer,uint16_t* bufLimit, uint16_t value, int32_t length,UErrorCode* stat… in encodeRunShort()
152 uint16_t* bufLimit = buffer+bufLen; in usArrayToRLEString() local
199 uint16_t* bufLimit = buffer+bufLen; in byteArrayToRLEString() local
/external/lzma/C/
DLzmaDec.c218 int MY_FAST_CALL LZMA_DECODE_REAL(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LZMA_DECODE_REAL()
624 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2()
664 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy() local
945 const Byte *bufLimit; in LzmaDec_DecodeToDic() local
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp291 const int bufLimit; in init() member
/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp291 const int bufLimit; in init() member
/external/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp44 UChar* bufLimit; member
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp2499 const Byte *bufLimit = buf + scanSize; in OpenStream2() local