OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_entry_count
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/opjitconv/
conversion.c
49
max_entry_count
= 0;
jitsymbol.c
123
max_entry_count
= entry_count = count_entries();
133
if (entry_count ==
max_entry_count
) {
134
if (
max_entry_count
< UINT32_MAX - 18)
135
max_entry_count
+= 18;
136
else if (
max_entry_count
< UINT32_MAX)
137
max_entry_count
+= 1;
144
sizeof(struct jitentry *) *
max_entry_count
);
147
sizeof(struct jitentry *) *
max_entry_count
);
opjitconv.h
127
extern u32
max_entry_count
;
opjitconv.c
65
u32
max_entry_count
;
variable
Completed in 946 milliseconds