| /openbsd-src/gnu/usr.bin/perl/t/perf/ |
| H A D | benchmarks | 3 # This file specifies an array-of-hashes that define snippets of code that 12 # but just to ensure that the code doesn't have errors. 37 # loop:: structural code like for, while(), etc 45 # to the same value as the 'code' field 47 # setup is an optional string containing setup code that is run once 49 # code is a string containing the code to run in a loop 51 # pre is an optional string containing setup code which is executed 52 # just before 'code' for every iteration, but whose execution 55 # post like pre, but executed just after 'code' [all...] |
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-pdp11.texi | 29 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 D | c-arm.texi | 33 @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 …]
|
| H A D | c-tic54x.texi | 35 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/gas/doc/ |
| H A D | c-pdp11.texi | 29 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 D | c-arm.texi | 33 @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 …]
|
| H A D | c-tic54x.texi | 35 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/bfd/ |
| H A D | elf-m10200.c | 27 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 …]
|
| H A D | cpu-ia64-opc.c | 36 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/bfd/ |
| H A D | elf-m10200.c | 27 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 …]
|
| H A D | cpu-ia64-opc.c | 36 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/ |
| H A D | gen_ctype_utf8.pl | 160 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/ |
| H A D | c-tree.texi | 22 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 …]
|
| H A D | rtl.texi | 40 * 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 …]
|
| H A D | objc.texi | 18 * Executing code before main:: 25 @node Executing code before main, Type encoding, Objective-C, Objective-C 26 @section @code{+load}: Executing code before main 29 code before the execution of the program enters the @code{main} 30 function. The code is executed on a per-class and a per-category basis, 31 through a special class method @code{+load}. 36 @code{+initialize} method, might not be useful because 37 @code{+initialize} is only called when the first message is sent to a 40 Suppose for example you have a @code{FileStream} class that declares 41 @code{Stdin}, @code{Stdout} and @code{Stderr} as global variables, like [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 22 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 …]
|
| H A D | rtl.texi | 38 * 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/ |
| H A D | m_trace.c | 39 _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 …]
|
| H A D | menu.priv.h | 140 #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/cpan/CPAN-Meta-YAML/t/tml-spec/ |
| H A D | unicode.tml | 16 # 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/ |
| H A D | OptParser.td | 95 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/ |
| H A D | lib_scanw.c | 52 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/lib/libform/ |
| H A D | f_trace.c | 39 _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/ |
| H A D | kern_xxx.c | 100 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 …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/ |
| H A D | ANSIColor.pm | 150 for my $code (0 .. 15) { 151 $ATTRIBUTES{"ansi$code"} = "38;5;$code"; 152 $ATTRIBUTES{"on_ansi$code"} = "48;5;$code"; 160 my $code = 16 + (6 * 6 * $r) + (6 * $g) + $b; 161 $ATTRIBUTES{"rgb$r$g$b"} = "38;5;$code"; 162 $ATTRIBUTES{"on_rgb$r$g$b"} = "48;5;$code"; 169 my $code = $n + 232; 170 $ATTRIBUTES{"grey$n"} = "38;5;$code"; 171 $ATTRIBUTES{"on_grey$n"} = "48;5;$code"; 184 for my $code (16 .. 255) { [all …]
|