OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uword_msb
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/
drd_bitmap.h
164
UWord
uword_msb
(const UWord a)
function
244
bm0[
uword_msb
(a)] |= (UWord)1 << uword_lsb(a);
259
tl_assert(
uword_msb
(a) ==
uword_msb
(a + size - 1));
261
bm0[
uword_msb
(a)]
271
bm0[
uword_msb
(a)] &= ~((UWord)1 << uword_lsb(a));
285
tl_assert(size == 0 ||
uword_msb
(a) ==
uword_msb
(a + size - 1));
294
bm0[
uword_msb
(a)]
305
return (bm0[
uword_msb
(a)] & ((UWord)1 << uword_lsb(a)))
[
all
...]
drd_bitmap.c
614
UWord idx =
uword_msb
(address_lsb(c));
697
UWord idx =
uword_msb
(address_lsb(c));
779
UWord idx =
uword_msb
(address_lsb(c));
[
all
...]
Completed in 3359 milliseconds