Searched defs:bufLimit (Results  1 – 8 of 8) sorted by relevance
| /external/icu/icu4c/source/tools/genrb/ | 
| D | rle.c | 67 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/cronet/third_party/icu/source/tools/genrb/ | 
| D | rle.c | 67 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/ | 
| D | LzmaDec.c | 218 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/gles2/stress/ | 
| D | es2sLongRunningTests.cpp | 291 			const int			bufLimit;  in init()  member
 | 
| /external/deqp/modules/gles3/stress/ | 
| D | es3sLongRunningTests.cpp | 291 			const int			bufLimit;  in init()  member
 | 
| /external/cronet/third_party/icu/source/tools/toolutil/ | 
| D | ucbuf.cpp | 44     UChar* bufLimit;  member
 | 
| /external/icu/icu4c/source/tools/toolutil/ | 
| D | ucbuf.cpp | 44     UChar* bufLimit;  member
 | 
| /external/lzma/CPP/7zip/UI/Common/ | 
| D | OpenArchive.cpp | 2499       const Byte *bufLimit = buf + scanSize;  in OpenStream2()  local
 |