OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:host_word_szb
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.c
527
UInt
host_word_szB
= sizeof(HWord);
534
if (
host_word_szB
== 4) host_word_type = Ity_I32;
535
if (
host_word_szB
== 8) host_word_type = Ity_I64;
565
& ~(HWord)(
host_word_szB
-1);
567
& ~(HWord)(
host_word_szB
-1);
570
vassert(0 == (hW_diff & (
host_word_szB
-1)));
571
HWord hWs_to_check = (hW_diff +
host_word_szB
) /
host_word_szB
;
573
&& hWs_to_check < 1004/*arbitrary*/ /
host_word_szB
);
577
if (
host_word_szB
== 8)
[
all
...]
Completed in 49 milliseconds