Home | History | Annotate | Download | only in unittests

Lines Matching defs:LL

24 #define LL "I64"
26 #define LL "ll"
59 check ("Hello\\t %d%llx%%d%d", /* ARI: %ll */
63 format_piece ("%" LL "x", long_long_arg, 0),
90 check ("Hello\\t %hu%lu%llu%zu", /* ARI: %ll */
95 format_piece ("%" LL "u", long_long_arg, 0),
99 check ("Hello\\t %hx%lx%llx%zx", /* ARI: %ll */
104 format_piece ("%" LL "x", long_long_arg, 0),
108 check ("Hello\\t %ho%lo%llo%zo", /* ARI: %ll */
113 format_piece ("%" LL "o", long_long_arg, 0),
117 check ("Hello\\t %hd%ld%lld%zd", /* ARI: %ll */
122 format_piece ("%" LL "d", long_long_arg, 0),