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
163
UWord
uword_msb
(const UWord a)
function
243
bm0[
uword_msb
(a)] |= (UWord)1 << uword_lsb(a);
258
tl_assert(
uword_msb
(a) ==
uword_msb
(a + size - 1));
260
bm0[
uword_msb
(a)]
270
bm0[
uword_msb
(a)] &= ~((UWord)1 << uword_lsb(a));
284
tl_assert(size == 0 ||
uword_msb
(a) ==
uword_msb
(a + size - 1));
293
bm0[
uword_msb
(a)]
304
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 75 milliseconds