OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MASK_C
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/VEX/priv/
guest_generic_x87.c
560
#define
MASK_C
(1 << SHIFT_C)
682
= ((intRes2 == 0) ? 0 :
MASK_C
) // C == 0 iff intRes2 == 0
750
= ((intRes2 == 0) ? 0 :
MASK_C
) // C == 0 iff intRes2 == 0
[
all
...]
/external/valgrind/main/none/tests/amd64/
pcmpstr64.c
37
#define
MASK_C
(1ULL << SHIFT_C)
158
= ((intRes2 == 0) ? 0 :
MASK_C
) // C == 0 iff intRes2 == 0
[
all
...]
pcmpstr64w.c
40
#define
MASK_C
(1ULL << SHIFT_C)
164
= ((intRes2 == 0) ? 0 :
MASK_C
) // C == 0 iff intRes2 == 0
[
all
...]
Completed in 85 milliseconds