Home
last modified time | relevance | path

Searched refs:buff_length (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc119 int VSNPrintf(char *buff, int buff_length, in VSNPrintf() argument
124 RAW_CHECK(buff_length > 0); in VSNPrintf()
125 const char *buff_end = &buff[buff_length - 1]; in VSNPrintf()
/external/pcre/dist2/src/
Dpcre2_substitute.c239 PCRE2_SIZE buff_offset, buff_length, lengthleft, fraglength; in pcre2_substitute() local
244 lengthleft = buff_length = *blength; in pcre2_substitute()
852 *blength = buff_length + extra_needed; in pcre2_substitute()
/external/compiler-rt/lib/scudo/
Dscudo_utils.cpp28 extern int VSNPrintf(char *buff, int buff_length, const char *format,