Searched refs:code (Results 226 - 250 of 1986) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-pretty-print.c93 const enum tree_code code = TREE_CODE (t);
94 switch (code)
121 if (code == COMPLEX_TYPE)
123 else if (code == VECTOR_TYPE)
137 if (code == UNION_TYPE)
139 else if (code == RECORD_TYPE)
141 else if (code == ENUMERAL_TYPE)
578 enum tree_code code = TREE_CODE (TREE_TYPE (e));
579 if (code == RECORD_TYPE || code
92 const enum tree_code code = TREE_CODE (t); local
576 enum tree_code code = TREE_CODE (TREE_TYPE (e)); local
596 const enum tree_code code = TREE_CODE (type); local
632 enum tree_code code = TREE_CODE (e); local
777 enum tree_code code = TREE_CODE (e); local
854 enum tree_code code = TREE_CODE (e); local
883 enum tree_code code = TREE_CODE (e); local
909 enum tree_code code = TREE_CODE (e); local
931 enum tree_code code = TREE_CODE (e); local
963 enum tree_code code = TREE_CODE (e); local
1249 const enum tree_code code = TREE_CODE (stmt); local
[all...]
H A Dcaller-save.c146 /* The following code tries to approximate the conditions under which
382 enum rtx_code code = GET_CODE (insn);
389 if (GET_RTX_CLASS (code) == 'i')
398 if (code == JUMP_INSN)
413 if (code == CALL_INSN && ! find_reg_note (insn, REG_NORETURN, NULL))
569 enum rtx_code code = GET_CODE (x);
573 if (code == SET)
575 if (code == SET || code == CLOBBER)
578 code
379 enum rtx_code code = GET_CODE (insn); local
566 enum rtx_code code = GET_CODE (x); local
649 int code; local
726 int code; local
[all...]
/openbsd-current/sys/arch/hppa/hppa/
H A Dfpemu.S10 * 1. Redistributions of source code must retain the above copyright
42 .import ep0##_##name, code ! \
43 .import ep1##_##name, code ! \
44 .import ep2##_##name, code ! \
45 .import ep3##_##name, code ! \
55 .import ep0##_##name, code ! \
56 .import ep1##_##name, code ! \
57 .import ep2##_##name, code ! \
58 .import ep3##_##name, code ! \
59 .import ep4##_##name, code ! \
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djcf-reader.c175 int code = get_attribute (jcf); variable
176 if (code != 0)
177 return code;
381 int code = get_attribute (jcf); variable
382 if (code != 0)
383 return code;
411 int code = get_attribute (jcf); variable
412 if (code != 0)
413 return code;
434 int code variable
456 int code = get_attribute (jcf); local
[all...]
/openbsd-current/usr.sbin/pppd/
H A Dcbcp.c12 * 1. Redistributions of source code must retain the above copyright
82 static void cbcp_send(cbcp_state *us, u_char code, u_char *buf, int len);
120 u_char code, id; local
132 GETCHAR(code, inp);
142 switch(code) {
186 int code, opt, id, len, olen, delay; local
192 GETCHAR(code, p);
198 if (code >= 1 && code <= sizeof(cbcp_codenames) / sizeof(char *))
199 printer(arg, " %s", cbcp_codenames[code
361 cbcp_send(cbcp_state *us, u_char code, u_char *buf, int len) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-i960.c60 elf32_i960_bfd_to_reloc_type (bfd_reloc_code_real_type code) argument
62 switch (code)
104 all be done at final link time. Rather than put special case code
121 relocatable output. After the end of HACK, the code is identical
153 elf32_i960_reloc_type_lookup (abfd, code)
155 bfd_reloc_code_real_type code;
157 return elf_howto_table + elf32_i960_bfd_to_reloc_type (code);
H A Delf32-m68hc11.c155 code relocation. It's used by gas for -gstabs generation. */
345 bfd_reloc_code_real_type code)
353 if (m68hc11_reloc_map[i].bfd_reloc_val == code)
477 unsigned char code;
518 find_relaxable_insn (unsigned char code)
523 if (m68hc11_direct_relax_table[i].code == code)
548 unsigned char code;
558 code = bfd_get_8 (abfd, contents + offset);
559 if (code
344 bfd_elf32_bfd_reloc_type_lookup(bfd *abfd ATTRIBUTE_UNUSED, bfd_reloc_code_real_type code) argument
475 unsigned char code; member in struct:m68hc11_direct_relax
516 find_relaxable_insn(unsigned char code) argument
546 unsigned char code; local
759 unsigned char code; local
892 unsigned char code; local
940 unsigned char code; local
1016 unsigned char code; local
1141 unsigned char code; local
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/
H A DMaketext.pm239 {\n in bracket code [compiled line $1],}s;
273 # backup $@ in case it's still being used in the calling code.
363 {\n in bracket code [compiled line $1],}s;
591 my(@code);
647 push @code, q{ '} . $c[-1] . "',\n";
652 push @code, ' $c[' . $#c . "],\n";
705 push @code, ' (';
714 push @code, ' $_[0]->' . $m . '(';
731 $code[-1] .= ' @_[1 .. $#_], ';
736 $code[
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/treelang/
H A Dparse.y195 if (! ((struct prod_token_parm_item*)VAR_INIT (prod))->tp.pro.code)
206 prod->tp.pro.code = tree_code_create_variable
211 VAR_INIT (prod)? ((struct prod_token_parm_item*)VAR_INIT (prod))->tp.pro.code:NULL,
214 if (!prod->tp.pro.code)
312 & (( (struct prod_token_parm_item*)VARIABLE (this_parm))->tp.pro.code);
316 prod->tp.pro.code = tree_code_create_function_prototype
340 if (!proto->tp.pro.code)
343 (proto->tp.pro.code, in_fname, tok->tp.tok.lineno,
346 /* Check all the parameters have code. */
353 if (! (( (struct prod_token_parm_item*)VARIABLE (this_parm))->tp.pro.code))
[all...]
/openbsd-current/usr.sbin/mrouted/
H A Digmp.c31 static char * packet_kind(u_int type, u_int code);
32 static int igmp_log_level(u_int type, u_int code);
77 packet_kind(u_int type, u_int code) argument
85 switch (code) {
100 switch (code) {
245 "ignoring unknown DVMRP message code %u from %s to %s",
278 igmp_log_level(u_int type, u_int code) argument
285 switch (code) {
300 send_igmp(u_int32_t src, u_int32_t dst, int type, int code, argument
315 igmp->igmp_code = code;
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgenflags.c54 RTX_CODE code; local
62 code = GET_CODE (x);
64 if (code == MATCH_OPERAND || code == MATCH_OPERATOR
65 || code == MATCH_PARALLEL)
68 fmt = GET_RTX_FORMAT (code);
69 len = GET_RTX_LENGTH (code);
243 direct calls to their generators in C code. */
H A Dcaller-save.c144 /* The following code tries to approximate the conditions under which
383 enum rtx_code code = GET_CODE (insn);
398 if (code == JUMP_INSN)
413 if (code == CALL_INSN && ! find_reg_note (insn, REG_NORETURN, NULL))
564 enum rtx_code code = GET_CODE (x);
568 if (code == SET)
570 if (code == SET || code == CLOBBER)
573 code = GET_CODE (x);
574 if ((code
380 enum rtx_code code = GET_CODE (insn); local
561 enum rtx_code code = GET_CODE (x); local
642 int code; local
715 int code; local
780 insert_one_insn(struct insn_chain *chain, int before_p, int code, rtx pat) argument
[all...]
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dfpu.c114 int code = FPE_FLTINV; local
121 code = FPE_FLTINV;
123 code = FPE_FLTDIV;
125 code = FPE_FLTOVF;
127 code = FPE_FLTUND;
129 code = FPE_FLTRES;
131 return code;
/openbsd-current/sys/arch/luna88k/stand/boot/
H A Dkbd.c7 * This code is derived from software contributed to Berkeley by
13 * 1. Redistributions of source code must retain the above copyright
44 * This code is derived from software contributed to Berkeley by
50 * 1. Redistributions of source code must retain the above copyright
75 * kbd.c -- key-code decoding routine
219 kbd_decode(u_char code) argument
223 if (code & 0x80)
226 code &= 0x7F;
228 c = kbd_keymap[code].km_type;
237 switch(kbd_keymap[code]
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dparse_version.t116 for my $code ( sort keys %versions ) {
117 my $expect = $versions{$code};
118 (my $label = $code) =~ s/\n/\\n/g;
122 is( parse_version_string($code), $expect, $label );
130 is( parse_version_string($code), 'undef', $label );
137 my $code = shift;
140 print $fh "$code\n";
/openbsd-current/lib/libcurses/widechar/
H A Dlib_get_wstr.c99 int y, x, code; local
124 while ((code = wget_wch(win, &ch)) != ERR) {
131 code = KEY_CODE_YES;
137 code = KEY_CODE_YES;
141 code = KEY_CODE_YES;
144 if (code == KEY_CODE_YES) {
218 if (code == ERR) {
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-m68hc11.c156 code relocation. It's used by gas for -gstabs generation. */
346 bfd_reloc_code_real_type code)
354 if (m68hc11_reloc_map[i].bfd_reloc_val == code)
478 unsigned char code;
519 find_relaxable_insn (unsigned char code)
524 if (m68hc11_direct_relax_table[i].code == code)
549 unsigned char code;
559 code = bfd_get_8 (abfd, contents + offset);
560 if (code
345 bfd_elf32_bfd_reloc_type_lookup(bfd *abfd ATTRIBUTE_UNUSED, bfd_reloc_code_real_type code) argument
476 unsigned char code; member in struct:m68hc11_direct_relax
517 find_relaxable_insn(unsigned char code) argument
547 unsigned char code; local
749 unsigned char code; local
882 unsigned char code; local
930 unsigned char code; local
1006 unsigned char code; local
1131 unsigned char code; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dpdp11-dis.c81 print_operand (bfd_vma *memaddr, int code, disassemble_info *info) argument
83 int mode = (code >> 3) & 7;
84 int reg = code & 7;
153 if (!(code & JUMP))
173 print_foperand (bfd_vma *memaddr, int code, disassemble_info *info) argument
175 int mode = (code >> 3) & 7;
176 int reg = code & 7;
181 return print_operand (memaddr, code, info);
332 int code = opcode & 0xff; local
335 FPRINTF (F, "%o", code);
340 int code = opcode & 0x3f; local
348 int code = opcode & 7; local
[all...]
H A Dip2k-asm.c232 bfd_reloc_code_real_type code = BFD_RELOC_NONE;
236 code = BFD_RELOC_IP2K_HI8DATA;
238 code = BFD_RELOC_IP2K_LO8DATA;
246 errmsg = cgen_parse_address (cd, strp, opindex, code,
254 if (code == BFD_RELOC_IP2K_HI8DATA)
257 /* code = BFD_RELOC_IP2K_LOW8DATA. */
274 bfd_reloc_code_real_type code = BFD_RELOC_NONE;
278 code = BFD_RELOC_IP2K_ADDR16CJP;
280 code = BFD_RELOC_IP2K_PAGE3;
282 errmsg = cgen_parse_address (cd, strp, opindex, code,
231 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
273 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
317 bfd_reloc_code_real_type code = BFD_RELOC_NONE; local
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dbless.t185 my ($class, $code) = @_;
186 my $ret = ref($code);
187 bless $code => $class;
208 my ($class, $code) = @_;
209 bless $code => $class;
216 my ($class, $code) = @_;
217 bless $code => $class;
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Doptree_concise.t26 code => sub{$a=$b+42},
54 code => sub{$a=$b+42},
79 code => sub{$a=$b+42},
101 code => sub{$a=$b+42},
129 code => sub{$a=$b+42},
157 code => sub{$a},
176 code => sub{$a},
193 code => sub{$a},
269 ( name => 'cmdline self-strict compile err using code',
270 code
[all...]
/openbsd-current/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c1 /* Subroutines used for code generation on Vitesse IQ2000 processors
554 /* For our purposes, a condition code mode is the same as SImode. */
588 target, so zero/sign extend can use this code as well. */
845 /* Generate the code to do a TEST_CODE comparison on two integer values CMP0
1012 /* Emit the common code for doing conditional branches.
1110 fprintf (stderr, ", fntype code = %s, ret code = %s\n",
1412 iq2000_handle_option (size_t code, const char *arg, int value ATTRIBUTE_UNUSED)
1414 switch (code)
1504 assembler code fo
1398 iq2000_handle_option(size_t code, const char *arg, int value ATTRIBUTE_UNUSED) argument
2290 enum rtx_code code = GET_CODE (operands[0]); local
2576 expand_one_builtin(enum insn_code icode, rtx target, tree arglist, enum rtx_code *code, int argcount) argument
2661 enum rtx_code code [5]; local
3023 enum rtx_code code; local
3214 iq2000_rtx_costs(rtx x, int code, int outer_code ATTRIBUTE_UNUSED, int * total) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/t/mro/
H A Dpackage_aliases_utf8.t46 code => '$life_raft = $::{"������f::"}; *������f:: = $::{"���������::"}',
50 code => '$life_raft = $::{"������f::"}; *������f:: = "���������::"',
54 code => '$life_raft = \%������f::; *������f:: = \%���������::',
86 ~ =~ s\__code__\$$_{code}\r; #\
108 code => '$life_raft = $::{"������f::"}; *������f:: = $::{"���������::"}',
112 code => '$life_raft = $::{"������f::"}; *������f:: = "���������::"',
116 code => '$life_raft = \%������f::; *������f:: = \%���������::',
144 ~ =~ s\__code__\$$_{code}\r;
172 code => '*c���n���:: = *���������::',
176 code
[all...]
/openbsd-current/lib/libcrypto/sha/asm/
H A Dsha1-parisc.pl14 # On PA-7100LC performance is >30% better than gcc 3.2 generated code
64 $code.=<<___ if ($i<15);
75 $code.=<<___ if ($i>=15); # with forward Xupdate
95 $code.=<<___ if ($i<79);
109 $code.=<<___ if ($i==79); # with context load
129 $code.=<<___;
147 $code=<<___;
188 $code.="\tldw `4*$i`($t0),@X[$i]\n"; }
189 $code.=<<___;
195 $code
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/
H A Dtodo.t43 my ($name, $code, $want_out, $no_tests_run) = @_;
71 'xxx', $code, $level); BEGIN{ $line{xxx} = __LINE__ }
88 my ($name, $code, $level) = @_;
92 main::subtest_at_level($name, $code, $level-1);
95 Test::Builder->new->subtest($name => $code);

Completed in 311 milliseconds

1234567891011>>