OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:candidate_count
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/mux/
anim_encode.c
843
CANDIDATE_COUNT
852
WebPAnimEncoder* const enc, Candidate candidates[
CANDIDATE_COUNT
],
[
all
...]
/external/v8/src/heap/
mark-compact.cc
653
int
candidate_count
= 0;
local
661
candidate_count
++;
671
candidate_count
++;
714
candidate_count
++;
732
DCHECK_LE(estimated_new_pages,
candidate_count
);
733
int estimated_released_pages =
candidate_count
- estimated_new_pages;
736
candidate_count
= 0;
738
for (int i = 0; i <
candidate_count
; i++) {
748
candidate_count
, total_live_bytes / KB);
[
all
...]
Completed in 159 milliseconds