OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:line_record_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
input.cc
115
static const size_t
line_record_size
= 100;
member in class:file_cache_slot
171
record is
line_record_size
, so that the memory consumption
173
line_record_size
. */
777
&& m_line_record.length () <
line_record_size
)
781
if (m_total_lines <=
line_record_size
787
else if (m_total_lines >
line_record_size
)
790
(
line_record_size
lines. */
791
size_t n = (m_line_num *
line_record_size
) / m_total_lines;
860
if (m_total_lines <=
line_record_size
)
879
been scaled down to
line_record_size
. Let'
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
input.cc
108
static const size_t
line_record_size
= 100;
member in class:file_cache_slot
164
record is
line_record_size
, so that the memory consumption
166
line_record_size
. */
736
&& m_line_record.length () <
line_record_size
)
740
if (m_total_lines <=
line_record_size
746
else if (m_total_lines >
line_record_size
)
749
(
line_record_size
lines. */
750
size_t n = (m_line_num *
line_record_size
) / m_total_lines;
819
if (m_total_lines <=
line_record_size
)
838
been scaled down to
line_record_size
. Let'
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026