Searched refs:f_ui64_arg (Results 1 – 1 of 1) sorted by relevance
57 void f_ui64_arg(ui64_mode_t* x) { (void)x; } in f_ui64_arg() function66 void test_long_to_ui64(unsigned long long* y) { f_ui64_arg(y); } in test_long_to_ui64()74 void test_long_to_ui64(unsigned long long* y) { f_ui64_arg(y); } in test_long_to_ui64()77 void test_long_to_ui64(unsigned long* y) { f_ui64_arg(y); } in test_long_to_ui64()