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

  /external/markdown/MarkdownTest/
MarkdownTest.pl 62 my $t_result = <RESULT>;
67 $t_result =~ s/\s+\z//; # trim trailing whitespace
71 $t_result =~ s{'}{'\\''}g; # escape ' chars for shell
73 $t_result = `echo '$t_result' | tidy -quiet --show-warnings n`;
77 if ($t_output eq $t_result) {
  /external/valgrind/main/VEX/priv/
ir_inject.c 254 if (iricb.t_result == Ity_I1 || sizeofIRType(iricb.t_result) <= 8) {
256 } else if (sizeofIRType(iricb.t_result) == 16) {
  /external/valgrind/main/memcheck/tests/vbit-test/
valgrind.c 20 cb.t_result = data->result.type;
  /external/valgrind/main/VEX/pub/
libvex.h 862 IRType t_result; \/\/ type of result member in struct:__anon36863
    [all...]

Completed in 340 milliseconds