Home
last modified time | relevance | path

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

12345678910>>...163

/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Davr-mmcu.texi13 @table @code
17code{attiny22}, @code{attiny26}, @code{at90s2313}, @code{at90s2323}, @code{at90s2333}, @code{at90s…
20 ``Classic'' devices with up to 8@tie{}KiB of program memory and with the @code{MOVW} instruction.
21code{attiny13}, @code{attiny13a}, @code{attiny24}, @code{attiny24a}, @code{attiny25}, @code{attiny…
25 @*@var{mcu}@tie{}= @code{at76c711}, @code{at43usb355}.
29 @*@var{mcu}@tie{}= @code{atmega103}, @code{at43usb320}.
32 ``Classic'' devices with 16@tie{}KiB up to 64@tie{}KiB of program memory and with the @code{MOVW} i…
33code{attiny167}, @code{attiny1634}, @code{atmega8u2}, @code{atmega16u2}, @code{atmega32u2}, @code{…
37code{atmega48}, @code{atmega48a}, @code{atmega48p}, @code{atmega48pa}, @code{atmega48pb}, @code{at…
41code{atmega16}, @code{atmega16a}, @code{atmega16hva}, @code{atmega16hva2}, @code{atmega16hvb}, @co…
[all …]
Dgimple.texi15 choices. For one thing, SIMPLE doesn't support @code{goto}.
37 @code{DECL_SAVED_TREE} field of the associated @code{FUNCTION_DECL}
39 @code{gimplify_function_tree}.
43 definition of @code{LANG_HOOKS_GIMPLIFY_EXPR} which knows how to
45 much of the same code for expanding front end trees to RTL@. This function
49 consists of the IL before the pass @code{pass_lower_cf}. High GIMPLE
51 (represented by @code{GIMPLE_BIND}) and nested expressions (e.g.,
52 @code{GIMPLE_TRY}), while ``Low GIMPLE'' exposes all of the
59 @code{_STMT} nodes and how to convert them to GENERIC forms. There
61 the existence of @code{STMT_EXPR} meant that in order to convert all
[all …]
Dgeneric.texi17 can express it with the codes in @code{gcc/tree.def}, it's
23 statement will always have @code{TREE_SIDE_EFFECTS} set (or it
25 side effects. A @code{CALL_EXPR}, for instance.
32 before handing off to @code{tree_rest_of_compilation}, but this
37 * Tree overview:: All about @code{tree}s.
69 @code{tree}. These nodes, while all of the C type @code{tree}, are of
70 many varieties. A @code{tree} is a pointer type, but the object to
72 we will refer to trees in ordinary type, rather than in @code{this
73 font}, except when talking about the actual C type @code{tree}.
76 @code{TREE_CODE} macro. Many, many macros take trees as input and
[all …]
/netbsd/src/external/gpl3/binutils/dist/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-aarch64.texi49 Specify which ABI the source code uses. The recognized arguments
50 are: @code{ilp32} and @code{lp64}, which decides the generated object
51 file in ELF32 and ELF64 format respectively. The default is @code{lp64}.
58 @code{cortex-a34},
59 @code{cortex-a35},
60 @code{cortex-a53},
61 @code{cortex-a55},
62 @code{cortex-a57},
63 @code{cortex-a65},
64 @code{cortex-a65ae},
[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 …]
/netbsd/src/share/i18n/esdb/
DMakefile.part3 .for code in ${CODE} # XXX: immediately expand ${CODE}
5 PARTFILE_${code}?= ${.CURDIR}/${code}/${code}.part
6 ALIASFILE_${code}?= ${.CURDIR}/${code}/${code}.alias
7 SEP_${code}?= -
8 SUBDIR_${code}?= ${code}
9 ${code}_PART!= ${TOOL_SED} '/^\#/d;/^ *$$/d' ${PARTFILE_${code}}
10 CODESETS_${code}?= ${${code}_PART:C/^/${code}${SEP_${code}}/}
11 ESDB_${code}?= ${CODESETS_${code}:C/$/.esdb/:S/:/@/}
13 FILES+= ${ESDB_${code}}
14 CLEANFILES+= ${ESDB_${code}}
[all …]
/netbsd/src/usr.bin/make/unit-tests/
Dsh-flags.exp12 *** Error code 1 (ignored)
16 *** Error code 1 (ignored)
28 *** Error code 1 (ignored)
32 *** Error code 1 (ignored)
42 *** Error code 1 (ignored)
46 *** Error code 1 (ignored)
56 *** Error code 1 (ignored)
60 *** Error code 1 (ignored)
65 *** Error code 1 (ignored)
69 *** Error code 1 (ignored)
[all …]
/netbsd/src/tests/lib/libbpfjit/
Dt_bpfjit.c87 bpfjit_func_t code; in ATF_TC_BODY() local
94 code = bpfjit_generate_code(NULL, insns, insn_count); in ATF_TC_BODY()
95 ATF_REQUIRE(code != NULL); in ATF_TC_BODY()
97 ATF_CHECK(jitcall(code, pkt, 1, 1) == 17); in ATF_TC_BODY()
99 bpfjit_free_code(code); in ATF_TC_BODY()
115 bpfjit_func_t code; in ATF_TC_BODY() local
124 const uint16_t rcode = insns[0].code; in ATF_TC_BODY()
131 code = bpfjit_generate_code(NULL, insns, insn_count); in ATF_TC_BODY()
132 ATF_REQUIRE(code != NULL); in ATF_TC_BODY()
134 ATF_CHECK(jitcall(code, pkt, 1, 1) == 13); in ATF_TC_BODY()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Daarch64-asm-2.c619 aarch64_insn *code, const aarch64_inst *inst, in aarch64_insert_operand() argument
687 return aarch64_ins_regno (self, info, code, inst, errors); in aarch64_insert_operand()
693 return aarch64_ins_none (self, info, code, inst, errors); in aarch64_insert_operand()
695 return aarch64_ins_reg_extended (self, info, code, inst, errors); in aarch64_insert_operand()
697 return aarch64_ins_reg_shifted (self, info, code, inst, errors); in aarch64_insert_operand()
699 return aarch64_ins_reg_lsl_shifted (self, info, code, inst, errors); in aarch64_insert_operand()
701 return aarch64_ins_ft (self, info, code, inst, errors); in aarch64_insert_operand()
707 return aarch64_ins_reglane (self, info, code, inst, errors); in aarch64_insert_operand()
709 return aarch64_ins_reglist (self, info, code, inst, errors); in aarch64_insert_operand()
711 return aarch64_ins_ldst_reglist (self, info, code, inst, errors); in aarch64_insert_operand()
[all …]
Daarch64-asm.c40 insert_fields (aarch64_insn *code, aarch64_insn value, aarch64_insn mask, ...) in insert_fields() argument
54 insert_field (kind, code, value, mask); in insert_fields()
65 aarch64_insn *code, aarch64_insn value) in insert_all_fields_after() argument
74 insert_field (kind, code, value, 0); in insert_all_fields_after()
83 insert_all_fields (const aarch64_operand *self, aarch64_insn *code, in insert_all_fields() argument
86 return insert_all_fields_after (self, 0, code, value); in insert_all_fields()
95 aarch64_insn *code ATTRIBUTE_UNUSED, in aarch64_ins_none()
105 aarch64_insn *code, in aarch64_ins_regno() argument
110 insert_field (self->fields[0], code, val, 0); in aarch64_ins_regno()
119 aarch64_insn *code, const aarch64_inst *inst, in aarch64_ins_reglane() argument
[all …]
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Daarch64-asm-2.c619 aarch64_insn *code, const aarch64_inst *inst, in aarch64_insert_operand() argument
687 return aarch64_ins_regno (self, info, code, inst, errors); in aarch64_insert_operand()
693 return aarch64_ins_none (self, info, code, inst, errors); in aarch64_insert_operand()
695 return aarch64_ins_reg_extended (self, info, code, inst, errors); in aarch64_insert_operand()
697 return aarch64_ins_reg_shifted (self, info, code, inst, errors); in aarch64_insert_operand()
699 return aarch64_ins_ft (self, info, code, inst, errors); in aarch64_insert_operand()
705 return aarch64_ins_reglane (self, info, code, inst, errors); in aarch64_insert_operand()
707 return aarch64_ins_reglist (self, info, code, inst, errors); in aarch64_insert_operand()
709 return aarch64_ins_ldst_reglist (self, info, code, inst, errors); in aarch64_insert_operand()
711 return aarch64_ins_ldst_reglist_r (self, info, code, inst, errors); in aarch64_insert_operand()
[all …]
Daarch64-asm.c40 insert_fields (aarch64_insn *code, aarch64_insn value, aarch64_insn mask, ...) in insert_fields() argument
54 insert_field (kind, code, value, mask); in insert_fields()
65 aarch64_insn *code, aarch64_insn value) in insert_all_fields_after() argument
74 insert_field (kind, code, value, 0); in insert_all_fields_after()
83 insert_all_fields (const aarch64_operand *self, aarch64_insn *code, in insert_all_fields() argument
86 return insert_all_fields_after (self, 0, code, value); in insert_all_fields()
95 aarch64_insn *code ATTRIBUTE_UNUSED, in aarch64_ins_none()
105 aarch64_insn *code, in aarch64_ins_regno() argument
110 insert_field (self->fields[0], code, val, 0); in aarch64_ins_regno()
119 aarch64_insn *code, const aarch64_inst *inst, in aarch64_ins_reglane() argument
[all …]
/netbsd/src/external/bsd/ntp/dist/ntpq/
Dinvoke-ntpq.texi16 @code{ntpq}
26 @code{ntpq}
33 @code{ntpq}
39 @code{ntpq}
45 @code{ntpq}
49 @code{ntpq}
57 @code{ntpq}
64 @code{-4}
67 @code{-6}
75 @code{-i}
[all …]
Dntpq.texi32 The @code{ntpq} utility program is used to
35 @code{ntpd}, the NTP daemon.
37 This document applies to version @value{VERSION} of @code{ntpq}.
55 The @code{ntpq} utility program is used to monitor NTP daemon @code{ntpd} operations and determine …
61 …embled, with raw and pretty-printed output options being available. The @code{ntpq} can also obta…
63code{ntpq} is executed, each of the requests will be sent to the NTP servers running on each of th…
65code{ntpq} uses NTP mode 6 packets to communicate with the NTP server, and hence can be used to qu…
67 …host name is expected, a @code{-4} qualifier preceding the host name forces DNS resolution to the …
80 @tab @code{/etc/ntp.conf}
81 @tab @code{-c}
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hdb/
Dcommon.c203 krb5_error_code code; in hdb_remove_aliases() local
208 code = db->hdb__get(context, db, *key, &value); in hdb_remove_aliases()
209 if (code == HDB_ERR_NOENTRY) in hdb_remove_aliases()
211 else if (code) in hdb_remove_aliases()
212 return code; in hdb_remove_aliases()
214 code = hdb_value2entry(context, &value, &oldentry); in hdb_remove_aliases()
216 if (code) in hdb_remove_aliases()
217 return code; in hdb_remove_aliases()
219 code = hdb_entry_get_aliases(&oldentry, &aliases); in hdb_remove_aliases()
220 if (code || aliases == NULL) { in hdb_remove_aliases()
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-m10200.c181 bfd_reloc_code_real_type code) in bfd_elf32_bfd_reloc_type_lookup() argument
189 if (mn10200_reloc_map[i].bfd_reloc_val == code) in bfd_elf32_bfd_reloc_type_lookup()
701 unsigned char code; in mn10200_elf_relax_section() local
704 code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in mn10200_elf_relax_section()
706 if (code != 0xe0 && code != 0xe1) in mn10200_elf_relax_section()
715 if (code == 0xe0) in mn10200_elf_relax_section()
717 else if (code == 0xe1) in mn10200_elf_relax_section()
754 unsigned char code; in mn10200_elf_relax_section() local
757 code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in mn10200_elf_relax_section()
759 if (code != 0xfc) in mn10200_elf_relax_section()
[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_insn; in ins_immu()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-m10200.c181 bfd_reloc_code_real_type code) in bfd_elf32_bfd_reloc_type_lookup() argument
189 if (mn10200_reloc_map[i].bfd_reloc_val == code) in bfd_elf32_bfd_reloc_type_lookup()
701 unsigned char code; in mn10200_elf_relax_section() local
704 code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in mn10200_elf_relax_section()
706 if (code != 0xe0 && code != 0xe1) in mn10200_elf_relax_section()
715 if (code == 0xe0) in mn10200_elf_relax_section()
717 else if (code == 0xe1) in mn10200_elf_relax_section()
754 unsigned char code; in mn10200_elf_relax_section() local
757 code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in mn10200_elf_relax_section()
759 if (code != 0xfc) in mn10200_elf_relax_section()
[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_insn; in ins_immu()
[all …]
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Devent_rpcgen.py93 def PrintIndented(filep, ident, code): argument
95 for entry in code:
362 code = [
366 code = TranslateList(code, entry.GetTranslation())
367 self.PrintIndented(filep, " ", code)
520 code = [
523 return code
526 code = """int
534 code = code % self.GetTranslation()
535 return code.split("\n")
[all …]
/netbsd/src/external/bsd/libevent/dist/
Devent_rpcgen.py93 def PrintIndented(filep, ident, code): argument
95 for entry in code:
362 code = [
366 code = TranslateList(code, entry.GetTranslation())
367 self.PrintIndented(filep, " ", code)
520 code = [
523 return code
526 code = """int
534 code = code % self.GetTranslation()
535 return code.split("\n")
[all …]
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dschemaparse.c72 scherr2str(int code) in scherr2str() argument
74 if ( code < 0 || SLAP_SCHERR_LAST <= code ) { in scherr2str()
77 return err2text[code]; in scherr2str()
140 int code; in parse_cr() local
144 cr = ldap_str2contentrule( line, &code, &err, LDAP_SCHEMA_ALLOW_ALL ); in parse_cr()
147 c->argv[0], ldap_scherr2str( code ), err ); in parse_cr()
160 code = 1; in parse_cr()
164 code = cr_add( cr, 1, scr, &err ); in parse_cr()
165 if ( code ) { in parse_cr()
167 c->argv[0], scherr2str(code), err); in parse_cr()
[all …]
/netbsd/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 …]
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dlibgomp.texi81 Interface (API) for offloading of code to accelerator devices in C/C++
138 @code{#pragma omp} in C/C++ and @code{!$omp} directives in free form,
139 @code{c$omp}, @code{*$omp} and @code{!$omp} directives in fixed form,
140 @code{!$} conditional compilation sentinels in free form and @code{c$},
141 @code{*$} and @code{!$} sentinels in fixed form, for Fortran. The flag also
163 The @code{_OPENMP} preprocessor macro and Fortran's @code{openmp_version}
164 parameter, provided by @code{omp_lib.h} and the @code{omp_lib} module, have
165 the value @code{201511} (i.e. OpenMP 4.5).
183 @item @code{metadirective} directive @tab N @tab
184 @item @code{declare variant} directive
[all …]

12345678910>>...163