OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bits4_to_bytes4
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/VEX/priv/
guest_generic_x87.c
598
static UInt
bits4_to_bytes4
( UInt bits4 )
function
649
resV->w32[0] =
bits4_to_bytes4
( (intRes2 >> 0) & 0xF );
650
resV->w32[1] =
bits4_to_bytes4
( (intRes2 >> 4) & 0xF );
651
resV->w32[2] =
bits4_to_bytes4
( (intRes2 >> 8) & 0xF );
652
resV->w32[3] =
bits4_to_bytes4
( (intRes2 >> 12) & 0xF );
[
all
...]
Completed in 340 milliseconds