Searched defs:bufLimit (Results 1 – 5 of 5) sorted by relevance
/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() 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/ |
D | LzmaDec.c | 131 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/ |
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/icu/icu4c/source/tools/toolutil/ |
D | ucbuf.c | 42 UChar* bufLimit; member
|