Home
last modified time | relevance | path

Searched refs:t_result (Results 1 – 4 of 4) sorted by relevance

/external/markdown/MarkdownTest/
DMarkdownTest.pl62 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/VEX/priv/
Dir_inject.c255 if (iricb.t_result == Ity_I1 || sizeofIRType(iricb.t_result) <= 8) { in vex_inject_ir()
257 } else if (sizeofIRType(iricb.t_result) == 16) { in vex_inject_ir()
/external/valgrind/memcheck/tests/vbit-test/
Dvalgrind.c44 cb.t_result = data->result.type; in new_iricb()
/external/valgrind/VEX/pub/
Dlibvex.h843 IRType t_result; // type of result member