OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stack_buf
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/strings/
stringprintf.cc
53
typename StringType::value_type
stack_buf
[1024];
local
61
int result = vsnprintfT(
stack_buf
, arraysize(
stack_buf
), format, ap_copy);
64
if (result >= 0 && result < static_cast<int>(arraysize(
stack_buf
))) {
66
dst->append(
stack_buf
, result);
71
int mem_length = arraysize(
stack_buf
);
/external/clang/test/Analysis/
inline.c
73
char
stack_buf
[100];
local
74
char *pos = return_buf(
stack_buf
);
79
char
stack_buf
[100];
local
80
char *x =
stack_buf
;
/art/runtime/
trace.cc
970
uint8_t
stack_buf
[kPacketSize]; \/\/ Space to store a packet when in streaming mode.
local
[
all
...]
Completed in 251 milliseconds