Searched refs:code (Results 276 - 300 of 1463) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/bearssl/conf/
H A DUnix32.mk3 # to make the code select the "small" integer implementations (i15, m15,
/freebsd-current/contrib/byacc/test/
H A Dcalc_code_imports.y1 %code imports { /* CODE-IMPORTS */ }
2 %code imports { /* CODE-IMPORTS2 */ }
H A Dcalc_code_default.y1 %code { /* CODE-DEFAULT */ }
2 %code { /* CODE-DEFAULT2 */ }
H A Dcalc_code_top.y1 %code top { /* CODE-TOP */ }
2 %code top { /* CODE-TOP2 */ }
H A Dcalc_code_provides.y1 %code provides { /* CODE-PROVIDES */ }
2 %code provides { /* CODE-PROVIDES2 */ }
H A Dcalc_code_requires.y1 %code requires { /* CODE-REQUIRES */ }
2 %code requires { /* CODE-REQUIRES2 */ }
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dinit_keytry.c80 for (n = 0; _nc_tinfo_fkeys[n].code; n++) {
84 _nc_tinfo_fkeys[n].code);
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dentropy_common.c9 * This source code is licensed under both the BSD-style license (found in the
31 unsigned FSE_isError(size_t code) { return ERR_isError(code); } argument
32 const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); } argument
34 unsigned HUF_isError(size_t code) { return ERR_isError(code); } argument
35 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } argument
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Ds390x-gf2m.pl21 # the time being... gcc 4.3 appeared to generate poor code, therefore
67 $code.=<<___;
143 $code.=<<___;
154 $code.=<<___;
183 $code.=<<___;
210 $code.=<<___;
221 $code.=<<___;
228 $code =~ s/\`([^\`]*)\`/eval($1)/gem;
229 print $code;
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-s390x.pl23 # almost 40% better than gcc-generated code. It should be noted that
34 # processor, as long as it's "z-CPU". Latter implies that the code
36 # 2.8x better than 32-bit code generated by gcc 4.3.
84 $code.=<<___;
93 $code.=<<___ if(!$softonly && 0); # hardware is slow for single block...
112 $code.=<<___;
129 $code.=<<___ if(!$softonly);
143 $code.=<<___ if ($flavour =~ /3[12]/);
146 $code.=<<___;
262 $code
[all...]
/freebsd-current/sys/arm/include/
H A Ddb_machdep.h55 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT)
56 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT)
/freebsd-current/sys/riscv/include/
H A Ddb_machdep.h16 * 1. Redistributions of source code must retain the above copyright
67 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT)
68 #define IS_WATCHPOINT_TRAP(type, code) (type == T_WATCHPOINT)
/freebsd-current/sys/amd64/ia32/
H A Dia32_syscall.c8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
104 void ia32_syscall(struct trapframe *frame); /* Called from asm code */
157 sa->code = frame->tf_rax;
158 sa->original_code = sa->code;
163 if (sa->code == SYS_syscall) {
170 sa->code = tmp;
172 } else if (sa->code == SYS___syscall) {
174 * Like syscall, but code is a quad, so as to maintain
182 sa->code
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dunexport.mk11 # Until 2020-08-08, Var_UnExport had special handling for '\n', that code
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h10 // the backend may emit during code generation, and also some helper functions.
31 #define HANDLE_LIBCALL(code, name) code,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h95 void const* code,
97 int op_write_debug_line_info(void const* code,
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dfilter_buffer_decoder.c36 lzma_ret ret = next.code(next.coder, allocator, in, in_pos, in_size,
68 (void)next.code(next.coder, allocator,
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-s390x.pl22 # generated code (must be a bug in compiler, as improvement is
28 # sha512_block_data_order is ~70% faster than gcc 3.3 generated code.
42 # processor, as long as it's "z-CPU". Latter implies that the code
44 # perform 2.4x and SHA512 - 13x better than code generated by gcc 4.3.
106 $kimdfunc=2; # magic function code for kimd instruction
116 $code.=<<___ if ($i<16);
119 $code.=<<___;
154 $code.=<<___;
174 $code.=<<___;
182 $code
[all...]
H A Dsha1-ia64.pl17 # Eternal question is what's wrong with compiler generated code? The
27 $code=<<___;
41 if ($human) { # useful for visual code auditing...
59 local *code=shift;
64 $code.=<<___ if ($i==0);
72 $code.=<<___;
98 $code.=<<___;
125 local *code=shift;
130 $code.=<<___;
154 local *code
[all...]
/freebsd-current/contrib/libcbor/test/
H A Dnegint_test.c29 assert_true(res.error.code == 0);
43 assert_true(res.error.code == 0);
57 assert_true(res.error.code == 0);
71 assert_true(res.error.code == 0);
85 assert_true(res.error.code == 0);
/freebsd-current/sys/netinet/
H A Dip_options.c12 * 1. Redistributions of source code must retain the above copyright
106 int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; local
119 code = ICMP_UNREACH_FILTER_PROHIB;
134 code = &cp[IPOPT_OLEN] - (u_char *)ip;
139 code = &cp[IPOPT_OLEN] - (u_char *)ip;
162 code = &cp[IPOPT_OLEN] - (u_char *)ip;
166 code = &cp[IPOPT_OFFSET] - (u_char *)ip;
174 code = ICMP_UNREACH_SRCFAIL;
215 code = ICMP_UNREACH_SRCFAIL;
238 code
[all...]
/freebsd-current/sys/ddb/
H A Ddb_run.c71 db_stop_at_pc(int type, int code, bool *is_breakpoint, bool *is_watchpoint) argument
76 *is_breakpoint = IS_BREAKPOINT_TRAP(type, code);
77 *is_watchpoint = IS_WATCHPOINT_TRAP(type, code);
131 if (db_run_mode == STEP_CONTINUE && IS_SSTEP_TRAP(type, code))
133 if (db_run_mode != STEP_CONTINUE && !IS_SSTEP_TRAP(type, code)) {
/freebsd-current/sys/dev/hid/
H A Dhcons.c9 * 1. Redistributions of source code must retain the above copyright
50 #define HCONS_MAP_KEY(usage, code) \
51 { HIDMAP_KEY(HUP_CONSUMER, usage, code) }
52 #define HCONS_MAP_ABS(usage, code) \
53 { HIDMAP_ABS(HUP_CONSUMER, usage, code) }
54 #define HCONS_MAP_REL(usage, code) \
55 { HIDMAP_REL(HUP_CONSUMER, usage, code) }
235 int32_t code; local
248 code = ctx.data > 0 ? KEY_VOLUMEUP : KEY_VOLUMEDOWN;
250 evdev_push_key(evdev, code,
[all...]
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacexcep.h22 * copy of the source code appearing in this file ("Covered Code") an
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
43 * Redistribution of source code of any substantial portion of the Covered
55 * Redistribution of source code of any substantial portion of the Covered
122 * 1. Redistributions of source code must retain the above copyright
159 * Exception code classes
164 #define AE_CODE_AML 0x3000 /* From executing AML code */
171 * Macros to insert the exception code classes
173 #define EXCEP_ENV(code) ((ACPI_STATUS) (code | AE_CODE_ENVIRONMENTA
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl25 # AESNI code is weaved into it. Below are performance numbers in
57 # (*) There are two code paths: SSSE3 and AVX. See sha1-568.pl for
88 # (**) Execution is fully dominated by integer code sequence and
130 $code.=<<___;
143 $code.=<<___ if ($shaext);
147 $code.=<<___ if ($avx);
154 $code.=<<___;
188 $code .= "\t$opcode\t".join(',',$arg,reverse @_)."\n";
194 $code.=<<___;
219 $code
[all...]

Completed in 252 milliseconds

<<11121314151617181920>>