OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctz32
(Results
1 - 8
of
8
) 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
670
newECX = intRes2 == 0 ? 16 :
ctz32
(intRes2);
738
newECX = intRes2 == 0 ? 8 :
ctz32
(intRes2);
[
all
...]
/external/qemu/tcg/arm/
tcg-target.c
240
shift =
ctz32
(imm) & ~1;
441
i =
ctz32
(arg) & ~1;
[
all
...]
/external/valgrind/main/none/tests/amd64/
pcmpstr64.c
65
UInt
ctz32
( UInt x )
function
151
newECX = intRes2 == 0 ? 16 :
ctz32
(intRes2);
[
all
...]
pcmpstr64w.c
68
UInt
ctz32
( UInt x )
function
154
newECX = intRes2 == 0 ? 8 :
ctz32
(intRes2);
[
all
...]
/external/qemu/tcg/ppc/
tcg-target.c
[
all
...]
/external/qemu/audio/
ossaudio.c
337
int mmmmssss = (req->nfrags << 16) |
ctz32
(req->fragsize);
/external/qemu/hw/
apic.c
112
return
ctz32
(value);
Completed in 453 milliseconds