Home
last modified time | relevance | path

Searched refs:and_vbits (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dvbits.h84 vbits_t and_vbits(vbits_t, vbits_t);
Dbinary.c162 term1 = and_vbits(opnd1->vbits, opnd2->vbits); in check_result_for_binary()
178 term1 = and_vbits(opnd1->vbits, opnd2->vbits); in check_result_for_binary()
Dvbits.c680 and_vbits(vbits_t v1, vbits_t v2) in and_vbits() function