Lines Matching full:s64
217 __noinline int assert_neg_gfunc(s64 c) in assert_neg_gfunc()
219 volatile s64 cookie = c; in assert_neg_gfunc()
225 __noinline int assert_pos_gfunc(s64 c) in assert_pos_gfunc()
227 volatile s64 cookie = c; in assert_pos_gfunc()
233 __noinline int assert_negeq_gfunc(s64 c) in assert_negeq_gfunc()
235 volatile s64 cookie = c; in assert_negeq_gfunc()
241 __noinline int assert_poseq_gfunc(s64 c) in assert_poseq_gfunc()
243 volatile s64 cookie = c; in assert_poseq_gfunc()
265 __noinline int assert_neg_gfunc_with(s64 c) in assert_neg_gfunc_with()
267 volatile s64 cookie = c; in assert_neg_gfunc_with()
273 __noinline int assert_pos_gfunc_with(s64 c) in assert_pos_gfunc_with()
275 volatile s64 cookie = c; in assert_pos_gfunc_with()
281 __noinline int assert_negeq_gfunc_with(s64 c) in assert_negeq_gfunc_with()
283 volatile s64 cookie = c; in assert_negeq_gfunc_with()
289 __noinline int assert_poseq_gfunc_with(s64 c) in assert_poseq_gfunc_with()
291 volatile s64 cookie = c; in assert_poseq_gfunc_with()