Searched refs:f_ui64_arg (Results 1 – 2 of 2) 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()
65 void f_ui64_arg(ui64_mode_t* x) { (void)x; } in f_ui64_arg() function74 void test_long_to_ui64(unsigned long long* y) { f_ui64_arg(y); } in test_long_to_ui64()82 void test_long_to_ui64(unsigned long long* y) { f_ui64_arg(y); } in test_long_to_ui64()85 void test_long_to_ui64(unsigned long* y) { f_ui64_arg(y); } in test_long_to_ui64()