HomeSort by relevance Sort by last modified time
    Searched refs:static_buf (Results 1 - 6 of 6) 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 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/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
printers.py 401 static_buf = self.val['_M_buffers']['_M_static_buf']
403 if static_buf.address + 1 == data:
405 start = static_buf.cast (ta0.pointer())
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 400 static_buf = self.val['_M_buffers']['_M_static_buf']
402 if static_buf.address + 1 == data:
404 start = static_buf.cast (ta0.pointer())
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 401 static_buf = self.val['_M_buffers']['_M_static_buf']
403 if static_buf.address + 1 == data:
405 start = static_buf.cast (ta0.pointer())
  /external/libsepol/src/
write.c 1808 uint32_t static_buf[32], *dyn_buf = NULL, *buf; local
    [all...]

Completed in 402 milliseconds