HomeSort by: relevance | last modified time | path
    Searched refs:outputs (Results 1 - 25 of 122) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/ntp/dist/scripts/build/
genver 8 outputs=
16 outputs="m4/version.m4 $outputs"
19 outputs="include/version.def $outputs"
22 outputs="include/version.texi $outputs"
30 case "$outputs" in
31 '') outputs="m4/version.m4 include/version.def include/version.texi" ;;
48 case "$outputs" i
    [all...]
  /src/usr.bin/scmdctl/
printscmd.c 64 const char *outputs[] = { local
82 printf("%s%d (0x%02X)\n",outputs[n],r->diags[n],r->diags[n]);
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
collect_data_flow.py 60 outputs = []
70 outputs.append(tmpfile)
76 subprocess.call([merge] + outputs, stdout=f)
  /src/external/gpl3/binutils/dist/libctf/
ctf-link.c 38 output. Sometimes used for outputs too. */
1100 mapping. The outputs from this process get fed back into the final pass
1110 ctf_dict_t **outputs; local
1224 if ((outputs = ctf_dedup_emit (out, inputs, ninputs, parents,
1236 ctf_dict_close (outputs[j]);
1249 ctf_dedup_fini (out, outputs, noutputs);
1267 ctf_list_splice (&fp->ctf_errs_warnings, &outputs[0]->ctf_errs_warnings);
1273 if ((in_arc = ctf_new_archive_internal (0, 0, NULL, outputs[0], NULL,
1281 ctf_cuname (outputs[0])) < 0)
1288 free (outputs);
1350 ctf_dict_t **inputs, **outputs = NULL; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-link.c 42 output. Sometimes used for outputs too. */
1132 mapping. The outputs from this process get fed back into the final pass
1142 ctf_dict_t **outputs; local
1253 if ((outputs = ctf_dedup_emit (out, inputs, ninputs, parents,
1265 ctf_dict_close (outputs[j]);
1278 ctf_dedup_fini (out, outputs, noutputs);
1296 ctf_list_splice (&fp->ctf_errs_warnings, &outputs[0]->ctf_errs_warnings);
1302 if ((in_arc = ctf_new_archive_internal (0, 0, NULL, outputs[0], NULL,
1310 ctf_cuname (outputs[0])) < 0)
1317 free (outputs);
1379 ctf_dict_t **inputs, **outputs = NULL; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 646 void CodeExtractor::findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs,
660 Outputs.insert(&II);
811 /// constructFunction - make a function based on inputs and outputs, as follows:
814 const ValueSet &outputs,
821 LLVM_DEBUG(dbgs() << "outputs: " << outputs.size() << "\n");
823 // This function returns unsigned, outputs will go back by reference.
840 for (Value *output : outputs) {
856 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
1016 for (unsigned i = 0, e = outputs.size(); i != e; ++i, ++AI
1657 ValueSet inputs, outputs, SinkingCands, HoistingCands; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-link.c 42 output. Sometimes used for outputs too. */
1134 mapping. The outputs from this process get fed back into the final pass
1144 ctf_dict_t **outputs; local
1258 if ((outputs = ctf_dedup_emit (out, inputs, ninputs, parents,
1270 ctf_dict_close (outputs[j]);
1283 ctf_dedup_fini (out, outputs, noutputs);
1301 ctf_list_splice (&fp->ctf_errs_warnings, &outputs[0]->ctf_errs_warnings);
1307 if ((in_arc = ctf_new_archive_internal (0, 0, NULL, outputs[0], NULL,
1315 ctf_cuname (outputs[0])) < 0)
1322 free (outputs);
1384 ctf_dict_t **inputs, **outputs = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-link.c 42 output. Sometimes used for outputs too. */
1134 mapping. The outputs from this process get fed back into the final pass
1144 ctf_dict_t **outputs; local
1258 if ((outputs = ctf_dedup_emit (out, inputs, ninputs, parents,
1270 ctf_dict_close (outputs[j]);
1283 ctf_dedup_fini (out, outputs, noutputs);
1301 ctf_list_splice (&fp->ctf_errs_warnings, &outputs[0]->ctf_errs_warnings);
1307 if ((in_arc = ctf_new_archive_internal (0, 0, NULL, outputs[0], NULL,
1315 ctf_cuname (outputs[0])) < 0)
1322 free (outputs);
1384 ctf_dict_t **inputs, **outputs = NULL; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 80 /// 1) Find both the inputs and outputs for the extracted region.
83 /// 3) Add allocas for any scalar outputs, adding all of the outputs' allocas
166 void findInputsOutputs(ValueSet &Inputs, ValueSet &Outputs,
216 const ValueSet &outputs,
230 ValueSet &inputs, ValueSet &outputs);
  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common-protos.h 156 rtx_insn *arm_md_asm_adjust (vec<rtx> &outputs, vec<rtx> & /*inputs*/,
aarch-common.cc 533 We implement asm flag outputs. */
536 arm_md_asm_adjust (vec<rtx> &outputs, vec<rtx> & /*inputs*/,
545 for (unsigned i = 0, n = outputs.length (); i < n; ++i)
620 rtx dest = outputs[i];
634 outputs[i] = gen_rtx_REG (CCmode, CC_REGNUM);
641 outputs[i] = gen_rtx_SCRATCH (word_mode);
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common-protos.h 150 rtx_insn *arm_md_asm_adjust (vec<rtx> &outputs, vec<rtx> & /*inputs*/,
aarch-common.cc 531 We implement asm flag outputs. */
534 arm_md_asm_adjust (vec<rtx> &outputs, vec<rtx> & /*inputs*/,
542 for (unsigned i = 0, n = outputs.length (); i < n; ++i)
617 rtx dest = outputs[i];
631 outputs[i] = gen_rtx_REG (CCmode, CC_REGNUM);
638 outputs[i] = gen_rtx_SCRATCH (word_mode);
  /src/sys/arch/hppa/stand/common/
milli_tiny.S 37 ; outputs:
81 ; outputs:
110 ; outputs:
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
instance.py 112 To suppress exceptions, redirect outputs, control logging change
  /src/external/gpl3/gcc/dist/gcc/
stmt.cc 184 inputs and NOUTPUTS outputs to this extended-asm. Upon return,
484 check_unique_operand_names (tree outputs, tree inputs, tree labels)
488 for (i = outputs; i ; i = TREE_CHAIN (i))
508 for (j = outputs; j ; j = TREE_CHAIN (j))
540 resolve_asm_operand_names (tree string, tree outputs, tree inputs, tree labels)
547 check_unique_operand_names (outputs, inputs, labels);
558 p = resolve_operand_name_1 (p, outputs, inputs, NULL);
601 p = resolve_operand_name_1 (p, outputs, inputs, labels);
617 resolve_operand_name_1 (char *p, tree outputs, tree inputs, tree labels)
633 for (op_inout = op = 0, t = outputs; t ; t = TREE_CHAIN (t), op++
    [all...]
gimple-harden-conditionals.cc 183 vec<tree, va_gc> *outputs = NULL; local
184 vec_safe_push (outputs,
196 gasm *detach = gimple_build_asm_vec ("", inputs, outputs,
  /src/external/gpl3/gcc.old/dist/gcc/
stmt.cc 184 inputs and NOUTPUTS outputs to this extended-asm. Upon return,
484 check_unique_operand_names (tree outputs, tree inputs, tree labels)
488 for (i = outputs; i ; i = TREE_CHAIN (i))
508 for (j = outputs; j ; j = TREE_CHAIN (j))
540 resolve_asm_operand_names (tree string, tree outputs, tree inputs, tree labels)
547 check_unique_operand_names (outputs, inputs, labels);
558 p = resolve_operand_name_1 (p, outputs, inputs, NULL);
601 p = resolve_operand_name_1 (p, outputs, inputs, labels);
617 resolve_operand_name_1 (char *p, tree outputs, tree inputs, tree labels)
633 for (op_inout = op = 0, t = outputs; t ; t = TREE_CHAIN (t), op++
    [all...]
gimple-harden-conditionals.cc 174 vec<tree, va_gc> *outputs = NULL; local
175 vec_safe_push (outputs,
187 gasm *detach = gimple_build_asm_vec ("", inputs, outputs,
  /src/crypto/external/apache2/openssl/lib/libdes/
FILES0 15 times - Some outputs from 'speed' on some machines.
  /src/crypto/external/bsd/openssl/lib/libdes/
FILES0 15 times - Some outputs from 'speed' on some machines.
  /src/crypto/external/bsd/openssl.old/lib/libdes/
FILES0 15 times - Some outputs from 'speed' on some machines.
  /src/crypto/external/cpl/tpm-tools/dist/
configure.ac 36 AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [create a debug build that outputs debug messages]),
  /src/usr.sbin/umcpmioctl/
printumcpmio.c 544 const char *outputs[] = { local
612 if (outputs[n] != NULL)
613 printf("%02d:%s%d (0x%02X)\n", n, outputs[n], br[n], br[n]);
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_display.c 261 struct virtio_gpu_output *output = vgdev->outputs + index;
382 kfree(vgdev->outputs[i].edid);

Completed in 40 milliseconds

1 2 3 4 5