Home
last modified time | relevance | path

Searched refs:code (Results 2326 – 2350 of 5016) sorted by relevance

1...<<919293949596979899100>>...201

/freebsd-12.1/contrib/libdivsufsort/
H A DREADME.md6 * 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 Dlundump.c109 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 Dcommon.c199 || 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 Dlundump.c89 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 Dsemantics.c367 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 DChangeLog-2001527 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 DChangeLog-20007 * 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 Dfaq.rst18 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 Dgemini-dlink-dir-685.dts33 linux,code = <KEY_ESC>;
41 linux,code = <KEY_EJECTCD>;
296 * WLAN and LAN, and the country code (for wireless
H A Dspear600-evb.dts4 * The code contained herein is licensed under the GNU General Public
H A Dimx28-ts4600.dts5 * The code contained herein is licensed under the GNU General Public
H A Dbcm47094-luxul-xwr-3100.dts91 linux,code = <KEY_RESTART>;
/freebsd-12.1/sys/powerpc/conf/
H A DGENERIC64154 # 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 DGENERIC142 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 DUCS%KEYBOARD.src60 # 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 DKEYBOARD%UCS.src60 # 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 Dkmp_i18n.cpp765 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 Dreg-notes.def89 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 DREADME.stats140 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 Dultra1_2.md28 ;; 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 Dhistory.c166 #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 DREADME93 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 Dgenmsgc.awk273 decl[code] = "decl_" msg
/freebsd-12.1/crypto/openssl/doc/man3/
H A DDSA_new.pod27 code that can be obtained by
/freebsd-12.1/sys/arm/amlogic/aml8726/
H A Dfiles.aml872615 # serial console for debugging early boot code

1...<<919293949596979899100>>...201