OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctz32
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
host-utils.h
119
static inline int
ctz32
(uint32_t val)
function
160
return
ctz32
(~val);
179
return cnt +
ctz32
(val);
/external/valgrind/main/VEX/priv/
guest_generic_x87.c
590
static UInt
ctz32
( UInt x )
function
658
newECX = intRes2 == 0 ? 16 :
ctz32
(intRes2);
/external/valgrind/main/none/tests/amd64/
pcmpstr64.c
65
UInt
ctz32
( UInt x )
function
151
newECX = intRes2 == 0 ? 16 :
ctz32
(intRes2);
1333
UInt
ctz32
( UInt x )
function
[
all
...]
Completed in 381 milliseconds