OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_uitos
(Results
1 - 4
of
4
) sorted by null
/external/google-breakpad/src/common/linux/
linux_libc_support_unittest.cc
109
my_uitos
(buf, 0, 1);
112
my_uitos
(buf, 1, 1);
115
my_uitos
(buf, 10, 2);
118
my_uitos
(buf, 63, 2);
121
my_uitos
(buf, 101, 3);
125
my_uitos
(buf, 18446744073709551615LLU, 20);
linux_libc_support.h
64
extern void
my_uitos
(char* output, uintmax_t i, unsigned i_len);
linux_libc_support.cc
118
void
my_uitos
(char* output, uintmax_t i, unsigned i_len) {
function
/external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc
126
my_uitos
(path + 6, pid, pid_len);
Completed in 369 milliseconds