Searched refs:buffer (Results 1 – 3 of 3) sorted by relevance
727 char * buffer, in buildPrintfPayload() argument740 argp = buffer; in buildPrintfPayload()741 argEob = buffer + size; /* end of buffer address */ in buildPrintfPayload()995 return (int)(argp - buffer); in buildPrintfPayload()1002 mipi_syst_u8 * buffer, in buildCatalogPayload() argument1010 argp = buffer; in buildCatalogPayload()1011 argEob = buffer + size; /* end of buffer address */ in buildCatalogPayload()1101 return (int)(argp - buffer); in buildCatalogPayload()
142 int(*nativeSprintf)(char * data, size_t buffer, const char * format, ...) = _snprintf; in hostPrintf()145 int(*nativeSprintf)(char * data, size_t buffer, const char * format, ...) = snprintf; in hostPrintf()
597 * The buffer space is located in stack memory when calling one of the printf