HomeSort by relevance Sort by last modified time
    Searched refs:static_buf (Results 1 - 3 of 3) sorted by null

  /external/stlport/src/
num_put_float.cpp 758 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;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 757 char static_buf[limits::max_exponent10 + 6]; // 6: -xxx.yyyE-zzz (sign, dot, E, exp sign, \0) local
760 snprintf(_STLP_ARRAY_AND_SIZE(static_buf), fmtbuf, precision, x);
761 buf = static_buf;
    [all...]
  /external/bluetooth/glib/glib/
giochannel.c 2350 gchar static_buf[6]; local
    [all...]

Completed in 622 milliseconds