Lines Matching refs:c

201 __noinline int assert_nz_gfunc(u64 c)  in assert_nz_gfunc()  argument
203 volatile u64 cookie = c; in assert_nz_gfunc()
209 __noinline int assert_zero_gfunc(u64 c) in assert_zero_gfunc() argument
211 volatile u64 cookie = c; in assert_zero_gfunc()
217 __noinline int assert_neg_gfunc(s64 c) in assert_neg_gfunc() argument
219 volatile s64 cookie = c; in assert_neg_gfunc()
225 __noinline int assert_pos_gfunc(s64 c) in assert_pos_gfunc() argument
227 volatile s64 cookie = c; in assert_pos_gfunc()
233 __noinline int assert_negeq_gfunc(s64 c) in assert_negeq_gfunc() argument
235 volatile s64 cookie = c; in assert_negeq_gfunc()
241 __noinline int assert_poseq_gfunc(s64 c) in assert_poseq_gfunc() argument
243 volatile s64 cookie = c; in assert_poseq_gfunc()
249 __noinline int assert_nz_gfunc_with(u64 c) in assert_nz_gfunc_with() argument
251 volatile u64 cookie = c; in assert_nz_gfunc_with()
257 __noinline int assert_zero_gfunc_with(u64 c) in assert_zero_gfunc_with() argument
259 volatile u64 cookie = c; in assert_zero_gfunc_with()
265 __noinline int assert_neg_gfunc_with(s64 c) in assert_neg_gfunc_with() argument
267 volatile s64 cookie = c; in assert_neg_gfunc_with()
273 __noinline int assert_pos_gfunc_with(s64 c) in assert_pos_gfunc_with() argument
275 volatile s64 cookie = c; in assert_pos_gfunc_with()
281 __noinline int assert_negeq_gfunc_with(s64 c) in assert_negeq_gfunc_with() argument
283 volatile s64 cookie = c; in assert_negeq_gfunc_with()
289 __noinline int assert_poseq_gfunc_with(s64 c) in assert_poseq_gfunc_with() argument
291 volatile s64 cookie = c; in assert_poseq_gfunc_with()