Home
last modified time | relevance | path

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

/third_party/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
/third_party/skia/third_party/externals/icu/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
/third_party/node/deps/icu-small/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
/third_party/lzma/C/
DLzmaDec.c234 int Z7_FASTCALL LZMA_DECODE_REAL(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LZMA_DECODE_REAL()
686 static int Z7_FASTCALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2()
719 const Byte *bufLimit = *bufOut; in LzmaDec_TryDummy() local
1041 const Byte *bufLimit; in LzmaDec_DecodeToDic() local
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sLongRunningTests.cpp291 const int bufLimit; in init() member
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sLongRunningTests.cpp291 const int bufLimit; in init() member
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ducbuf.cpp44 UChar* bufLimit; member
/third_party/node/deps/icu-small/source/tools/toolutil/
Ducbuf.cpp44 char16_t* bufLimit; member
/third_party/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp44 UChar* bufLimit; member
/third_party/lzma/Asm/arm64/
DLzmaDecOpt.S172 #define bufLimit r16 macro