Home | History | Annotate | Download | only in useful-harnesses

Lines Matching defs:uint64_t

5 typedef unsigned long long int uint64_t;
21 uint64_t *lhs;
22 uint64_t *rhs;
23 uint64_t *select_a;
24 uint64_t *select_b;
26 uint64_t *select_expected;
39 int (*predfunc) (uint64_t, uint64_t);
40 uint64_t (*selfunc) (uint64_t, uint64_t, uint64_t, uint64_t);