Home
last modified time | relevance | path

Searched refs:code (Results 276 – 300 of 5016) sorted by relevance

1...<<11121314151617181920>>...201

/freebsd-12.1/sys/gnu/dts/arm/
H A Dsocfpga_cyclone5_sockit.dts65 linux,code = <0x0>; /* SW_LID */
72 linux,code = <0x5>; /* SW_DOCK */
79 linux,code = <0xa>; /* SW_KEYPAD_SLIDE */
86 linux,code = <0xc>; /* SW_ROTATE_LOCK */
92 linux,code = <187>; /* KEY_F17 */
98 linux,code = <188>; /* KEY_F18 */
104 linux,code = <189>; /* KEY_F19 */
110 linux,code = <190>; /* KEY_F20 */
/freebsd-12.1/sys/contrib/zstd/lib/common/
H A Dentropy_common.c51 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() argument
52 const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSE_getErrorName() argument
54 unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError() argument
55 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName() argument
/freebsd-12.1/sys/amd64/ia32/
H A Dia32_syscall.c153 sa->code = frame->tf_rax; in ia32_fetch_syscall_args()
158 if (sa->code == SYS_syscall) { in ia32_fetch_syscall_args()
165 sa->code = tmp; in ia32_fetch_syscall_args()
167 } else if (sa->code == SYS___syscall) { in ia32_fetch_syscall_args()
177 sa->code = tmp; in ia32_fetch_syscall_args()
181 sa->code &= p->p_sysent->sv_mask; in ia32_fetch_syscall_args()
182 if (sa->code >= p->p_sysent->sv_size) in ia32_fetch_syscall_args()
185 sa->callp = &p->p_sysent->sv_table[sa->code]; in ia32_fetch_syscall_args()
/freebsd-12.1/crypto/openssl/ssl/statem/
H A DREADME5 state machine code to aid future maintenance.
7 The state machine code replaces an older state machine present in OpenSSL
9 - Remove duplication of state code between client and server
10 - Remove duplication of state code between TLS and DTLS
13 - Remove duplication of code between each of the message handling functions
41 | Core state machine code |
51 | state machine code | | state machine code |
/freebsd-12.1/crypto/openssl/crypto/bn/asm/
H A Ds390x-gf2m.pl65 $code.=<<___;
141 $code.=<<___;
152 $code.=<<___;
181 $code.=<<___;
208 $code.=<<___;
219 $code.=<<___;
226 $code =~ s/\`([^\`]*)\`/eval($1)/gem;
227 print $code;
H A Dmips.pl111 $code.=<<___;
162 $code.=<<___;
289 $code.=<<___;
321 $code.=<<___;
417 $code.=<<___;
449 $code.=<<___;
533 $code.=<<___;
566 $code.=<<___;
664 $code.=<<___;
697 $code.=<<___;
[all …]
/freebsd-12.1/contrib/gcc/doc/
H A Dportability.texi11 GCC itself aims to be portable to any machine where @code{int} is at least
13 addressed data address space (the code address space can be separate).
14 Target ABIs may have 8, 16, 32 or 64-bit @code{int} type. @code{char}
28 GCC does not contain machine dependent code, but it does contain code
32 pass, it is often necessary to have multiple strategies for generating code
38 if this happens because the compiler will call @code{abort}. Fortunately,
/freebsd-12.1/contrib/gcc/
H A Doptabs.c249 switch (code) in optab_for_tree_code()
324 switch (code) in optab_for_tree_code()
4067 code = swap_condition (code); in emit_conditional_move()
4195 code = swap_condition (code); in emit_conditional_add()
4915 op->code = code; in init_optab()
4926 op->code = code; in init_optabv()
4935 op->code = code; in init_convert_optab()
5668 return code; in get_rtx_code()
6059 code = AND; in expand_sync_operation()
6153 && (code == PLUS || code == MINUS || code == XOR)) in expand_sync_fetch_operation()
[all …]
H A Dtree-gimple.c45 enum tree_code code = TREE_CODE (t); in is_gimple_formal_tmp_rhs() local
47 switch (TREE_CODE_CLASS (code)) in is_gimple_formal_tmp_rhs()
58 switch (code) in is_gimple_formal_tmp_rhs()
196 enum tree_code code = TREE_CODE (t); in is_gimple_stmt() local
198 switch (code) in is_gimple_stmt()
469 enum tree_code code = TREE_CODE (t); in recalculate_side_effects() local
470 int len = TREE_CODE_LENGTH (code); in recalculate_side_effects()
473 switch (TREE_CODE_CLASS (code)) in recalculate_side_effects()
476 switch (code) in recalculate_side_effects()
H A Dgenemit.c75 RTX_CODE code; in max_operand_1() local
83 code = GET_CODE (x); in max_operand_1()
85 if (code == MATCH_OPERAND || code == MATCH_OPERATOR in max_operand_1()
88 if (code == MATCH_DUP || code == MATCH_OP_DUP || code == MATCH_PAR_DUP) in max_operand_1()
90 if (code == MATCH_SCRATCH) in max_operand_1()
93 fmt = GET_RTX_FORMAT (code); in max_operand_1()
125 print_code (RTX_CODE code) in print_code() argument
151 RTX_CODE code; in gen_exp() local
162 code = GET_CODE (x); in gen_exp()
164 switch (code) in gen_exp()
[all …]
H A Difcvt.c678 (code == LTU || code == LEU in noce_emit_store_flag()
679 || code == GEU || code == GTU), normalize); in noce_emit_store_flag()
826 if (code != NE && code != EQ) in noce_try_move()
1068 (code == LTU || code == GEU in noce_try_addcc()
1069 || code == LEU || code == GTU)); in noce_try_addcc()
1222 (code == LTU || code == GEU in noce_emit_cmove()
1223 || code == LEU || code == GTU)); in noce_emit_cmove()
1539 code = swap_condition (code); in noce_get_alt_condition()
1556 code = LE; in noce_get_alt_condition()
1658 code = swap_condition (code); in noce_try_minmax()
[all …]
H A Dgenattrtab.c532 va_start (p, code); in attr_rtx()
624 RTX_CODE code; in attr_copy_rtx() local
633 switch (code) in attr_copy_rtx()
2241 switch (code) in attr_rtx_cost()
2861 switch (code) in clear_struct_flag()
3158 RTX_CODE code; in write_test_expr() local
3166 switch (code) in write_test_expr()
3183 switch (code) in write_test_expr()
3272 switch (code) in write_test_expr()
3575 RTX_CODE code; in walk_attr_value() local
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A Dembedded_interpreter.py6 import code
37 def __call__(self, code=None): argument
95 code.interact(
105 code.interact(
111 code.interact(
124 repl = code.InteractiveConsole(local_dict)
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-sh.texi26 @table @code
36 Generate little endian code.
39 Generate big endian code.
90 @cindex @code{$} in symbol names
105 @table @code
135 @table @code
155 @code{GBR} offset
199 @cindex @code{uaword} directive, SH
202 @table @code
205 @code{@value{AS}} will issue a warning when a misaligned @code{.word} or
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dname_match.c97 int code, found; in _nc_name_match() local
107 for (code = TRUE; *s != '\0'; code = FALSE, s++) { in _nc_name_match()
117 if (code && *d == '\0') in _nc_name_match()
118 return code; in _nc_name_match()
H A Dlib_options.c194 int code = ERR; in NCURSES_SP_NAME() local
201 code = cursor; in NCURSES_SP_NAME()
206 code = NCURSES_PUTP2_FLUSH("cursor_visible", in NCURSES_SP_NAME()
210 code = NCURSES_PUTP2_FLUSH("cursor_normal", in NCURSES_SP_NAME()
214 code = NCURSES_PUTP2_FLUSH("cursor_invisible", in NCURSES_SP_NAME()
219 code = ERR; in NCURSES_SP_NAME()
220 if (code != ERR) in NCURSES_SP_NAME()
221 code = (cursor == -1 ? 1 : cursor); in NCURSES_SP_NAME()
225 returnCode(code); in NCURSES_SP_NAME()
H A Dadd_tries.c48 _nc_add_to_try(TRIES ** tree, const char *str, unsigned code) in NCURSES_EXPORT()
54 (void *) *tree, _nc_visbuf(str), code)); in NCURSES_EXPORT()
55 if (txt == 0 || *txt == '\0' || code == 0) in NCURSES_EXPORT()
70 ptr->value = (unsigned short) code; in NCURSES_EXPORT()
119 ptr->value = (unsigned short) code; in NCURSES_EXPORT()
/freebsd-12.1/sys/dev/mly/
H A Dmly_tables.h37 u_int32_t code; member
40 static char *mly_describe_code(struct mly_code_lookup *table, u_int32_t code);
46 mly_describe_code(struct mly_code_lookup *table, u_int32_t code) in mly_describe_code() argument
51 if (table[i].code == code) in mly_describe_code()
/freebsd-12.1/sys/i386/i386/
H A Dtrap.c914 int code, ss, esp; local
921 code = frame->tf_err;
937 code & PGEX_W ? "write" : "read",
946 printf("error code = %#x\n", code);
1090 sa->code = frame->tf_eax; in cpu_fetch_syscall_args()
1096 if (sa->code == SYS_syscall) { in cpu_fetch_syscall_args()
1103 sa->code = tmp; in cpu_fetch_syscall_args()
1105 } else if (sa->code == SYS___syscall) { in cpu_fetch_syscall_args()
1113 sa->code = tmp; in cpu_fetch_syscall_args()
1118 sa->code &= p->p_sysent->sv_mask; in cpu_fetch_syscall_args()
[all …]
/freebsd-12.1/crypto/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl70 $code.=<<___;
89 $code.=<<___;
111 $code.=<<___;
134 $code.=<<___ if ($j&1 && ($xi=$tx));
137 $code.=<<___;
162 $code.=<<___;
183 $code.=<<___;
189 $code.=<<___;
203 $code.=<<___;
351 $code.=<<___;
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Df-typeprint.c62 enum type_code code; in f_print_type() local
66 code = TYPE_CODE (type); in f_print_type()
73 (code == TYPE_CODE_PTR || code == TYPE_CODE_FUNC in f_print_type()
74 || code == TYPE_CODE_METHOD in f_print_type()
75 || code == TYPE_CODE_ARRAY in f_print_type()
76 || code == TYPE_CODE_MEMBER in f_print_type()
77 || code == TYPE_CODE_REF))) in f_print_type()
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_isc.c57 u_int code; in ibcs2_isc() local
60 code = (tf->tf_eax & 0xffffff00) >> 8; in ibcs2_isc()
61 callp = &isc_sysent[code]; in ibcs2_isc()
63 if (code < IBCS2_ISC_MAXSYSCALL) in ibcs2_isc()
/freebsd-12.1/contrib/subversion/subversion/svn/
H A Dconflict-callbacks.c534 if (opt->code[0] && strcmp(opt->code, option_code) == 0) in find_option()
575 for (opt = options; opt->code; opt++) in find_option_by_builtin()
583 client_opt->code = opt->code; in find_option_by_builtin()
680 if (opt->code[0]) in help_string()
978 if (strcmp(opt->code, "q") == 0) in handle_text_conflict()
1031 else if (strcmp(opt->code, "e") == 0 || strcmp(opt->code, ":-E") == 0) in handle_text_conflict()
1038 else if (strcmp(opt->code, "m") == 0 || strcmp(opt->code, ":-g") == 0 || in handle_text_conflict()
1039 strcmp(opt->code, "=>-") == 0 || strcmp(opt->code, ":>.") == 0) in handle_text_conflict()
1104 else if (strcmp(opt->code, "l") == 0 || strcmp(opt->code, ":-l") == 0) in handle_text_conflict()
1338 if (strcmp(opt->code, "q") == 0) in handle_one_prop_conflict()
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/widechar/
H A Dlib_in_wch.c48 int code = OK; in NCURSES_EXPORT() local
58 code = ERR; in NCURSES_EXPORT()
60 TR(TRACE_CCALLS, (T_RETURN("%d"), code)); in NCURSES_EXPORT()
61 return (code); in NCURSES_EXPORT()
/freebsd-12.1/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl81 $code.=<<___;
118 $code.=<<___;
494 $code.=<<___;
513 $code.=<<___;
843 $code.=<<___;
1573 $code.=<<___;
1587 $code.=<<___;
1608 $code.=<<___;
1628 $code.=<<___;
1653 $code.=<<___;
[all …]

1...<<11121314151617181920>>...201