Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 3960) sorted by relevance

12345678910>>...159

/openbsd/src/gnu/usr.bin/perl/t/perf/
Dbenchmarks118 code => 'f()',
123 code => '&f',
128 code => 'f(1,2,3)',
133 code => '$x = f(1,2)',
138 code => '$x = f(1,2)',
143 code => '@a = f(1,2,3)',
148 code => '@a = f(1,2,3)',
153 code => '@a = f(1,2,3)',
158 code => '$x = f(1)',
164 code => '$x = f()',
[all …]
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-pdp11.texi29 The PDP-11 version of @code{@value{AS}} has a rich set of machine
34 @table @code
38 Generate position-independent (or position-dependent) code.
40 The default is to generate position-independent code.
47 Most options come in two variants: a @code{-m}@var{extension} that
48 enables @var{extension}, and a @code{-mno-}@var{extension} that disables
53 @table @code
67 consists of these instructions: @code{ADDNI}, @code{ADDN}, @code{ADDPI},
68 @code{ADDP}, @code{ASHNI}, @code{ASHN}, @code{ASHPI}, @code{ASHP},
69 @code{CMPCI}, @code{CMPC}, @code{CMPNI}, @code{CMPN}, @code{CMPPI},
[all …]
Dc-arm.texi33 @table @code
35 @cindex @code{-mcpu=} command line option, ARM
41 @code{arm1},
42 @code{arm2},
43 @code{arm250},
44 @code{arm3},
45 @code{arm6},
46 @code{arm60},
47 @code{arm600},
48 @code{arm610},
[all …]
Dc-tic54x.texi35 The TMS320C54x version of @code{@value{AS}} has a few machine-dependent options.
42 @samp{.far_mode} directive in the assembly code. If you do not use the
49 assembly code. For recognized CPU codes, see
50 @xref{TIC54X-Directives,,@code{.version}}. The default CPU version is
81 The TIC54X version of @code{@value{AS}} allows the following additional
86 Binary @code{000000B, 011000b}
87 Octal @code{10Q, 224q}
88 Hexadecimal @code{45h, 0FH}
96 #define macros. When @code{@value{AS}} encounters one of these
100 Subsyms may be defined using the @code{.asg} and @code{.eval} directives
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-pdp11.texi29 The PDP-11 version of @code{@value{AS}} has a rich set of machine
34 @table @code
38 Generate position-independent (or position-dependent) code.
40 The default is to generate position-independent code.
47 Most options come in two variants: a @code{-m}@var{extension} that
48 enables @var{extension}, and a @code{-mno-}@var{extension} that disables
53 @table @code
67 consists of these instructions: @code{ADDNI}, @code{ADDN}, @code{ADDPI},
68 @code{ADDP}, @code{ASHNI}, @code{ASHN}, @code{ASHPI}, @code{ASHP},
69 @code{CMPCI}, @code{CMPC}, @code{CMPNI}, @code{CMPN}, @code{CMPPI},
[all …]
Dc-arm.texi33 @table @code
35 @cindex @code{-mcpu=} command line option, ARM
41 @code{arm1},
42 @code{arm2},
43 @code{arm250},
44 @code{arm3},
45 @code{arm6},
46 @code{arm60},
47 @code{arm600},
48 @code{arm610},
[all …]
Dc-tic54x.texi35 The TMS320C54x version of @code{@value{AS}} has a few machine-dependent options.
42 @samp{.far_mode} directive in the assembly code. If you do not use the
49 assembly code. For recognized CPU codes, see
50 @xref{TIC54X-Directives,,@code{.version}}. The default CPU version is
81 The TIC54X version of @code{@value{AS}} allows the following additional
86 Binary @code{000000B, 011000b}
87 Octal @code{10Q, 224q}
88 Hexadecimal @code{45h, 0FH}
96 #define macros. When @code{@value{AS}} encounters one of these
100 Subsyms may be defined using the @code{.asg} and @code{.eval} directives
[all …]
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf-m10200.c27 PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
193 bfd_elf32_bfd_reloc_type_lookup (abfd, code) in bfd_elf32_bfd_reloc_type_lookup() argument
195 bfd_reloc_code_real_type code;
203 if (mn10200_reloc_map[i].bfd_reloc_val == code)
633 unsigned char code; local
636 code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
638 if (code != 0xe0 && code != 0xe1)
647 if (code == 0xe0)
649 else if (code == 0xe1)
686 unsigned char code; local
[all …]
Dcpu-ia64-opc.c36 ia64_insn value ATTRIBUTE_UNUSED, ia64_insn *code ATTRIBUTE_UNUSED) in ins_rsvd()
43 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED) in ext_rsvd()
50 ia64_insn value ATTRIBUTE_UNUSED, ia64_insn *code ATTRIBUTE_UNUSED) in ins_const()
57 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED) in ext_const()
63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_reg() argument
68 *code |= value << self->field[0].shift; in ins_reg()
73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_reg() argument
75 *valuep = ((code >> self->field[0].shift) in ext_reg()
81 ins_immu (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immu() argument
95 *code |= new; in ins_immu()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf-m10200.c27 PARAMS ((bfd *abfd, bfd_reloc_code_real_type code));
193 bfd_elf32_bfd_reloc_type_lookup (abfd, code) in bfd_elf32_bfd_reloc_type_lookup() argument
195 bfd_reloc_code_real_type code;
203 if (mn10200_reloc_map[i].bfd_reloc_val == code)
624 unsigned char code; local
627 code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
629 if (code != 0xe0 && code != 0xe1)
638 if (code == 0xe0)
640 else if (code == 0xe1)
677 unsigned char code; local
[all …]
Dcpu-ia64-opc.c36 ia64_insn value ATTRIBUTE_UNUSED, ia64_insn *code ATTRIBUTE_UNUSED) in ins_rsvd()
43 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED) in ext_rsvd()
50 ia64_insn value ATTRIBUTE_UNUSED, ia64_insn *code ATTRIBUTE_UNUSED) in ins_const()
57 ia64_insn code ATTRIBUTE_UNUSED, ia64_insn *valuep ATTRIBUTE_UNUSED) in ext_const()
63 ins_reg (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_reg() argument
68 *code |= value << self->field[0].shift; in ins_reg()
73 ext_reg (const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep) in ext_reg() argument
75 *valuep = ((code >> self->field[0].shift) in ext_reg()
81 ins_immu (const struct ia64_operand *self, ia64_insn value, ia64_insn *code) in ins_immu() argument
95 *code |= new; in ins_immu()
[all …]
/openbsd/src/share/locale/ctype/
Dgen_ctype_utf8.pl160 my ( $code, $info ) = @_;
163 my $charinfo = charinfo($code);
170 my $is_space = charprop( $code, 'Sentence_Break' ) eq 'Sp';
175 push @{ $info->{DIGIT} }, $code;
179 push @{ $info->{PUNCT} }, $code;
182 } elsif ( charprop( $code, 'White_Space' ) eq 'Yes' ) {
183 push @{ $info->{SPACE} }, $code;
184 $is_print = 1 if charprop( $code, 'Grapheme_Base' ) eq 'Yes';
186 } elsif ( charprop( $code, 'Alphabetic' ) eq 'Yes' ) {
187 push @{ $info->{ALPHA} }, $code
[all …]
/openbsd/src/gnu/gcc/gcc/doc/
Dc-tree.texi22 by a code-generator in order to produce machine code, but could also be
25 the ability to process C or C++ code.
37 If you are developing a ``back end'', be it is a code-generator or some
51 * Tree overview:: All about @code{tree}s.
57 * Expression trees:: From @code{typeid} to @code{throw}.
80 @code{tree}. These nodes, while all of the C type @code{tree}, are of
81 many varieties. A @code{tree} is a pointer type, but the object to
83 we will refer to trees in ordinary type, rather than in @code{this
84 font}, except when talking about the actual C type @code{tree}.
87 @code{TREE_CODE} macro. Many, many macros take trees as input and
[all …]
Drtl.texi40 * Assembler:: Representing @code{asm} with operands.
60 @code{rtx}.
62 An integer is simply an @code{int}; their written form uses decimal
64 @code{HOST_WIDE_INT}; their written form uses decimal digits.
67 @code{char *} in usual C fashion, and it is written in C syntax as well.
71 pointers instead of strings are valid. Within RTL code, strings are most
72 commonly found inside @code{symbol_ref} expressions, but they appear in
83 code is embedded in a machine description. Wherever a string can
87 special. Therefore, if you write string constants in the C code, you
102 codes). The expression code is a name defined in @file{rtl.def}, which is
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dc-tree.texi22 by a code-generator in order to produce machine code, but could also be
25 the ability to process C or C++ code.
37 If you are developing a ``back end'', be it is a code-generator or some
51 * Tree overview:: All about @code{tree}s.
57 * Expression trees:: From @code{typeid} to @code{throw}.
80 @code{tree}. These nodes, while all of the C type @code{tree}, are of
81 many varieties. A @code{tree} is a pointer type, but the object to
83 we will refer to trees in ordinary type, rather than in @code{this
84 font}, except when talking about the actual C type @code{tree}.
87 @code{TREE_CODE} macro. Many, many macros take trees as input and
[all …]
Drtl.texi38 * Assembler:: Representing @code{asm} with operands.
58 @code{rtx}.
60 An integer is simply an @code{int}; their written form uses decimal
62 @code{HOST_WIDE_INT}; their written form uses decimal digits.
65 @code{char *} in usual C fashion, and it is written in C syntax as well.
69 pointers instead of strings are valid. Within RTL code, strings are most
70 commonly found inside @code{symbol_ref} expressions, but they appear in
81 code is embedded in a machine description. Wherever a string can
85 special. Therefore, if you write string constants in the C code, you
100 codes). The expression code is a name defined in @file{rtl.def}, which is
[all …]
/openbsd/src/lib/libmenu/
Dm_trace.c39 _nc_retrace_item(ITEM * code) in NCURSES_EXPORT()
41 T((T_RETURN("%p"), code)); in NCURSES_EXPORT()
42 return code; in NCURSES_EXPORT()
46 _nc_retrace_item_ptr(ITEM ** code) in _nc_retrace_item_ptr() argument
48 T((T_RETURN("%p"), code)); in _nc_retrace_item_ptr()
49 return code; in _nc_retrace_item_ptr()
53 _nc_retrace_item_opts(Item_Options code) in _nc_retrace_item_opts() argument
55 T((T_RETURN("%d"), code)); in _nc_retrace_item_opts()
56 return code; in _nc_retrace_item_opts()
60 _nc_retrace_menu(MENU * code) in _nc_retrace_menu() argument
[all …]
Dmenu.priv.h140 #define returnItem(code) TRACE_RETURN1(code,item) argument
141 #define returnItemPtr(code) TRACE_RETURN1(code,item_ptr) argument
142 #define returnItemOpts(code) TRACE_RETURN1(code,item_opts) argument
143 #define returnMenu(code) TRACE_RETURN1(code,menu) argument
144 #define returnMenuHook(code) TRACE_RETURN1(code,menu_hook) argument
145 #define returnMenuOpts(code) TRACE_RETURN1(code,menu_opts) argument
156 #define returnItem(code) return code argument
157 #define returnItemPtr(code) return code argument
158 #define returnItemOpts(code) return code argument
159 #define returnMenu(code) return code argument
[all …]
/openbsd/src/gnu/usr.bin/perl/Porting/
Dbisect-runner.pl2387 my $code = shift;
2404 $code =~ s/$was/$new/;
2408 $code =~ s!\tif usg; then!\tif ./usg; then!;
2410 return $code;
2518 my $code = shift;
2519 $code =~ s{^pthreads_created_joinable=''}
2522 $code =~ s{^pthreads_created_joinable='\$pthreads_created_joinable'}
2525 return $code;
2603 my $code = shift;
2604 $code =~ s{contains '\^GNU C Library' >/dev/null 2>&1; then}
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-spec/
Dunicode.tml16 # Make a mapping { "$code" : "$code" } where code is a unicode code point:
19 *code.dump_code_key_value == *yaml
25 *code.code_key_value.dump_yaml.load_yaml === *code.code_key_value
33 --- code: 0
40 --- code: 1
47 --- code: 7
54 --- code: 8
61 --- code: 9
68 --- code: 10
75 --- code: 11
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Option/
DOptParser.td95 code ValuesCode = ?;
100 code MacroPrefix = "";
101 code KeyPath = ?;
102 code DefaultValue = ?;
103 code ImpliedValue = ?;
104 code ImpliedCheck = "false";
105 code ShouldParse = "true";
107 code NormalizerRetTy = ?;
108 code NormalizedValuesScope = "";
109 code Normalizer = "";
[all …]
/openbsd/src/lib/libcurses/base/
Dlib_scanw.c52 int code = ERR; in NCURSES_EXPORT() local
55 if ((code = vsscanf(buf, fmt, argp)) == EOF) { in NCURSES_EXPORT()
56 code = ERR; in NCURSES_EXPORT()
60 return code; in NCURSES_EXPORT()
67 int code = ERR; in vw_scanw() local
70 if ((code = vsscanf(buf, fmt, argp)) == EOF) { in vw_scanw()
71 code = ERR; in vw_scanw()
75 return code; in vw_scanw()
81 int code; in scanw() local
87 code = vw_scanw(stdscr, fmt, ap); in scanw()
[all …]
/openbsd/src/gnu/usr.bin/perl/ext/B/t/
Df_sort.t40 code => q{@articles = sort @files; },
77 code => q{@articles = sort {$a cmp $b} @files; },
114 code => q{@articles = sort {uc($a) cmp uc($b)} @files; },
151 code => q{@articles = sort {$b cmp $a} @files; },
188 code => q{@articles = sort {$a <=> $b} @files; },
225 code => q{@articles = sort {$b <=> $a} @files; },
263 code => q{@eldest = sort { $age{$b} <=> $age{$a} } keys %age; },
305 code => q{sub byage { $age{$a} <=> $age{$b}; } @sortedclass = sort byage @class; },
351 code => q{sub backwards { $b cmp $a }
480 code => q{ @new = map { $_->[0] }
[all …]
/openbsd/src/lib/libform/
Df_trace.c39 _nc_retrace_field_ptr(FIELD **code) in NCURSES_EXPORT()
41 T((T_RETURN("%p"), code)); in NCURSES_EXPORT()
42 return code; in NCURSES_EXPORT()
46 _nc_retrace_field(FIELD *code) in _nc_retrace_field() argument
48 T((T_RETURN("%p"), code)); in _nc_retrace_field()
49 return code; in _nc_retrace_field()
53 _nc_retrace_field_type(FIELDTYPE *code) in _nc_retrace_field_type() argument
55 T((T_RETURN("%p"), code)); in _nc_retrace_field_type()
56 return code; in _nc_retrace_field_type()
60 _nc_retrace_form(FORM *code) in _nc_retrace_form() argument
[all …]
/openbsd/src/sys/kern/
Dkern_xxx.c100 scdebug_call(struct proc *p, register_t code, const register_t args[]) in scdebug_call() argument
108 if (!(scdebug & SCDEBUG_ALL || code < 0 || code >= SYS_MAXSYSCALL || in scdebug_call()
109 sysent[code].sy_call == sys_nosys)) in scdebug_call()
114 if (code < 0 || code >= SYS_MAXSYSCALL) in scdebug_call()
115 printf("OUT OF RANGE (%ld)", code); in scdebug_call()
117 printf("%ld call: %s", code, syscallnames[code]); in scdebug_call()
120 for (i = 0; i < sysent[code].sy_argsize / sizeof(register_t); in scdebug_call()
130 scdebug_ret(struct proc *p, register_t code, int error, in scdebug_ret() argument
138 if (!(scdebug & SCDEBUG_ALL || code < 0 || code >= SYS_MAXSYSCALL || in scdebug_ret()
139 sysent[code].sy_call == sys_nosys)) in scdebug_ret()
[all …]

12345678910>>...159