Searched refs:arg_c (Results 1 – 2 of 2) sorted by relevance
309 int arg_c = 0; in DoExecute() local313 if (arg_c >= 1) { in DoExecute()318 arg_c++; in DoExecute()354 int arg_c = 0; in DoExecute() local358 arg[arg_c] = *command; in DoExecute()360 arg_c++; in DoExecute()363 if (arg_c != 3) { in DoExecute()
165 kernel void printf_int_length_modifiers(char4 arg_c, short4 arg_s, int4 arg_i, long4 arg_l, uchar4 …166 printf("%v4hhd", arg_c);171 …printf("%v4hd", arg_c); // expected-warning{{format specifies type 'short __attribute__((ext_vecto…176 …printf("%v4hld", arg_c); // expected-warning{{format specifies type 'int __attribute__((ext_vector…181 …printf("%v4ld", arg_c); // expected-warning{{format specifies type 'long __attribute__((ext_vector…