OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NBUF
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/m_initimg/
initimg-aix5.c
499
# define
NBUF
1024
500
UChar buf[
NBUF
];
512
Int r = loadquery(L_GETMESSAGES, buf,
NBUF
);
523
# undef
NBUF
/external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c
638
# define
NBUF
4096
639
static Char buf[
NBUF
];
652
&& VG_(strlen)(ui->compdir) + VG_(strlen)(data) + 5/*paranoia*/ <
NBUF
659
vg_assert(VG_(strlen)(buf) <
NBUF
);
670
# undef
NBUF
[
all
...]
Completed in 138 milliseconds