HomeSort by relevance Sort by last modified time
    Searched refs:vex_toupper (Results 1 - 5 of 5) sorted by null

  /external/valgrind/perf/
test_input_for_tinycc.c 1236 static HChar vex_toupper ( HChar c ) function
1275 send((capitalise ? vex_toupper(str[i]) : (str[i])));
1282 send((capitalise ? vex_toupper(str[i]) : (str[i])));
1294 send((capitalise ? vex_toupper(str[i]) : (str[i])));
    [all...]
bz2.c 988 static HChar vex_toupper ( HChar c ) function
1027 # define MAYBE_TOUPPER(ch) (capitalise ? vex_toupper(ch) : (ch))
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 995 static HChar vex_toupper ( HChar c ) function
1034 # define MAYBE_TOUPPER(ch) (capitalise ? vex_toupper(ch) : (ch))
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 988 static HChar vex_toupper ( HChar c ) function
1027 # define MAYBE_TOUPPER(ch) (capitalise ? vex_toupper(ch) : (ch))
    [all...]
varinfo6.c 1026 static HChar vex_toupper ( HChar c ) function
1065 # define MAYBE_TOUPPER(ch) (capitalise ? vex_toupper(ch) : (ch))
    [all...]

Completed in 72 milliseconds