OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNDEF_UNKNOWN
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/memcheck/tests/vbit-test/
irops.c
96
{ DEFOP(Iop_ExpCmpNE8,
UNDEF_UNKNOWN
), }, // exact (expensive) equality
97
{ DEFOP(Iop_ExpCmpNE16,
UNDEF_UNKNOWN
), }, // exact (expensive) equality
98
{ DEFOP(Iop_ExpCmpNE32,
UNDEF_UNKNOWN
), }, // exact (expensive) equality
99
{ DEFOP(Iop_ExpCmpNE64,
UNDEF_UNKNOWN
), }, // exact (expensive) equality
128
{ DEFOP(Iop_Left8,
UNDEF_UNKNOWN
), }, // not supported by mc_translate
129
{ DEFOP(Iop_Left16,
UNDEF_UNKNOWN
), }, // not supported by mc_translate
130
{ DEFOP(Iop_Left32,
UNDEF_UNKNOWN
), }, // not supported by mc_translate
131
{ DEFOP(Iop_Left64,
UNDEF_UNKNOWN
), }, // not supported by mc_translate
132
{ DEFOP(Iop_Max32U,
UNDEF_UNKNOWN
), }, // not supported by mc_translate
[
all
...]
vtest.h
158
UNDEF_UNKNOWN
main.c
174
if (op->undef_kind ==
UNDEF_UNKNOWN
) {
Completed in 53 milliseconds