| /freebsd-12.1/contrib/libdivsufsort/ |
| H A D | README.md | 6 * 2015-03-21: The project has moved from [Google Code](http://code.google.com/p/libdivsufsort/) to … 19 1. Get the source code from GitHub. You can either
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lundump.c | 109 f->code = luaM_newvector(S->L, n, Instruction); in LoadCode() 111 LoadVector(S, f->code, n); in LoadCode()
|
| /freebsd-12.1/contrib/xz/src/liblzma/common/ |
| H A D | common.c | 199 || strm->internal->next.code == NULL in lzma_code() 283 lzma_ret ret = strm->internal->next.code( in lzma_code()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lundump.c | 89 f->code=luaM_newvector(S->L,n,Instruction); in LoadCode() 91 LoadVector(S,f->code,n,sizeof(Instruction)); in LoadCode()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | semantics.c | 367 enum tree_code code = TREE_CODE (t); in add_stmt() local 369 if (EXPR_P (t) && code != LABEL_EXPR) in add_stmt() 1924 finish_increment_expr (tree expr, enum tree_code code) in finish_increment_expr() argument 1926 return build_x_unary_op (code, expr); in finish_increment_expr() 2025 finish_unary_op_expr (enum tree_code code, tree expr) in finish_unary_op_expr() argument 2027 tree result = build_x_unary_op (code, expr); in finish_unary_op_expr() 2031 if (code == NEGATE_EXPR && TREE_CODE (expr) == INTEGER_CST in finish_unary_op_expr() 4027 finish_omp_atomic (enum tree_code code, tree lhs, tree rhs) in finish_omp_atomic() argument 4053 stmt = c_finish_omp_atomic (code, lhs, rhs); in finish_omp_atomic() 4061 OMP_ATOMIC_CODE (stmt) = code; in finish_omp_atomic()
|
| H A D | ChangeLog-2001 | 527 and remove unreachable code. 1189 (push_namespace): Remove in_fake_std code. 1391 code. 1400 no-vtable-thunk code. 1403 no-vtable-thunk code. 1423 (build_vbase_pointer): Remove old-abi code. 1436 (construct_virtual_bases): Remove old-abi code. 1440 (get_base_offset): Remove old-abi-code. 1446 (emit_associated_thunks): Remove old-abi code. 2798 (grok_function_init): Remove #if 0'd code. [all …]
|
| H A D | ChangeLog-2000 | 7 * class.c (pushclass): Remove #if 0'd code. 1089 (poplevel): Remove dead code. 1099 RTL-generation code. 2630 code to avoid compilation warning. 2830 specific code. 3301 (extract_init): Remove #if 0'd code. 3705 code. 4764 (build_offset_rf): Remove dead code. 5207 compiled code. 5478 constructor and non-constructor code. [all …]
|
| /freebsd-12.1/contrib/libxo/doc/ |
| H A D | faq.rst | 18 results were mixed. The cost of maintaining this code, updating it, 26 to the underlying FreeBSD code as a means of reducing the expense and 36 output calls with a single code path.
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | gemini-dlink-dir-685.dts | 33 linux,code = <KEY_ESC>; 41 linux,code = <KEY_EJECTCD>; 296 * WLAN and LAN, and the country code (for wireless
|
| H A D | spear600-evb.dts | 4 * The code contained herein is licensed under the GNU General Public
|
| H A D | imx28-ts4600.dts | 5 * The code contained herein is licensed under the GNU General Public
|
| H A D | bcm47094-luxul-xwr-3100.dts | 91 linux,code = <KEY_RESTART>;
|
| /freebsd-12.1/sys/powerpc/conf/ |
| H A D | GENERIC64 | 154 # PCI Ethernet NICs that use the common MII bus controller code. 205 device firewire # FireWire bus code 210 device iicbus # I2C bus code
|
| H A D | GENERIC | 142 device firewire # FireWire bus code 146 # PCI Ethernet NICs that use the common MII bus controller code. 197 device iicbus # I2C bus code
|
| /freebsd-12.1/share/i18n/csmapper/APPLE/ |
| H A D | UCS%KEYBOARD.src | 60 # Column #1 is the Mac OS Keyboard code (in hex as 0xNN) 66 # The entries are in Mac OS Keyboard code order. 86 # The Mac OS Keyboard encoding shares the script code smRoman
|
| H A D | KEYBOARD%UCS.src | 60 # Column #1 is the Mac OS Keyboard code (in hex as 0xNN) 66 # The entries are in Mac OS Keyboard code order. 86 # The Mac OS Keyboard encoding shares the script code smRoman
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_i18n.cpp | 765 kmp_msg_t __kmp_msg_error_code(int code) { in __kmp_msg_error_code() argument 769 msg.num = code; in __kmp_msg_error_code() 770 msg.str = sys_error(code); in __kmp_msg_error_code()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | reg-notes.def | 89 case, these notes point from one to the other to allow code 112 insn before that the code to profile the value is inserted. It 132 This context is shared by inline functions, so the code to acquire
|
| /freebsd-12.1/contrib/ntp/scripts/stats/ |
| H A D | README.stats | 140 0 code coast mode (must be zero) 141 +6.6152E-08 code sigma (s) 142 -3.5053E-08 code delta t (s)
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | ultra1_2.md | 28 ;; is the only one which may do condition code setting instructions. 30 ;; slot in a dispatched group. And if you have a non-condition code 211 ;; been able to trigger this case myself even with hand written code,
|
| /freebsd-12.1/lib/libedit/ |
| H A D | history.c | 166 #define he_strerror(code) he_errlist[code] argument 167 #define he_seterrev(evp, code) {\ argument 168 evp->num = code;\ 169 evp->str = he_strerror(code);\
|
| /freebsd-12.1/contrib/xz/ |
| H A D | README | 93 The command-line tools are documented as man pages. In source code 161 2. Compile XZ Utils with debugging code using configure switches 190 repeat the bug with the code compiled from unpatched source code, 260 source code and included in xz.pot. If they suggest testing the
|
| /freebsd-12.1/sys/contrib/ngatm/netnatm/msg/ |
| H A D | genmsgc.awk | 273 decl[code] = "decl_" msg
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | DSA_new.pod | 27 code that can be obtained by
|
| /freebsd-12.1/sys/arm/amlogic/aml8726/ |
| H A D | files.aml8726 | 15 # serial console for debugging early boot code
|