Home
last modified time | relevance | path

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

/external/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;
/external/libsepol/src/
Dwrite.c1795 uint32_t static_buf[32], *dyn_buf = NULL, *buf; in scope_write() local
1799 if (items >= (sizeof(static_buf) / 4)) { in scope_write()
1808 buf = static_buf; in scope_write()