Lines Matching refs:_check_numbers_template
47 #define _check_numbers_template(arg_fmt, expect, str, fmt, n_args, ap) \ macro
65 _check_numbers_template("%llu", pval, string, fmt, n_args, ap); in check_ull()
73 _check_numbers_template("%lld", pval, string, fmt, n_args, ap); in check_ll()
82 _check_numbers_template("%lu", pval, string, fmt, n_args, ap); in check_ulong()
90 _check_numbers_template("%ld", pval, string, fmt, n_args, ap); in check_long()
98 _check_numbers_template("%u", pval, string, fmt, n_args, ap); in check_uint()
106 _check_numbers_template("%d", pval, string, fmt, n_args, ap); in check_int()
115 _check_numbers_template("%hu", pval, string, fmt, n_args, ap); in check_ushort()
124 _check_numbers_template("%hd", pval, string, fmt, n_args, ap); in check_short()
133 _check_numbers_template("%hhu", pval, string, fmt, n_args, ap); in check_uchar()
141 _check_numbers_template("%hhd", pval, string, fmt, n_args, ap); in check_char()