Lines Matching refs:_check_numbers_template
63 #define _check_numbers_template(arg_fmt, expect, str, fmt, n_args, ap) \ macro
83 _check_numbers_template("%llu", pval, string, fmt, n_args, ap); in check_ull()
91 _check_numbers_template("%lld", pval, string, fmt, n_args, ap); in check_ll()
99 _check_numbers_template("%lu", pval, string, fmt, n_args, ap); in check_ulong()
107 _check_numbers_template("%ld", pval, string, fmt, n_args, ap); in check_long()
115 _check_numbers_template("%u", pval, string, fmt, n_args, ap); in check_uint()
123 _check_numbers_template("%d", pval, string, fmt, n_args, ap); in check_int()
131 _check_numbers_template("%hu", pval, string, fmt, n_args, ap); in check_ushort()
139 _check_numbers_template("%hd", pval, string, fmt, n_args, ap); in check_short()
147 _check_numbers_template("%hhu", pval, string, fmt, n_args, ap); in check_uchar()
155 _check_numbers_template("%hhd", pval, string, fmt, n_args, ap); in check_char()