Searched refs:MAYBE_TOUPPER (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c184 # define MAYBE_TOUPPER(ch) (capitalise ? local_toupper(ch) : (ch)) macro
192 send(MAYBE_TOUPPER(str[i]), send_arg2);
199 send(MAYBE_TOUPPER(str[i]), send_arg2);
211 send(MAYBE_TOUPPER(str[i]), send_arg2);
218 # undef MAYBE_TOUPPER macro
H A Dhackedbz2.c1034 # define MAYBE_TOUPPER(ch) (capitalise ? vex_toupper(ch) : (ch)) macro
1042 send(MAYBE_TOUPPER(str[i]));
1049 send(MAYBE_TOUPPER(str[i]));
1061 send(MAYBE_TOUPPER(str[i]));
1068 # undef MAYBE_TOUPPER macro
/external/valgrind/main/coregrind/
H A Dm_debuglog.c571 # define MAYBE_TOUPPER(ch) (capitalise ? local_toupper(ch) : (ch)) macro
579 send(MAYBE_TOUPPER(str[i]), send_arg2);
586 send(MAYBE_TOUPPER(str[i]), send_arg2);
598 send(MAYBE_TOUPPER(str[i]), send_arg2);
605 # undef MAYBE_TOUPPER macro
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c143 # define MAYBE_TOUPPER(ch) toHChar(capitalise ? vexxx_toupper(ch) : (ch)) macro
151 send(MAYBE_TOUPPER(str[i]));
158 send(MAYBE_TOUPPER(str[i]));
170 send(MAYBE_TOUPPER(str[i]));
177 # undef MAYBE_TOUPPER macro
H A Dtest_ppc_jm1.c361 # define MAYBE_TOUPPER(ch) (capitalise ? vexxx_toupper(ch) : (ch)) macro
369 send(MAYBE_TOUPPER(str[i]));
376 send(MAYBE_TOUPPER(str[i]));
388 send(MAYBE_TOUPPER(str[i]));
395 # undef MAYBE_TOUPPER macro
H A Dtest_bzip2.c1012 # define MAYBE_TOUPPER(ch) (capitalise ? vexxx_toupper(ch) : (ch)) macro
1020 send(MAYBE_TOUPPER(str[i]));
1027 send(MAYBE_TOUPPER(str[i]));
1039 send(MAYBE_TOUPPER(str[i]));
1046 # undef MAYBE_TOUPPER macro
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c1027 # define MAYBE_TOUPPER(ch) (capitalise ? vex_toupper(ch) : (ch)) macro
1035 send(MAYBE_TOUPPER(str[i]));
1042 send(MAYBE_TOUPPER(str[i]));
1054 send(MAYBE_TOUPPER(str[i]));
1061 # undef MAYBE_TOUPPER macro
H A Dvarinfo6.c1065 # define MAYBE_TOUPPER(ch) (capitalise ? vex_toupper(ch) : (ch)) macro
1073 send(MAYBE_TOUPPER(str[i]));
1080 send(MAYBE_TOUPPER(str[i]));
1092 send(MAYBE_TOUPPER(str[i]));
1099 # undef MAYBE_TOUPPER macro
/external/valgrind/main/perf/
H A Dbz2.c1027 # define MAYBE_TOUPPER(ch) (capitalise ? vex_toupper(ch) : (ch)) macro
1035 send(MAYBE_TOUPPER(str[i]));
1042 send(MAYBE_TOUPPER(str[i]));
1054 send(MAYBE_TOUPPER(str[i]));
1061 # undef MAYBE_TOUPPER macro

Completed in 7406 milliseconds