Searched refs:static_buf (Results 1 – 2 of 2) sorted by relevance
758 char static_buf[limits::max_exponent10 + 6]; // 6: -xxx.yyyE-zzz (sign, dot, E, exp sign, \0) local761 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x);762 buf = static_buf;
1795 uint32_t static_buf[32], *dyn_buf = NULL, *buf; in scope_write() local1799 if (items >= (sizeof(static_buf) / 4)) { in scope_write()1808 buf = static_buf; in scope_write()