Searched refs:code (Results 176 - 200 of 1558) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/mps/
H A Dmps_table.h8 * 1. Redistributions of source code must retain the above copyright
34 u_int code; member in struct:mps_table_lookup
37 char * mps_describe_table(struct mps_table_lookup *table, u_int code);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h10 // the backend may emit during code generation, and also some helper functions.
30 #define HANDLE_LIBCALL(code, name) code,
/freebsd-11-stable/contrib/ncurses/progs/
H A Dprogs.priv.h129 #define ExitProgram(code) _nc_free_tinfo(code)
131 #define ExitProgram(code) _nc_free_tic(code)
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_ikev2_common.h24 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-udld.c5 * modification, are permitted provided that: (1) source code
7 * in its entirety, and (2) distributions including binary code include
15 * Original code by Carles Kishimoto <carles.kishimoto@gmail.com>
99 int code, type, len; local
109 code = UDLD_EXTRACT_OPCODE(*tptr);
113 tok2str(udld_code_values, "Reserved", code),
114 code,
/freebsd-11-stable/sys/arm64/include/
H A Dproc.h8 * 1. Redistributions of source code must retain the above copyright
50 u_int code; member in struct:syscall_args
/freebsd-11-stable/sbin/dhclient/
H A Dprivsep.h44 enum imsg_code code; member in struct:imsg_hdr
/freebsd-11-stable/sys/powerpc/include/
H A Dproc.h9 * 1. Redistributions of source code must retain the above copyright
57 u_int code; member in struct:syscall_args
H A Ddb_machdep.h65 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT)
69 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT)
71 #define IS_WATCHPOINT_TRAP(type, code) 0
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c88 unsigned code = lookup(from); local
89 if (code == UNKNOWN)
94 code,
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_throw.cc37 __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc) argument
46 if (code != _URC_FOREIGN_EXCEPTION_CAUGHT && code != _URC_NO_REASON)
/freebsd-11-stable/contrib/dialog/
H A Dprgbox.c103 int code; local
111 code = dlg_progressbox(title, cprompt, height, width, pauseopt, fp);
116 return code;
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl22 # processor, as long as it's "z-CPU". Latter implies that the code
24 # 50% better than code generated by gcc 4.3.
41 $code=<<___;
60 $code.=<<___;
67 $code.=<<___ if ($flavour =~ /3[12]/);
70 $code.=<<___;
85 $code.=<<___;
91 $code.=<<___ if ($i==1);
94 $code.=<<___ if ($i>1);
98 $code
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.c37 assert(coder->next.code != NULL);
41 const lzma_ret ret = coder->next.code(coder->next.coder, allocator,
55 next->code = &delta_decode;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.h117 kmp_msg_t __kmp_msg_error_code(int code);
123 #define KMP_SYSERRCODE(code) __kmp_msg_error_code(code)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_set_format.c8 * 1. Redistributions of source code must retain the above copyright
38 archive_read_set_format(struct archive *_a, int code) argument
44 if ((r1 = archive_read_support_format_by_code(_a, code)) < (ARCHIVE_OK))
50 switch (code & ARCHIVE_FORMAT_BASE_MASK)
99 "Invalid format code specified");
/freebsd-11-stable/contrib/tnftp/src/
H A Ddomacro.c11 * 1. Redistributions of source code must retain the above copyright
65 code = -1;
74 code = -1;
125 code = -1;
128 code = -1;
131 code = -1;
/freebsd-11-stable/contrib/libarchive/tar/
H A Dcreation_set.c8 * 1. Redistributions of source code must retain the above copyright
253 const char *code; local
272 code = get_filter_code(p);
273 if (code != NULL) {
274 cset_add_filter(cset, code);
279 code = get_format_code(p);
280 if (code != NULL) {
281 cset_set_format(cset, code);
285 code = decompose_alias(p);
286 if (code
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c96 int y, x, code; local
122 while ((code = wget_wch(win, &ch)) != ERR) {
129 code = KEY_CODE_YES;
135 code = KEY_CODE_YES;
139 code = KEY_CODE_YES;
142 if (code == KEY_CODE_YES) {
220 if (code == ERR) {
/freebsd-11-stable/contrib/gcc/
H A Dgenflags.c54 RTX_CODE code; local
62 code = GET_CODE (x);
64 if (code == MATCH_OPERAND || code == MATCH_OPERATOR
65 || code == MATCH_PARALLEL)
68 fmt = GET_RTX_FORMAT (code);
69 len = GET_RTX_LENGTH (code);
243 direct calls to their generators in C code. */
H A Dcaller-save.c144 /* The following code tries to approximate the conditions under which
383 enum rtx_code code = GET_CODE (insn);
398 if (code == JUMP_INSN)
413 if (code == CALL_INSN && ! find_reg_note (insn, REG_NORETURN, NULL))
564 enum rtx_code code = GET_CODE (x);
568 if (code == SET)
570 if (code == SET || code == CLOBBER)
573 code = GET_CODE (x);
574 if ((code
380 enum rtx_code code = GET_CODE (insn); local
561 enum rtx_code code = GET_CODE (x); local
642 int code; local
715 int code; local
780 insert_one_insn(struct insn_chain *chain, int before_p, int code, rtx pat) argument
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Doptimize.c6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
21 * Optimization module for BPF code intermediate representation.
50 * The code to print that stuff is present only if BDEBUG is defined, so
75 * The code to print that stuff is present only if BDEBUG is defined, so
204 * Currently, the use-def code assumes only one definition per instruction.
215 int code; member in struct:valnode
336 * Some pointers used to convert the basic block form of the code,
507 register int c = s->code;
552 if (s->code
681 F(opt_state_t *opt_state, int code, int v0, int v1) argument
1492 int code = ep->code; local
[all...]
/freebsd-11-stable/usr.bin/compress/
H A Dzopen.c5 * This code is derived from software contributed to Berkeley by
12 * 1. Redistributions of source code must retain the above copyright
93 #define INIT_BITS 9 /* Initial number of bits/code. */
103 u_int zs_n_bits; /* Number of bits/code. */
104 u_int zs_maxbits; /* User settable max # bits/code. */
105 code_int zs_maxcode; /* Maximum code, given n_bits. */
106 code_int zs_maxmaxcode; /* Should NEVER generate this code. */
168 #define code zs->u.r.zs_code macro
195 * lie within the contiguous general code space.
198 #define CLEAR 256 /* Table clear output code
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl14 # On PA-7100LC performance is >30% better than gcc 3.2 generated code
64 $code.=<<___ if ($i<15);
75 $code.=<<___ if ($i>=15); # with forward Xupdate
95 $code.=<<___ if ($i<79);
109 $code.=<<___ if ($i==79); # with context load
129 $code.=<<___;
147 $code=<<___;
189 $code.="\tldw `4*$i`($t0),@X[$i]\n"; }
190 $code.=<<___;
196 $code
[all...]
/freebsd-11-stable/sys/sys/
H A Dfail.h7 * 1. Redistributions of source code must retain the above copyright
62 * failure-injection code and the user-interface.
214 #define _FAIL_POINT_EVAL(name, cond, code...) \
220 code; \
289 * Instantiate a failpoint which runs arbitrary code when triggered, and sets
300 * @param code The arbitrary code to run when triggered. Can reference
307 post_func, post_arg, code...) \
314 _FAIL_POINT_EVAL(name, true, code) \
319 * Instantiate a failpoint which runs arbitrary code whe
[all...]

Completed in 157 milliseconds

1234567891011>>