Searched refs:OUTPUT (Results 1 - 25 of 148) sorted by relevance

123456

/xsrc/external/mit/brotli/dist/tests/
H A Drun-roundtrip-test.cmake5 COMMAND ${BROTLI_WRAPPER} ${BROTLI_CLI} --force --quality=${QUALITY} ${INPUT} --output=${OUTPUT}.br
14 COMMAND ${BROTLI_WRAPPER} ${BROTLI_CLI} --force --decompress ${OUTPUT}.br --output=${OUTPUT}.unbr
36 test_file_equality("${INPUT}" "${OUTPUT}.unbr")
/xsrc/external/mit/libX11/dist/specs/i18n/compose/
H A Dcompose-chart.pl77 open my $OUTPUT, '>', $output_filename
80 print $OUTPUT
97 close $OUTPUT or die "Couldn't write $output_filename: $!";
207 open my $OUTPUT, '>', $output_filename
210 print $OUTPUT
224 print $OUTPUT
242 print $OUTPUT
247 start_table($OUTPUT);
255 end_table($OUTPUT);
256 start_table($OUTPUT);
[all...]
/xsrc/external/mit/xgc/dist/
H A Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
80 OUTPUT is one file PROG generates
81 DESIRED is the file we actually want instead of OUTPUT
85 Any number of OUTPUT,DESIRED pairs may be used.
/xsrc/external/mit/xkbcomp/dist/
H A Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
80 OUTPUT is one file PROG generates
81 DESIRED is the file we actually want instead of OUTPUT
85 Any number of OUTPUT,DESIRED pairs may be used.
/xsrc/external/mit/twm/dist/
H A Dylwrap75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
80 OUTPUT is one file PROG generates
81 DESIRED is the file we actually want instead of OUTPUT
85 Any number of OUTPUT,DESIRED pairs may be used.
/xsrc/external/mit/xorg-server.old/dist/
H A Dylwrap46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
51 OUTPUT is one file PROG generates
52 DESIRED is the file we actually want instead of OUTPUT
56 Any number of OUTPUT,DESIRED pairs may be used.
/xsrc/external/mit/xkbevd/dist/
H A Dylwrap71 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
76 OUTPUT is one file PROG generates
77 DESIRED is the file we actually want instead of OUTPUT
81 Any number of OUTPUT,DESIRED pairs may be used.
/xsrc/external/mit/xorg-server/dist/
H A Dylwrap71 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
76 OUTPUT is one file PROG generates
77 DESIRED is the file we actually want instead of OUTPUT
81 Any number of OUTPUT,DESIRED pairs may be used.
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dgen_source_files.cmake9 add_custom_command(OUTPUT ${defc}
17 add_custom_command(OUTPUT ${ctwm_atoms}
27 add_custom_command(OUTPUT ${en_out}
47 OUTPUT ${fd_h} ${fdd_h} ${fpt_h} ${fde_h}
101 add_custom_command(OUTPUT ${version_c}
110 add_custom_command(OUTPUT ${version_c}
124 add_custom_command(OUTPUT ${version_c}
132 add_custom_command(OUTPUT ${version_c}
145 add_custom_command(OUTPUT ${version_c_in}
H A Dmktar_support.cmake21 add_custom_command(OUTPUT ${MKTAR_GENFILES}
H A Dsetup_yacc.cmake44 add_custom_command(OUTPUT gram.tab.c gram.tab.h
58 add_custom_command(OUTPUT gram.tab.h
63 add_custom_command(OUTPUT gram.tab.c
H A Dfind_asciidoc_bits.cmake217 add_custom_command(OUTPUT ${OUTFILE}
263 add_custom_command(OUTPUT ${OUTFILE}
293 add_custom_command(OUTPUT ${OUTFILE}
332 add_custom_command(OUTPUT ${OUTFILE}
350 add_custom_command(OUTPUT ${OUTFILE}
372 add_custom_command(OUTPUT ${OUTFILE}
393 add_custom_command(OUTPUT ${OUTFILE}
416 add_custom_command(OUTPUT ${OUTFILE}
H A Dhandle_manual.cmake120 add_custom_command(OUTPUT ${ADOC_TMPSRC}
174 add_custom_command(OUTPUT ${MANPAGE}
194 add_custom_command(OUTPUT "${MANPAGE}.gz"
241 add_custom_command(OUTPUT ${MANHTML}
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm9 // OUTPUT: $r0: result, $r1: modulus
44 // OUTPUT: $r0: result, $r1: modulus
84 // OUTPUT: $r0d (rcp(x))
95 // OUTPUT: $r0d (rsqrt(x))
H A Dgk110.asm9 // OUTPUT: $r0: result, $r1: modulus
48 // OUTPUT: $r0: result, $r1: modulus
93 // OUTPUT: $r0d
244 // OUTPUT: $r0d
H A Dgm107.asm9 // OUTPUT: $r0: result, $r1: modulus
54 // OUTPUT: $r0: result, $r1: modulus
106 // OUTPUT: $r0d
275 // OUTPUT: $r0d
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgf100.asm9 // OUTPUT: $r0: result, $r1: modulus
44 // OUTPUT: $r0: result, $r1: modulus
84 // OUTPUT: $r0d (rcp(x))
95 // OUTPUT: $r0d (rsqrt(x))
H A Dgk110.asm9 // OUTPUT: $r0: result, $r1: modulus
48 // OUTPUT: $r0: result, $r1: modulus
93 // OUTPUT: $r0d
244 // OUTPUT: $r0d
H A Dgm107.asm9 // OUTPUT: $r0: result, $r1: modulus
54 // OUTPUT: $r0: result, $r1: modulus
106 // OUTPUT: $r0d
275 // OUTPUT: $r0d
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.h134 OUTPUT = 341, enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.h63 OUTPUT = 264, /* OUTPUT */ enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.h57 OUTPUT = 264, enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.h141 OUTPUT = 342, /* OUTPUT */ enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_lexer.l184 OUTPUT { return OUTPUT; }
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_lexer.l184 OUTPUT { return OUTPUT; }

Completed in 25 milliseconds

123456