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

1 2

  /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/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/external/gpl3/gcc/dist/gcc/
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,
gimple-harden-control-flow.cc 581 vec<tree, va_gc> *outputs = NULL; local
582 vec_safe_push (outputs,
592 gasm *stabilize = gimple_build_asm_vec ("", inputs, outputs,
tree-ssa-coalesce.cc 929 SSA_NAME outputs but the first one are live at this point, so
932 copy those into pseudos after the asm and if multiple outputs
1165 tree *outputs, link; local
1168 outputs = (tree *) alloca (noutputs * sizeof (tree));
1172 outputs[i] = TREE_VALUE (link);
1194 if (TREE_CODE (outputs[match]) != SSA_NAME)
1197 v1 = SSA_NAME_VERSION (outputs[match]);
1202 if (gimple_can_coalesce_p (outputs[match], input))
ipa-strub.cc 2551 vec<tree, va_gc> *outputs = NULL;
2552 vec_safe_push (outputs,
2562 gasm *forcemod = gimple_build_asm_vec ("", inputs, outputs,
3564 vec<tree, va_gc> *outputs = NULL;
3565 vec_safe_push (outputs,
3575 gasm *forcemod = gimple_build_asm_vec ("", inputs, outputs,
2549 vec<tree, va_gc> *outputs = NULL; local
3562 vec<tree, va_gc> *outputs = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
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,
tree-ssa-coalesce.cc 918 SSA_NAME outputs but the first one are live at this point, so
921 copy those into pseudos after the asm and if multiple outputs
1146 tree *outputs, link; local
1149 outputs = (tree *) alloca (noutputs * sizeof (tree));
1153 outputs[i] = TREE_VALUE (link);
1175 if (TREE_CODE (outputs[match]) != SSA_NAME)
1178 v1 = SSA_NAME_VERSION (outputs[match]);
1181 if (gimple_can_coalesce_p (outputs[match], input))
  /src/sys/dev/ic/
interwave.c 120 static int outputs = 0; variable
248 outputs = 0;
265 DPRINTF(("iwclose: outputs %d ints %d inputs %d in_ints %d\n",
266 outputs, iw_ints, inputs, iw_inints));
914 if (outputs != iw_ints)
915 printf("iw_start_output: out %d, int %d\n", outputs, iw_ints);
916 outputs++;
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_drv.h 174 struct virtio_gpu_output outputs[VIRTIO_GPU_MAX_SCANOUTS]; member in struct:virtio_gpu_device
  /src/crypto/external/bsd/openssl/dist/test/
evp_kdf_test.c 1017 static unsigned char outputs[][16] = { local
1048 && TEST_mem_eq(result, sizeof(result), outputs[i],
1049 sizeof(outputs[i]));
1074 static unsigned char outputs[][32] = { local
1114 && TEST_mem_eq(result, sizeof(result), outputs[i],
1115 sizeof(outputs[i]));
  /src/crypto/external/apache2/openssl/dist/test/
evp_kdf_test.c 1028 static unsigned char outputs[][16] = { local
1060 && TEST_mem_eq(result, sizeof(result), outputs[i],
1061 sizeof(outputs[i]));
1114 static unsigned char outputs[][32] = { local
1242 && TEST_mem_eq(result, sizeof(result), outputs[i],
1243 sizeof(outputs[i]));
  /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...]
ctf-dedup.c 75 as normal to deduplicate all those intermediate outputs (and any 1:1 inputs)
649 so the type the deduplicator outputs will be nameless even if the input
1785 ctf_dedup_fini (ctf_dict_t *fp, ctf_dict_t **outputs, uint32_t noutputs)
1811 if (outputs)
1815 ctf_dedup_t *od = &outputs[i]->ctf_dedup;
3234 /* Emit deduplicated types into the outputs. The shared type repository is
3241 which is the parent of all others, then all the newly-generated outputs).
3251 ctf_dict_t **outputs; local
3274 if ((outputs = calloc (num_outputs, sizeof (ctf_dict_t *))) == NULL)
3278 _("out of memory allocating link outputs array"))
    [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...]
ctf-dedup.c 75 as normal to deduplicate all those intermediate outputs (and any 1:1 inputs)
649 so the type the deduplicator outputs will be nameless even if the input
1785 ctf_dedup_fini (ctf_dict_t *fp, ctf_dict_t **outputs, uint32_t noutputs)
1811 if (outputs)
1815 ctf_dedup_t *od = &outputs[i]->ctf_dedup;
3234 /* Emit deduplicated types into the outputs. The shared type repository is
3241 which is the parent of all others, then all the newly-generated outputs).
3251 ctf_dict_t **outputs; local
3274 if ((outputs = calloc (num_outputs, sizeof (ctf_dict_t *))) == NULL)
3278 _("out of memory allocating link outputs array"))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc 1326 an INSN string, some OUTPUTS, some INPUTS, and some CLOBBERS. */
1331 tree outputs = NULL_TREE; local
1356 outputs = chainon (outputs, build_tree_list (arg, val));
1405 string = resolve_asm_operand_names (string, outputs, inputs, labels);
1416 for (i = 0, t = outputs; t != NULL_TREE; t = TREE_CHAIN (t), i++)
1458 outputs, inputs, clobbers, labels);
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 75 as normal to deduplicate all those intermediate outputs (and any 1:1 inputs)
647 so the type the deduplicator outputs will be nameless even if the input
1716 ctf_dedup_fini (ctf_dict_t *fp, ctf_dict_t **outputs, uint32_t noutputs)
1741 if (outputs)
1745 ctf_dedup_t *od = &outputs[i]->ctf_dedup;
3080 /* Emit deduplicated types into the outputs. The shared type repository is
3087 which is the parent of all others, then all the newly-generated outputs).
3097 ctf_dict_t **outputs; local
3119 if ((outputs = calloc (num_outputs, sizeof (ctf_dict_t *))) == NULL)
3123 _("out of memory allocating link outputs array"))
    [all...]
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.old/dist/libctf/
ctf-dedup.c 75 as normal to deduplicate all those intermediate outputs (and any 1:1 inputs)
648 so the type the deduplicator outputs will be nameless even if the input
1691 ctf_dedup_fini (ctf_dict_t *fp, ctf_dict_t **outputs, uint32_t noutputs)
1716 if (outputs)
1720 ctf_dedup_t *od = &outputs[i]->ctf_dedup;
3054 /* Emit deduplicated types into the outputs. The shared type repository is
3061 which is the parent of all others, then all the newly-generated outputs).
3071 ctf_dict_t **outputs; local
3093 if ((outputs = calloc (num_outputs, sizeof (ctf_dict_t *))) == NULL)
3097 _("out of memory allocating link outputs array"))
    [all...]
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/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2947 outputs_range outputs() { function in class:clang::AsmStmt
2959 outputs_const_range outputs() const { function in class:clang::AsmStmt
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 7533 unsigned int outputs = 0; // bitset of output parameters
7544 outputs = 5;
7549 outputs = 2;
7554 outputs = 1;
7559 outputs = 3;
7660 if (outputs & (1 << x) && quals & TYPE_QUAL_CONST)
7515 unsigned int outputs = 0; \/\/ bitset of output parameters local
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 2731 outputs. */
3579 int outputs = current_frame_info.n_output_regs;
3585 for (i = 0; i < outputs; i++)
3604 /* We don't need an alloc instruction if we've used no outputs or locals. */
6653 asm outputs. This avoids a failure in rws_access_reg. */
3574 int outputs = current_frame_info.n_output_regs; local

Completed in 117 milliseconds

1 2