Searched refs:static_buf (Results 1 – 2 of 2) sorted by relevance
401 static_buf = self.val['_M_buffers']['_M_static_buf']403 if static_buf.address + 1 == data:405 start = static_buf.cast (ta0.pointer())
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;