Home
last modified time | relevance | path

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

12345678910>>...241

/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A 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 …]
H A 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A 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 …]
H A 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 …]
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A 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 …]
H A 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 …]
H A 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/external/gpl3/binutils.old/dist/gas/doc/
H A 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 …]
H A 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/
H A 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/
H A 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/usr.bin/indent/
H A Dlsym_comment.c32 * - block/end-of-line comment to the right of code
33 * - block/end-of-line comment to the right of label with code
133 * The first Christmas tree is to the right of the code, therefore the comment
134 * is moved to the code comment column; the follow-up lines of that comment
138 * comment starts in the code column.
166 * The first Christmas tree is to the right of the code, therefore the comment
167 * is moved to the code comment column; the follow-up lines of that comment
171 * comment starts in the code column.
623 * Comments to the right of code.
629 code(); /* cod in function()
[all...]
/netbsd-src/tests/lib/libbpfjit/
H A 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/binutils/dist/opcodes/
H A 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 …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-asm-2.c609 aarch64_insn *code, const aarch64_inst *inst, in aarch64_insert_operand() argument
667 return aarch64_ins_regno (self, info, code, inst, errors); in aarch64_insert_operand()
669 return aarch64_ins_reg_extended (self, info, code, inst, errors); in aarch64_insert_operand()
671 return aarch64_ins_reg_shifted (self, info, code, inst, errors); in aarch64_insert_operand()
673 return aarch64_ins_ft (self, info, code, inst, errors); in aarch64_insert_operand()
679 return aarch64_ins_reglane (self, info, code, inst, errors); in aarch64_insert_operand()
681 return aarch64_ins_reglist (self, info, code, inst, errors); in aarch64_insert_operand()
683 return aarch64_ins_ldst_reglist (self, info, code, inst, errors); in aarch64_insert_operand()
685 return aarch64_ins_ldst_reglist_r (self, info, code, inst, errors); in aarch64_insert_operand()
687 return aarch64_ins_ldst_elemlist (self, info, code, inst, errors); in aarch64_insert_operand()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libquadmath/
H A Dlibquadmath.texi94 The following data type has been defined via @code{typedef}.
97 @item @code{__complex128}: @code{__float128}-based complex number
101 @code{__float128} data type.
104 @item @code{FLT128_MAX}: largest finite number
105 @item @code{FLT128_MIN}: smallest positive number with full precision
106 @item @code{FLT128_EPSILON}: difference between 1 and the next larger
108 @item @code{FLT128_DENORM_MIN}: smallest positive denormalized number
109 @item @code{FLT128_MANT_DIG}: number of digits in the mantissa (bit precision)
110 @item @code{FLT128_MIN_EXP}: maximal negative exponent
111 @item @code{FLT128_MAX_EXP}: maximal positive exponent
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/
H A Dlibquadmath.texi94 The following data type has been defined via @code{typedef}.
97 @item @code{__complex128}: @code{__float128}-based complex number
101 @code{__float128} data type.
104 @item @code{FLT128_MAX}: largest finite number
105 @item @code{FLT128_MIN}: smallest positive number with full precision
106 @item @code{FLT128_EPSILON}: difference between 1 and the next larger
108 @item @code{FLT128_DENORM_MIN}: smallest positive denormalized number
109 @item @code{FLT128_MANT_DIG}: number of digits in the mantissa (bit precision)
110 @item @code{FLT128_MIN_EXP}: maximal negative exponent
111 @item @code{FLT128_MAX_EXP}: maximal positive exponent
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A 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.old/dist/bfd/
H A 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()
700 unsigned char code; in mn10200_elf_relax_section() local
703 code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in mn10200_elf_relax_section()
705 if (code != 0xe0 && code != 0xe1) in mn10200_elf_relax_section()
714 if (code == 0xe0) in mn10200_elf_relax_section()
716 else if (code == 0xe1) in mn10200_elf_relax_section()
753 unsigned char code; in mn10200_elf_relax_section() local
756 code = bfd_get_8 (abfd, contents + irel->r_offset - 1); in mn10200_elf_relax_section()
758 if (code != 0xfc) in mn10200_elf_relax_section()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A 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 …]
/netbsd-src/external/bsd/ntp/dist/ntpq/
H A 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/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dxgettext.texi2 @cindex @code{xgettext} program, usage
7 The @code{xgettext} program extracts translatable strings from given
18 @opindex -f@r{, @code{xgettext} option}
19 @opindex --files-from@r{, @code{xgettext} option}
25 @opindex -D@r{, @code{xgettext} option}
26 @opindex --directory@r{, @code{xgettext} option}
40 @opindex -d@r{, @code{xgettext} option}
41 @opindex --default-domain@r{, @code{xgettext} option}
46 @opindex -o@r{, @code{xgettext} option}
47 @opindex --output@r{, @code{xgettext} option}
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfc-internals.texi180 pieces within the Fortran compiler code.
185 machinery to create the code that enables @command{gfortran} and
189 This generated code calls the @code{gfc_handle_option} code in
192 with that option flag. Typically, @code{gfc_handle_option} uses these
196 @code{gfc_option_t} struct, which is defined in @file{gfortran.h}.
198 in @code{gfc_init_option} in @file{options.cc}; these become the default
211 source code against a variety of matchers. In some cases, if these
212 matchers do not match the source code, they will store an error message
214 match the source code, then the buffered error is discarded. However,
225 Hypothetically, this may get passed to the matcher for an @code{IF}
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfc-internals.texi180 pieces within the Fortran compiler code.
185 machinery to create the code that enables @command{gfortran} and
189 This generated code calls the @code{gfc_handle_option} code in
192 with that option flag. Typically, @code{gfc_handle_option} uses these
196 @code{gfc_option_t} struct, which is defined in @file{gfortran.h}.
198 in @code{gfc_init_option} in @file{options.c}; these become the default
211 source code against a variety of matchers. In some cases, if these
212 matchers do not match the source code, they will store an error message
214 match the source code, then the buffered error is discarded. However,
225 Hypothetically, this may get passed to the matcher for an @code{IF}
[all …]
/netbsd-src/external/bsd/libevent/dist/
H A 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 …]

12345678910>>...241