OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_lzcnt32
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/none/tests/x86/
lzcnt32.c
8
void
do_lzcnt32
( /*OUT*/UInt* flags, /*OUT*/UInt* res, UInt arg )
function
49
do_lzcnt32
(&flags, &res, w);
/external/valgrind/main/none/tests/amd64/
lzcnt64.c
25
void
do_lzcnt32
( /*OUT*/UInt* flags, /*OUT*/ULong* res, ULong arg )
function
76
do_lzcnt32
(&flags, &res, w);
Completed in 32 milliseconds