| /dflybsd-src/contrib/binutils-2.27/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-nios2.texi | 34 @cindex @code{relax-section} command line option, Nios II 36 Replace identified out-of-range branches with PC-relative @code{jmp} 37 sequences when possible. The generated code sequences are suitable 38 for use in position-independent code, but there is a practical limit 42 @cindex @code{relax-all} command line option, Nios II 45 and all call instructions with @code{jmp} and @code{callr} sequences 47 target symbols and is not appropriate for position-independent code. 49 @cindex @code{no-relax} command line option, Nios II 53 @cindex @code{EB} command line option, Nios II 57 @cindex @code{EL} command line option, Nios II [all …]
|
| H A D | c-tic54x.texi | 36 The TMS320C54X version of @code{@value{AS}} has a few machine-dependent options. 43 @samp{.far_mode} directive in the assembly code. If you do not use the 50 assembly code. For recognized CPU codes, see 51 @xref{TIC54X-Directives,,@code{.version}}. The default CPU version is 82 The TIC54X version of @code{@value{AS}} allows the following additional 87 Binary @code{000000B, 011000b} 88 Octal @code{10Q, 224q} 89 Hexadecimal @code{45h, 0FH} 97 #define macros. When @code{@value{AS}} encounters one of these 101 Subsyms may be defined using the @code{.asg} and @code{.eval} directives [all …]
|
| H A D | c-ppc.texi | 49 Generate code for POWER/2 (RIOS2). 52 Generate code for POWER (RIOS1) 55 Generate code for PowerPC 601. 58 Generate code for PowerPC 603/604. 61 Generate code for PowerPC 403/405. 64 Generate code for PowerPC 440. BookE and some 405 instructions. 67 Generate code for PowerPC 464. 70 Generate code for PowerPC 476. 73 Generate code for PowerPC 7400/7410/7450/7455. 76 Generate code for PowerPC 750CL. [all …]
|
| H A D | c-alpha.texi | 33 @code{@value{AS}} also supports the ECOFF and EVAX formats, but 43 @cindex @code{-m@var{cpu}} command line option, Alpha 48 error message. This option is equivalent to the @code{.arch} directive. 51 @code{21064}, 52 @code{21064a}, 53 @code{21066}, 54 @code{21068}, 55 @code{21164}, 56 @code{21164a}, 57 @code{21164pc}, [all …]
|
| H A D | c-v850.texi | 21 @code{@value{AS}} supports the following additional command-line options 26 @table @code 28 @cindex @code{-wsigned_overflow} command line option, V850 35 @cindex @code{-wunsigned_overflow} command line option, V850 42 @cindex @code{-mv850} command line option, V850 44 Specifies that the assembled code should be marked as being targeted at 46 such code with code assembled for other processors. 48 @cindex @code{-mv850e} command line option, V850 50 Specifies that the assembled code should be marked as being targeted at 52 such code with code assembled for other processors. [all …]
|
| H A D | c-tic6x.texi | 31 @cindex @code{-march=} command line option, TIC6X 36 The following values of @var{arch} are accepted: @code{c62x}, 37 @code{c64x}, @code{c64x+}, @code{c67x}, @code{c67x+}, @code{c674x}. 39 @cindex @code{-mdsbt} command line option, TIC6X 40 @cindex @code{-mno-dsbt} command line option, TIC6X 44 @code{Tag_ABI_DSBT} attribute with a value of 1, indicating that the 45 code is using DSBT addressing. The @option{-mno-dsbt} option, the 46 default, causes the tag to have a value of 0, indicating that the code 50 @cindex @code{-mpid=} command line option, TIC6X 55 @code{Tag_ABI_PID} attribute with a value indicating the form of data [all …]
|
| H A D | c-mips.texi | 15 @sc{gnu} @code{@value{AS}} for MIPS architectures supports several 28 * MIPS assembly options:: Directives to control code generation 43 The MIPS configurations of @sc{gnu} @code{@value{AS}} support these 46 @table @code 47 @cindex @code{-G} option (MIPS) 52 @cindex @code{-EB} option (MIPS) 53 @cindex @code{-EL} option (MIPS) 60 Any MIPS configuration of @code{@value{AS}} can select big-endian or 93 Generate code for a particular MIPS Instruction Set Architecture level. 114 The @code{.set gp=32} and @code{.set fp=32} directives allow the size [all …]
|
| /dflybsd-src/share/i18n/esdb/ |
| H A D | Makefile.part | 3 .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!= 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 …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | gimple.texi | 15 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 …]
|
| H A D | generic.texi | 18 can express it with the codes in @code{gcc/tree.def}, it's 24 statement will always have @code{TREE_SIDE_EFFECTS} set (or it 26 side effects. A @code{CALL_EXPR}, for instance. 33 before handing off to @code{tree_rest_of_compilation}, but this 38 * Tree overview:: All about @code{tree}s. 70 @code{tree}. These nodes, while all of the C type @code{tree}, are of 71 many varieties. A @code{tree} is a pointer type, but the object to 73 we will refer to trees in ordinary type, rather than in @code{this 74 font}, except when talking about the actual C type @code{tree}. 77 @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. 61 @code{rtx}. 63 An integer is simply an @code{int}; their written form uses decimal 65 @code{HOST_WIDE_INT}; their written form uses decimal digits. 68 @code{char *} in usual C fashion, and it is written in C syntax as well. 72 pointers instead of strings are valid. Within RTL code, strings are most 73 commonly found inside @code{symbol_ref} expressions, but they appear in 84 code is embedded in a machine description. Wherever a string can 88 special. Therefore, if you write string constants in the C code, you 103 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:: 66 defining the basic Objective-C types such as @code{id}, @code{Class} 67 and @code{BOOL}. You have to include this header to do almost 79 functions, such as @code{class_getName()}, declared in 93 C/C++ code. 97 related to the Objective-C @code{@@synchronized()} syntax, allowing 98 you to emulate an Objective-C @code{@@synchronized()} block in plain 99 C/C++ code. 104 declares functions such as @code{objc_mutex_lock()}, which provide a 119 different naming convention, such as @code{class_get_super_class()} [all …]
|
| H A D | collect2.texi | 6 @chapter @code{collect2} 8 GCC uses a utility called @code{collect2} on nearly all systems to arrange 11 The program @code{collect2} works by linking the program once and 20 called @code{__main}, which is called (automatically) at the beginning 21 of the body of @code{main} (provided @code{main} was compiled with GNU 22 CC)@. Calling @code{__main} is necessary, even when compiling C code, to 23 allow linking C and C++ object code together. (If you use 24 @option{-nostdlib}, you get an unresolved reference to @code{__main}, 28 The program @code{collect2} is installed as @code{ld} in the directory 29 where the passes of the compiler are installed. When @code{collect2} [all …]
|
| H A D | cfg.texi | 17 intermediate code representation (the RTL or @code{tree} instruction 39 A basic block is a straight-line sequence of code with only one entry 41 the @code{basic_block} data type. 44 Two pointer members of the @code{basic_block} structure are the 45 pointers @code{next_bb} and @code{prev_bb}. These are used to keep 49 @code{FOR_EACH_BB} can be used to visit all the basic blocks in 51 @code{walk_dominator_tree}. Given two basic blocks A and B, block A 55 The @code{BASIC_BLOCK} array contains all basic blocks in an 56 unspecified order. Each @code{basic_block} structure has a field 57 that holds a unique integer identifier @code{index} that is the [all …]
|
| H A D | arm-neon-intrinsics.texi | 11 @*@emph{Form of expected instruction(s):} @code{vadd.i32 @var{d0}, @var{d0}, @var{d0}} 17 @*@emph{Form of expected instruction(s):} @code{vadd.i16 @var{d0}, @var{d0}, @var{d0}} 23 @*@emph{Form of expected instruction(s):} @code{vadd.i8 @var{d0}, @var{d0}, @var{d0}} 29 @*@emph{Form of expected instruction(s):} @code{vadd.i32 @var{d0}, @var{d0}, @var{d0}} 35 @*@emph{Form of expected instruction(s):} @code{vadd.i16 @var{d0}, @var{d0}, @var{d0}} 41 @*@emph{Form of expected instruction(s):} @code{vadd.i8 @var{d0}, @var{d0}, @var{d0}} 47 @*@emph{Form of expected instruction(s):} @code{vadd.f32 @var{d0}, @var{d0}, @var{d0}} 63 @*@emph{Form of expected instruction(s):} @code{vadd.i32 @var{q0}, @var{q0}, @var{q0}} 69 @*@emph{Form of expected instruction(s):} @code{vadd.i16 @var{q0}, @var{q0}, @var{q0}} 75 @*@emph{Form of expected instruction(s):} @code{vadd.i8 @var{q0}, @var{q0}, @var{q0}} [all …]
|
| H A D | loop.texi | 58 @code{LOOPS_MAY_HAVE_MULTIPLE_LATCHES} flag to the loop discovery, 68 tree. This tree is represented by the @code{struct loops} structure. 70 function. Each of the loops is represented in a @code{struct loop} 71 structure. Each loop is assigned an index (@code{num} field of the 72 @code{struct loop} structure), and the pointer to the loop is stored in 73 the corresponding field of the @code{larray} vector in the loops 75 empty (@code{NULL}) entries in the @code{larray} created by deleting 79 The entries of the @code{larray} field should not be accessed directly. 80 The function @code{get_loop} returns the loop description for a loop with 81 the given index. @code{number_of_loops} function returns number of [all …]
|
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_filter_compress.c | 216 int code; in compress_bidder_init() local 218 self->code = ARCHIVE_FILTER_COMPRESS; in compress_bidder_init() 243 code = getbits(self, 8); in compress_bidder_init() 244 if ((code & 0x1f) > 16) { in compress_bidder_init() 249 state->maxcode_bits = code & 0x1f; in compress_bidder_init() 251 state->use_reset_code = code & 0x80; in compress_bidder_init() 261 for (code = 255; code >= 0; code--) { in compress_bidder_init() 262 state->prefix[code] = 0; in compress_bidder_init() 263 state->suffix[code] = code; in compress_bidder_init() 327 int code, newcode; in next_code() local [all …]
|
| /dflybsd-src/sys/dev/misc/evdev/ |
| H A D | evdev.c | 475 evdev_support_key(struct evdev_dev *evdev, uint16_t code) in evdev_support_key() argument 478 KASSERT(code < KEY_CNT, ("invalid evdev key property")); in evdev_support_key() 479 bit_set(evdev->ev_key_flags, code); in evdev_support_key() 483 evdev_support_rel(struct evdev_dev *evdev, uint16_t code) in evdev_support_rel() argument 486 KASSERT(code < REL_CNT, ("invalid evdev rel property")); in evdev_support_rel() 487 bit_set(evdev->ev_rel_flags, code); in evdev_support_rel() 491 evdev_support_abs(struct evdev_dev *evdev, uint16_t code, int32_t minimum, in evdev_support_abs() argument 496 KASSERT(code < ABS_CNT, ("invalid evdev abs property")); in evdev_support_abs() 506 evdev_set_abs_bit(evdev, code); in evdev_support_abs() 507 evdev_set_absinfo(evdev, code, &absinfo); in evdev_support_abs() [all …]
|
| /dflybsd-src/contrib/ncurses/ncurses/base/ |
| H A D | lib_scanw.c | 50 int code = ERR; in NCURSES_EXPORT() local 53 if ((code = vsscanf(buf, fmt, argp)) == EOF) { in NCURSES_EXPORT() 54 code = ERR; in NCURSES_EXPORT() 58 return code; in NCURSES_EXPORT() 65 int code = ERR; in vw_scanw() local 68 if ((code = vsscanf(buf, fmt, argp)) == EOF) { in vw_scanw() 69 code = ERR; in vw_scanw() 73 return code; in vw_scanw() 79 int code; in scanw() local 85 code = vw_scanw(stdscr, fmt, ap); in scanw() [all …]
|
| H A D | lib_printw.c | 49 int code; in NCURSES_EXPORT() local 60 code = vw_printw(stdscr, fmt, argp); in NCURSES_EXPORT() 63 returnCode(code); in NCURSES_EXPORT() 70 int code; in wprintw() local 81 code = vw_printw(win, fmt, argp); in wprintw() 84 returnCode(code); in wprintw() 90 int code; in mvprintw() local 100 if ((code = move(y, x)) != ERR) { in mvprintw() 104 code = vw_printw(stdscr, fmt, argp); in mvprintw() 107 returnCode(code); in mvprintw() [all …]
|
| /dflybsd-src/sbin/dhclient/ |
| H A D | options.c | 59 int len, code; in parse_option_buffer() local 62 code = s[0]; in parse_option_buffer() 65 if (code == DHO_PAD) { in parse_option_buffer() 81 dhcp_options[code].name, len); in parse_option_buffer() 87 dhcp_options[code].name); in parse_option_buffer() 99 if (dhcp_options[code].format[0] == 't') { in parse_option_buffer() 108 if (!options[code].data) { in parse_option_buffer() 111 dhcp_options[code].name); in parse_option_buffer() 118 options[code].len = len; in parse_option_buffer() 119 options[code].data = t; in parse_option_buffer() [all …]
|
| /dflybsd-src/contrib/libpcap/pcap/ |
| H A D | bpf.h | 136 #define BPF_CLASS(code) ((code) & 0x07) argument 147 #define BPF_SIZE(code) ((code) & 0x18) argument 152 #define BPF_MODE(code) ((code) & 0xe0) argument 163 #define BPF_OP(code) ((code) & 0xf0) argument 197 #define BPF_SRC(code) ((code) & 0x08) argument 202 #define BPF_RVAL(code) ((code) & 0x18) argument 207 #define BPF_MISCOP(code) ((code) & 0xf8) argument 246 u_short code; member 265 #define BPF_STMT(code, k) { (u_short)(code), 0, 0, k } argument 269 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
|
| /dflybsd-src/contrib/ncurses/ncurses/trace/ |
| H A D | lib_trace.c | 250 _nc_retrace_bool(int code) in _nc_retrace_bool() argument 252 T((T_RETURN("%s"), code ? "TRUE" : "FALSE")); in _nc_retrace_bool() 253 return code; in _nc_retrace_bool() 258 _nc_retrace_char(int code) in _nc_retrace_char() argument 260 T((T_RETURN("%c"), code)); in _nc_retrace_char() 261 return (char) code; in _nc_retrace_char() 266 _nc_retrace_int(int code) in _nc_retrace_int() argument 268 T((T_RETURN("%d"), code)); in _nc_retrace_int() 269 return code; in _nc_retrace_int() 274 _nc_retrace_unsigned(unsigned code) in _nc_retrace_unsigned() argument [all …]
|