OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_buf
(Results
1 - 2
of
2
) sorted by null
/external/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 179 milliseconds