OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_LINENO
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h
90
#define
MAX_LINENO
((1 << LINENO_BITS) - 1)
[
all
...]
storage.c
408
if (lineno >
MAX_LINENO
) {
417
"greater than %d, sorry\n",
MAX_LINENO
);
[
all
...]
Completed in 257 milliseconds