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

  /external/valgrind/main/memcheck/tests/vbit-test/
vtest.h 98 } test_data_t; typedef in typeref:struct:__anon36801
108 int test_unary_op(const irop_t *, test_data_t *);
109 int test_binary_op(const irop_t *, test_data_t *);
110 int test_ternary_op(const irop_t *, test_data_t *);
111 int test_qernary_op(const irop_t *, test_data_t *);
114 void valgrind_execute_test(const irop_t *, test_data_t *);
116 IRICB new_iricb(const irop_t *, test_data_t *);
119 void complain(const irop_t *, const test_data_t *, vbits_t expected);
qernary.c 9 check_result_for_qernary(const irop_t *op, const test_data_t *data)
40 test_qernary_op(const irop_t *op, test_data_t *data)
ternary.c 9 check_result_for_ternary(const irop_t *op, const test_data_t *data)
39 test_ternary_op(const irop_t *op, test_data_t *data)
unary.c 9 check_result_for_unary(const irop_t *op, const test_data_t *data)
57 test_unary_op(const irop_t *op, test_data_t *data)
main.c 11 static test_data_t *
14 test_data_t *data = malloc(sizeof *data);
115 test_data_t *data = new_test_data(op);
valgrind.c 10 new_iricb(const irop_t *op, test_data_t *data)
92 valgrind_execute_test(const irop_t *op, test_data_t *data)
binary.c 49 check_result_for_binary(const irop_t *op, const test_data_t *data)
176 test_shift(const irop_t *op, test_data_t *data)
257 test_and(const irop_t *op, test_data_t *data)
331 test_or(const irop_t *op, test_data_t *data)
413 test_binary_op(const irop_t *op, test_data_t *data)
util.c 29 complain(const irop_t *op, const test_data_t *data, vbits_t expected)
    [all...]

Completed in 56 milliseconds