HomeSort by relevance Sort by last modified time
    Searched full:and_combine (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/memcheck/tests/vbit-test/
binary.c 11 and_combine(vbits_t v1, vbits_t v2, value_t val2, int invert_val2) function
135 term2 = and_combine(opnd1->vbits, opnd2->vbits, opnd2->value, 0);
136 term3 = and_combine(opnd2->vbits, opnd1->vbits, opnd1->value, 0);
151 term2 = and_combine(opnd1->vbits, opnd2->vbits, opnd2->value, 1);
152 term3 = and_combine(opnd2->vbits, opnd1->vbits, opnd1->value, 1);

Completed in 135 milliseconds