Searched refs:out2 (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/fontconfig/dist/test/
H A Drun-test.sh162 stat -c '%y' "$FONTDIR" > out2
163 if cmp out1 out2 > /dev/null ; then : ; else
189 ls -l "$CACHEDIR" > out2
190 if cmp out1 out2 > /dev/null ; then : ; else
196 cat out2
213 rm -rf "$TESTTMPDIR" out1 out2 xxx flist1 flist2 bind-fonts.conf
237 ls -1 --color=no "$CACHEDIR"/*cache* > out2
245 if grep -v -- "$(cat out1)" out2 > /dev/null ; then : ; else
248 cat out1 out2
265 rm -rf "$TESTTMPDIR" "$TESTTMP2DIR" out1 out2 xx
[all...]
H A DMakefile.am183 out2 \
H A DMakefile.in810 out2 \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.h117 const int out2 = -3; variable in typeref:typename:const int
H A Dtest_glsl_to_tgsi_array_merge.cpp914 { TGSI_OPCODE_ADD, {MT(0, out2, WRITEMASK_XYZW)}, {MT(6, 6, "xyzw"), MT(0, in0, "xyzw")}, {}, ARR()},
932 { TGSI_OPCODE_ADD, {MT(0, out2, WRITEMASK_XYZW)}, {MT(1, 6, "xyzw"), MT(0, in0, "xyzw")}, {}, ARR()},
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.h117 const int out2 = -3; variable in typeref:typename:const int
H A Dtest_glsl_to_tgsi_array_merge.cpp914 { TGSI_OPCODE_ADD, {MT(0, out2, WRITEMASK_XYZW)}, {MT(6, 6, "xyzw"), MT(0, in0, "xyzw")}, {}, ARR()},
932 { TGSI_OPCODE_ADD, {MT(0, out2, WRITEMASK_XYZW)}, {MT(1, 6, "xyzw"), MT(0, in0, "xyzw")}, {}, ARR()},
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv10_exa.c206 char out2[4096];
207 char *out = out2;
331 xf86DrvMsg(0, X_INFO, "%s", out2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/
H A Dir3-notes.rst85 outputdce198 [shape=record,label="outputs|<out0> o0.x|<out1> o0.y|<out2> o0.z|<out3> o0.w"];
88 instrdcf4b8:<dst0> -> outputdce198:<out2>:e
/xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/
H A Dir3-notes.rst85 outputdce198 [shape=record,label="outputs|<out0> o0.x|<out1> o0.y|<out2> o0.z|<out3> o0.w"];
88 instrdcf4b8:<dst0> -> outputdce198:<out2>:e
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgxvar.c3572 FT_Pos out, in1, in2, out1, out2, d1, d2; local in function:tt_delta_interpolate
3595 out2 = out_points[ref2].x;
3597 d2 = out2 - in2;
3601 if ( in1 != in2 || out1 == out2 )
3603 FT_Fixed scale = in1 != in2 ? FT_DivFix( out2 - out1, in2 - in1 )
/xsrc/external/mit/pixman/dist/test/utils/
H A Dutils.c688 goto out2;
705 out2:

Completed in 18 milliseconds