OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:and_combine
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/memcheck/tests/vbit-test/
binary.c
35
and_combine
(vbits_t v1, vbits_t v2, value_t val2, int invert_val2)
function
159
term2 =
and_combine
(opnd1->vbits, opnd2->vbits, opnd2->value, 0);
160
term3 =
and_combine
(opnd2->vbits, opnd1->vbits, opnd1->value, 0);
175
term2 =
and_combine
(opnd1->vbits, opnd2->vbits, opnd2->value, 1);
176
term3 =
and_combine
(opnd2->vbits, opnd1->vbits, opnd1->value, 1);
Completed in 361 milliseconds