Home
last modified time | relevance | path

Searched refs:code (Results 926 – 950 of 5016) sorted by relevance

1...<<31323334353637383940>>...201

/freebsd-12.1/contrib/byacc/test/yacc/
H A Dbig_b.output15 -r produce separate code and table files (y.code.c)
H A Dbig_l.output15 -r produce separate code and table files (y.code.c)
/freebsd-12.1/sys/gnu/dts/arm/
H A Dbcm4708-luxul-xwc-1000.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
58 linux,code = <KEY_RESTART>;
H A Dkirkwood-ts219-6281.dts45 linux,code = <KEY_COPY>;
50 linux,code = <KEY_RESTART>;
/freebsd-12.1/sys/gnu/dts/mips/
H A DBR-6425.dts41 linux,code = <0x198>;
47 linux,code = <0xf7>;
/freebsd-12.1/sys/mips/include/
H A Dtrap.h85 register_t code; member
96 trp->code = cd; \
/freebsd-12.1/contrib/xz/src/liblzma/common/
H A Dfilter_buffer_decoder.c37 lzma_ret ret = next.code(next.coder, allocator, in, in_pos, in_size, in lzma_raw_buffer_decode()
69 (void)next.code(next.coder, allocator, in lzma_raw_buffer_decode()
/freebsd-12.1/sys/netgraph/
H A Dng_pppoe.c1151 wh->ph.code = PADM_CODE; in ng_pppoe_rcvmsg()
1194 wh->ph.code = PADM_CODE; in ng_pppoe_rcvmsg()
1461 uint8_t code; in ng_pppoe_rcvdata() local
1477 code = wh->ph.code; in ng_pppoe_rcvdata()
1480 if (code != PADI_CODE) in ng_pppoe_rcvdata()
1568 uint8_t code; in ng_pppoe_rcvdata_ether() local
1637 code = wh->ph.code; in ng_pppoe_rcvdata_ether()
1639 switch(code) { in ng_pppoe_rcvdata_ether()
1829 sp->pkt_hdr.ph.code = 0; in ng_pppoe_rcvdata_ether()
1875 sp->pkt_hdr.ph.code = 0; in ng_pppoe_rcvdata_ether()
[all …]
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dcopying-lib.texi36 for this service if you wish); that you receive source code or can get
49 code. If you link other code with the library, you must provide
84 Public License permits more lax criteria for linking other code with
246 This option is useful when you wish to copy part of the code of
259 source code from the same place satisfies the requirement to
260 distribute the source code, even though third parties are not
261 compelled to copy the source along with the object code.
277 that is part of the Library, the object code for the work may be a
278 derivative work of the Library even though the source code is not.
314 machine-readable source code for the Library including whatever
[all …]
/freebsd-12.1/contrib/dialog/
H A DCOPYING30 for this service if you wish); that you receive source code or can get
43 code. If you link other code with the library, you must provide
78 Public License permits more lax criteria for linking other code with
136 "Source code" for a work means the preferred form of the work for
224 This option is useful when you wish to copy part of the code of
236 source code from the same place satisfies the requirement to
237 distribute the source code, even though third parties are not
238 compelled to copy the source along with the object code.
253 that is part of the Library, the object code for the work may be a
254 derivative work of the Library even though the source code is not.
[all …]
/freebsd-12.1/contrib/binutils/libiberty/
H A Dcopying-lib.texi36 for this service if you wish); that you receive source code or can get
49 code. If you link other code with the library, you must provide
84 Public License permits more lax criteria for linking other code with
246 This option is useful when you wish to copy part of the code of
259 source code from the same place satisfies the requirement to
260 distribute the source code, even though third parties are not
261 compelled to copy the source along with the object code.
277 that is part of the Library, the object code for the work may be a
278 derivative work of the Library even though the source code is not.
314 machine-readable source code for the Library including whatever
[all …]
/freebsd-12.1/contrib/gcc/
H A Drecog.c460 enum rtx_code code; in validate_replace_rtx_1() local
468 code = GET_CODE (x); in validate_replace_rtx_1()
542 code = GET_CODE (x); in validate_replace_rtx_1()
545 switch (code) in validate_replace_rtx_1()
776 switch (code) in find_single_use_1()
972 if (code == SUBREG) in general_operand()
1002 code = GET_CODE (op); in general_operand()
1005 if (code == REG) in general_operand()
1010 if (code == MEM) in general_operand()
1819 if (code == CONST_INT || code == SYMBOL_REF || code == LABEL_REF in find_constant_term_loc()
[all …]
H A Dgimplify.c137 if (TREE_CODE (t2) != code in gimple_tree_eq()
811 || code == SAVE_EXPR || code == TARGET_EXPR in mostly_copy_tree_r()
815 || code == BLOCK) in mostly_copy_tree_r()
1896 enum tree_code code; in gimplify_self_mod_expr() local
1904 gcc_assert (code == POSTINCREMENT_EXPR || code == POSTDECREMENT_EXPR in gimplify_self_mod_expr()
1905 || code == PREINCREMENT_EXPR || code == PREDECREMENT_EXPR); in gimplify_self_mod_expr()
1908 if (code == POSTINCREMENT_EXPR || code == POSTDECREMENT_EXPR) in gimplify_self_mod_expr()
1920 if (code == PREINCREMENT_EXPR || code == POSTINCREMENT_EXPR) in gimplify_self_mod_expr()
3481 code = TREE_CODE (lhs); in gimplify_modify_expr_complex_part()
4148 code = TRY_CATCH_EXPR; in gimplify_cleanup_point_expr()
[all …]
H A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
H A Dlocal-alloc.c527 RTX_CODE code = GET_CODE (x); in equiv_init_varies_p() local
531 switch (code) in equiv_init_varies_p()
557 fmt = GET_RTX_FORMAT (code); in equiv_init_varies_p()
585 enum rtx_code code = GET_CODE (x); in equiv_init_movable_p() local
587 switch (code) in equiv_init_movable_p()
622 fmt = GET_RTX_FORMAT (code); in equiv_init_movable_p()
647 enum rtx_code code = GET_CODE (x); in contains_replace_regs() local
649 switch (code) in contains_replace_regs()
669 fmt = GET_RTX_FORMAT (code); in contains_replace_regs()
697 switch (code) in memref_referenced_p()
[all …]
/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c518 switch (code) in build_conv()
1640 switch (code) in add_builtin_candidate()
1651 switch (code) in add_builtin_candidate()
2070 switch (code) in add_builtin_candidates()
3099 switch (code) in op_error()
3704 switch (code) in build_new_op()
3736 if (code == POSTINCREMENT_EXPR || code == POSTDECREMENT_EXPR) in build_new_op()
3792 switch (code) in build_new_op()
3813 switch (code) in build_new_op()
3880 switch (code) in build_new_op()
[all …]
/freebsd-12.1/contrib/gdb/include/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/freebsd-12.1/contrib/diff/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/freebsd-12.1/contrib/gdb/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/freebsd-12.1/contrib/gperf/doc/
H A Dgpl.texinfo29 this service if you wish), that you receive source code or can get it
41 source code. And you must show them these terms so they know their
92 source code as you receive it, in any medium, provided that you
167 machine-readable copy of the corresponding source code, to be
173 to distribute corresponding source code. (This alternative is
175 received the program in object code or executable form with such
181 code means all the source code for all modules it contains, plus any
184 special exception, the source code distributed need not include
190 If distribution of executable or object code is made by offering
192 access to copy the source code from the same place counts as
[all …]
/freebsd-12.1/crypto/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl151 $code.=<<___;
255 $code.=<<___;
289 $code.=<<___;
296 $code.=<<___;
447 $code.=<<___;
628 $code.=<<___;
677 $code.=<<___;
684 $code.=<<___;
985 $code.=<<___;
1068 $code.=<<___;
[all …]
/freebsd-12.1/gnu/usr.bin/grep/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/freebsd-12.1/gnu/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/freebsd-12.1/contrib/dtc/
H A DGPL24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/freebsd-12.1/sys/contrib/zstd/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]

1...<<31323334353637383940>>...201