HomeSort by relevance Sort by last modified time
    Searched refs:UNDEF_UNKNOWN (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/memcheck/tests/vbit-test/
irops.c 70 { DEFOP(Iop_ExpCmpNE8, UNDEF_UNKNOWN), }, // exact (expensive) equality
71 { DEFOP(Iop_ExpCmpNE16, UNDEF_UNKNOWN), }, // exact (expensive) equality
72 { DEFOP(Iop_ExpCmpNE32, UNDEF_UNKNOWN), }, // exact (expensive) equality
73 { DEFOP(Iop_ExpCmpNE64, UNDEF_UNKNOWN), }, // exact (expensive) equality
102 { DEFOP(Iop_Left8, UNDEF_UNKNOWN), }, // not supported by mc_translate
103 { DEFOP(Iop_Left16, UNDEF_UNKNOWN), }, // not supported by mc_translate
104 { DEFOP(Iop_Left32, UNDEF_UNKNOWN), }, // not supported by mc_translate
105 { DEFOP(Iop_Left64, UNDEF_UNKNOWN), }, // not supported by mc_translate
106 { DEFOP(Iop_Max32U, UNDEF_UNKNOWN), }, // not supported by mc_translate
    [all...]
vtest.h 59 UNDEF_UNKNOWN
main.c 117 if (op->undef_kind == UNDEF_UNKNOWN) {

Completed in 71 milliseconds