/aosp_15_r20/external/icu/icu4c/source/tools/genrb/ |
H A 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, status) UPRV_BLOCK_MACRO_BEGIN { \ argument 108 encodeRunShort(uint16_t* buffer,uint16_t* bufLimit, uint16_t value, int32_t length,UErrorCode* stat… in encodeRunShort() 150 uint16_t* bufLimit = buffer+bufLen; in usArrayToRLEString() local 197 uint16_t* bufLimit = buffer+bufLen; in byteArrayToRLEString() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/ |
H A 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
|
/aosp_15_r20/external/coreboot/util/cbfstool/lzma/C/ |
H A D | LzmaDec.c | 125 static int LzmaDec_DecodeReal(struct CLzmaDec *p, size_t limit_parm, const uint8_t *bufLimit) in LzmaDec_DecodeReal() 448 static int LzmaDec_DecodeReal2(struct CLzmaDec *p, size_t limit, const uint8_t *bufLimit) in LzmaDec_DecodeReal2() 485 const uint8_t *bufLimit = buf + inSize; in LzmaDec_TryDummy() local 769 const uint8_t *bufLimit; in LzmaDec_DecodeToDic() local
|
/aosp_15_r20/external/lzma/C/ |
H A D | LzmaDec.c | 234 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
|
/aosp_15_r20/external/deqp/modules/gles3/stress/ |
H A D | es3sLongRunningTests.cpp | 284 const int bufLimit; in init() member
|
/aosp_15_r20/external/deqp/modules/gles2/stress/ |
H A D | es2sLongRunningTests.cpp | 284 const int bufLimit; in init() member
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/ |
H A D | ucbuf.cpp | 44 char16_t* bufLimit; member
|
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/ |
H A D | ucbuf.cpp | 44 char16_t* bufLimit; member
|
/aosp_15_r20/external/lzma/Asm/arm64/ |
H A D | LzmaDecOpt.S | 172 #define bufLimit r16 macro
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | PeHandler.cpp | 79 const Byte *bufLimit = buf + processed; in CalcCheckSum() local
|