Home
last modified time | relevance | path

Searched refs:static_buf (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
Dprinters.py401 static_buf = self.val['_M_buffers']['_M_static_buf']
403 if static_buf.address + 1 == data:
405 start = static_buf.cast (ta0.pointer())
/ndk/sources/cxx-stl/stlport/src/
Dnum_put_float.cpp758 char static_buf[limits::max_exponent10 + 6]; // 6: -xxx.yyyE-zzz (sign, dot, E, exp sign, \0) local
761 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x);
762 buf = static_buf;