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

  /external/valgrind/memcheck/tests/vbit-test/
vtest.h 206 } test_data_t; typedef in typeref:struct:__anon42971
216 int test_unary_op(const irop_t *, test_data_t *);
217 int test_binary_op(const irop_t *, test_data_t *);
218 int test_ternary_op(const irop_t *, test_data_t *);
219 int test_qernary_op(const irop_t *, test_data_t *);
222 void valgrind_execute_test(const irop_t *, test_data_t *);
224 IRICB new_iricb(const irop_t *, test_data_t *);
227 void complain(const irop_t *, const test_data_t *, vbits_t expected);
qernary.c 33 check_result_for_qernary(const irop_t *op, const test_data_t *data)
64 test_qernary_op(const irop_t *op, test_data_t *data)
ternary.c 33 check_result_for_ternary(const irop_t *op, const test_data_t *data)
82 test_ternary_op(const irop_t *op, test_data_t *data)
unary.c 33 check_result_for_unary(const irop_t *op, const test_data_t *data)
106 test_unary_op(const irop_t *op, test_data_t *data)
main.c 35 static test_data_t *
38 test_data_t *data = malloc(sizeof *data);
180 test_data_t *data = new_test_data(op);
valgrind.c 34 new_iricb(const irop_t *op, test_data_t *data)
117 valgrind_execute_test(const irop_t *op, test_data_t *data)
binary.c 73 check_result_for_binary(const irop_t *op, const test_data_t *data)
359 test_shift(const irop_t *op, test_data_t *data)
440 test_and(const irop_t *op, test_data_t *data)
514 test_or(const irop_t *op, test_data_t *data)
596 test_binary_op(const irop_t *op, test_data_t *data)
util.c 61 complain(const irop_t *op, const test_data_t *data, vbits_t expected)
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
test-strtol.c 72 struct test_data_t struct
81 const struct test_data_t test_data[] = {
120 run_tests (const struct test_data_t *test_data, size_t ntests)
  /external/ltp/testcases/kernel/syscalls/setreuid/
setreuid04.c 45 struct test_data_t { struct
setreuid02.c 43 static struct test_data_t { struct
setreuid03.c 49 static struct test_data_t { struct
setreuid05.c 42 struct test_data_t { struct
  /external/ltp/testcases/kernel/syscalls/setregid/
setregid04.c 45 struct test_data_t { struct
setregid02.c 51 struct test_data_t { struct
setregid03.c 51 struct test_data_t { struct
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate02.c 64 static struct test_data_t { struct
fallocate03.c 114 struct test_data_t { struct
  /external/ltp/testcases/kernel/syscalls/setresuid/
setresuid01.c 85 struct test_data_t { struct
setresuid02.c 87 struct test_data_t { struct
setresuid03.c 93 struct test_data_t { struct
  /external/ltp/testcases/kernel/syscalls/sync_file_range/
sync_file_range01.c 111 struct test_data_t { struct

Completed in 182 milliseconds