Searched refs:inputs (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dptrmem4.C14 void inputs();
19 queryAliases(inputs); // { dg-error "matching" }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dptrmem4.C14 void inputs();
19 queryAliases(inputs); // { dg-error "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20040303-1.c4 static input_t *inputs = (input_t *)((void *)0); variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20040303-1.c4 static input_t *inputs = (input_t *)((void *)0); variable
/netbsd-6-1-5-RELEASE/sys/dev/dmover/
H A Ddmover_request.c77 int inputs = dses->dses_ninputs; local
88 if (inputs != 0) {
90 inbuf = malloc(sizeof(dmover_buffer) * inputs,
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-command-prompt.c41 "[-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE " [template]",
50 char *inputs; member in struct:cmd_command_prompt_cdata
90 const char *inputs, *prompts; local
105 cdata->inputs = NULL;
133 if ((inputs = args_get(args, 'I')) != NULL) {
134 cdata->inputs = xstrdup(inputs);
135 cdata->next_input = cdata->inputs;
208 if (cdata->inputs != NULL)
209 xfree(cdata->inputs);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dincremental.cc51 Output_section_incremental_inputs(const Incremental_inputs* inputs, argument
53 : Output_section_data(size / 8), inputs_(inputs), symtab_(symtab)
258 // TODO: compare incremental_inputs->inputs() with entries in data_view.
518 // of inputs added by this script.
597 const Incremental_inputs* inputs = this->inputs_; local
606 info_offset += this->input_entry_size * inputs->input_file_count();
610 inputs->input_files().begin();
611 p != inputs->input_files().end();
675 inputs->symtab_section()->set_current_data_size(this->symtab_->output_count()
679 inputs
700 const Incremental_inputs* inputs = this->inputs_; local
783 const Incremental_inputs* inputs = this->inputs_; local
816 const Incremental_inputs* inputs = this->inputs_; local
[all...]
H A Dscript.h557 Script_info(Input_arguments* inputs) argument
558 : inputs_(inputs)
563 inputs() function in class:gold::Script_info
H A Doptions.cc388 cmdline->inputs().add_file(file);
426 cmdline->inputs().add_file(file);
520 cmdline->inputs().start_group();
527 cmdline->inputs().end_group();
534 cmdline->inputs().start_lib(cmdline->position_dependent_options());
541 cmdline->inputs().end_lib();
H A Dincremental.h153 // Find incremental inputs section.
214 // probably not filled yet. TODO: for inputs that don't need to be
231 // line and inputs are filled.
511 // build about the inputs necessary to build the .gnu_incremental_inputs.
697 Incremental_input_entry_reader(const Incremental_inputs_reader* inputs, argument
699 : inputs_(inputs), offset_(offset)
701 this->info_offset_ = Swap32::readval(inputs->p_ + offset + 4);
H A Dscript.cc1337 inputs() function in class:gold::Parser_closure
1461 for (Input_arguments::const_iterator p = closure.inputs()->begin();
1462 p != closure.inputs()->end();
1466 if (p + 1 == closure.inputs()->end())
1481 // Like new Read_symbols(...) above, we rely on closure.inputs()
1484 Script_info* info = new Script_info(closure.inputs());
2623 closure->inputs()->add_file(file);
2641 closure->inputs()->add_file(file);
2660 closure->inputs()->start_group();
2670 closure->inputs()
[all...]
H A Dreloc.cc1143 Incremental_inputs* inputs = relinfo->layout->incremental_inputs(); local
1144 gold_assert(inputs != NULL);
1145 const off_t relocs_off = inputs->relocs_section()->offset();
1146 const off_t relocs_size = inputs->relocs_section()->data_size();
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Duaudio.c234 struct terminal_list **inputs; /* list of source input terminals */ member in struct:io_terminal
971 && iot->inputs[0] != NULL
972 && iot->inputs[0]->size == 1)
973 return iot->inputs[0]->terminals[0];
990 if (iot->inputs_size == 1 && iot->inputs[0] != NULL
991 && iot->inputs[0]->size == 1) {
993 return iot->inputs[0]->terminals[0];
1341 if (iot->inputs == NULL)
1344 if (iot->inputs[i] != NULL)
1345 len += iot->inputs[
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c93 static struct strlist inputs; variable in typeref:struct:strlist
544 strlist_init(&inputs);
565 strlist_append(&inputs, argp);
832 if (last_phase != LINK && final_output && !STRLIST_EMPTY(&inputs) &&
833 !STRLIST_NEXT(STRLIST_FIRST(&inputs)))
839 if (STRLIST_EMPTY(&inputs))
846 STRLIST_FOREACH(input, &inputs) {
867 strlist_free(&inputs);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr42450.C97 int inputs ();
101 typename Func::InputType x = Func::InputType::Random (f.inputs ());
/netbsd-6-1-5-RELEASE/sys/arch/hp700/stand/common/
H A Dmilli_tiny.S33 ; inputs:
77 ; inputs:
106 ; inputs:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dstmt.c282 inputs and NOUTPUTS outputs to this extended-asm. Upon return,
625 OUTPUTS is a list of output arguments (lvalues); INPUTS a list of inputs.
641 expand_asm_operands (tree string, tree outputs, tree inputs,
646 int ninputs = list_length (inputs);
668 if (! check_operand_nalternatives (outputs, inputs))
671 string = resolve_asm_operand_names (string, outputs, inputs, labels);
677 for (t = inputs; t ; t = TREE_CHAIN (t), i++)
684 clobbers = targetm.md_asm_clobbers (outputs, inputs, clobbers);
718 /* First pass over inputs and outputs checks validity and sets
761 for (i = 0, tail = inputs; tai
635 expand_asm_operands(tree string, tree outputs, tree inputs, tree clobbers, tree labels, int vol, location_t locus) argument
1189 check_operand_nalternatives(tree outputs, tree inputs) argument
1233 check_unique_operand_names(tree outputs, tree inputs, tree labels) argument
1289 resolve_asm_operand_names(tree string, tree outputs, tree inputs, tree labels) argument
1366 resolve_operand_name_1(char *p, tree outputs, tree inputs, tree labels) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dstmt.c287 inputs and NOUTPUTS outputs to this extended-asm. Upon return,
635 OUTPUTS is a list of output arguments (lvalues); INPUTS a list of inputs.
651 expand_asm_operands (tree string, tree outputs, tree inputs,
656 int ninputs = list_length (inputs);
679 if (! check_operand_nalternatives (outputs, inputs))
682 string = resolve_asm_operand_names (string, outputs, inputs);
688 for (t = inputs; t ; t = TREE_CHAIN (t), i++)
695 clobbers = targetm.md_asm_clobbers (outputs, inputs, clobbers);
729 /* First pass over inputs and outputs checks validity and sets
772 for (i = 0, tail = inputs; tai
645 expand_asm_operands(tree string, tree outputs, tree inputs, tree clobbers, int vol, location_t locus) argument
1132 check_operand_nalternatives(tree outputs, tree inputs) argument
1176 check_unique_operand_names(tree outputs, tree inputs) argument
1218 resolve_asm_operand_names(tree string, tree outputs, tree inputs) argument
1295 resolve_operand_name_1(char *p, tree outputs, tree inputs) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arc/
H A Dlib1funcs.asm118 ; inputs: r0 = numerator, r1 = denominator
160 ; inputs: r0 = numerator, r1 = denominator
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dlib1funcs.asm166 // Transfer inputs to FP registers.
172 // Convert the inputs to FP, so that they won't be treated as unsigned.
219 // Transfer inputs to FP registers.
225 // Convert the inputs to FP, so that they won't be treated as unsigned.
276 // Transfer inputs to FP registers.
282 // Convert the inputs to FP, to avoid FP software-assist faults.
329 // Transfer inputs to FP registers.
335 // Convert the inputs to FP, to avoid FP software assist faults.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arc/
H A Dlib1funcs.asm123 ; inputs: r0 = numerator, r1 = denominator
165 ; inputs: r0 = numerator, r1 = denominator
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/ia64/
H A Dgcd_1.asm115 define(y, r34) define(inputs, 3)
132 alloc save_pfs = ar.pfs, inputs, locals, outputs, 0 C M2
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dinterwave.c104 static int inputs = 0; variable
231 inputs = 0;
246 DPRINTF(("iwclose: outputs %d ints %d inputs %d in_ints %d\n",
247 outputs, iw_ints, inputs, iw_inints));
1055 if ((inputs != iw_inints))
1056 printf("iw_start_input: in %d, inints %d\n", inputs, iw_inints);
1057 inputs++;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.tex243 normally very flexible. It cannot, at runtime, accomodate inputs of higher magnitude than the designer anticipated.
248 inputs. That is, the same algorithms based on multiple precision integers can accomodate any reasonable size input
262 the fact that the two integer inputs may be of differing magnitudes. As a result the implementation is not as simple
303 mp\_ints as inputs do not concern themselves with the housekeeping operations required such as memory management. These
358 in the context of the this text this is not the case as the magnitude of the inputs will typically be rather small. As a
451 based on the magnitude of the inputs and the configuration of the library.
668 of assignment expressions. That is, the destination (output) is on the left and arguments (inputs) are on the right. In
684 In the case of LibTomMath the only errors that are checked for are related to inappropriate inputs (division by zero for
1505 mp\_int variables alone. It will ignore the sign of the two inputs. Such a function is useful when an absolute comparison is required or if the
1548 By step three both inputs mus
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Ddivmodhi4.asm40 // any negative inputs, calls the 15-bit library, and flips any

Completed in 330 milliseconds

123