HomeSort by relevance Sort by last modified time
    Searched refs:max_entry_count (Results 1 - 4 of 4) sorted by null

  /external/oprofile/opjitconv/
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);
conversion.c 49 max_entry_count = 0;
opjitconv.h 127 extern u32 max_entry_count;
opjitconv.c 65 u32 max_entry_count; variable

Completed in 105 milliseconds