OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expbuf
(Results
1 - 3
of
3
) sorted by null
/external/stlport/src/
num_put_float.cpp
519
char
expbuf
[MAXEDIGITS + 3];
local
521
char *suffix =
expbuf
+ MAXEDIGITS + 2;
536
while (suffix > &
expbuf
[MAXEDIGITS])
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp
518
char
expbuf
[MAXEDIGITS + 3];
local
520
char *suffix =
expbuf
+ MAXEDIGITS + 2;
535
while (suffix > &
expbuf
[MAXEDIGITS])
[
all
...]
/bionic/libc/stdio/
vfprintf.c
1273
char
expbuf
[MAXEXP];
local
1283
t =
expbuf
+ MAXEXP;
1289
for (; t <
expbuf
+ MAXEXP; *p++ = *t++);
Completed in 302 milliseconds