OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:this_highest
(Results
1 - 1
of
1
) sorted by null
/art/runtime/base/
bit_vector.cc
93
int
this_highest
= GetHighestBitSet();
local
97
if (
this_highest
< 0) {
102
if (
this_highest
> other_highest) {
107
size_t this_highest_index = BitsToWords(
this_highest
+ 1);
Completed in 562 milliseconds