OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bit_end
(Results
1 - 8
of
8
) sorted by null
/art/runtime/gc/accounting/
bitmap-inl.h
57
inline void Bitmap::VisitSetBits(uintptr_t bit_start, uintptr_t
bit_end
, const Visitor& visitor)
59
DCHECK_LE(bit_start,
bit_end
);
62
const uintptr_t index_end = BitIndexToWordIndex(
bit_end
);
63
if (bit_start !=
bit_end
) {
64
CheckValidBitIndex(
bit_end
- 1);
110
if (
bit_end
== 0) {
121
right_edge &= ((static_cast<uintptr_t>(1) << (
bit_end
% kBitsPerBitmapWord)) - 1);
space_bitmap-inl.h
89
const size_t
bit_end
= (offset_end / kAlignment) % kBitsPerIntPtrT;
local
137
if (
bit_end
== 0) {
149
right_edge &= ((static_cast<uintptr_t>(1) <<
bit_end
) - 1);
/external/blktrace/btt/
dip_rb.c
58
else if (sec >=
BIT_END
(__iop))
73
__u64 iop_s = BIT_START(iop), iop_e =
BIT_END
(iop);
74
__u64 this_s = BIT_START(this), this_e =
BIT_END
(this);
bno_dump.c
48
(long long)BIT_START(iop), (long long)
BIT_END
(iop));
seek.c
187
long long start = BIT_START(iop), end =
BIT_END
(iop);
globals.h
42
#define
BIT_END
(iop) ((iop)->t.sector + ((iop)->t.bytes >> 9))
/system/core/libunwindstack/tests/files/offline/jit_debug_arm/
libartd.so
/system/core/libunwindstack/tests/files/offline/jit_debug_x86/
libartd.so
Completed in 509 milliseconds