OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bit_start
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/accounting/
space_bitmap-inl.h
88
const size_t
bit_start
= (offset_start / kAlignment) % kBitsPerIntPtrT;
local
101
left_edge &= ~((static_cast<uintptr_t>(1) <<
bit_start
) - 1);
/external/f2fs-tools/fsck/
dir.c
21
int
bit_start
= 0;
local
24
zero_start = find_next_zero_bit_le(bitmap, max_slots,
bit_start
);
32
bit_start
= zero_end;
Completed in 214 milliseconds