Searched refs:code (Results 151 - 175 of 1306) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/gcc/
H A Dgencodes.c34 gen_insn (rtx insn, int code) argument
47 printf (" CODE_FOR_%s = %d,\n", name, code);
59 direct references to CODE_FOR_xxx in C code. */
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. */
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dexc_request.defs50 code : integer_t;
/freebsd-10.0-release/contrib/libpcap/
H A Dbpf_dump.c6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
44 printf("%u %u %u %u\n", insn->code,
52 insn->code, insn->jt, insn->jf, insn->k);
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dclocktypes.c113 for (clk = clktypes; clk->code != -1; clk++) {
114 if (num == clk->code)
/freebsd-10.0-release/contrib/tcpdump/
H A Dbpf_dump.c6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
48 printf("%u %u %u %u\n", insn->code,
56 insn->code, insn->jt, insn->jf, insn->k);
H A Dprint-udld.c5 * modification, are permitted provided that: (1) source code
7 * in its entirety, and (2) distributions including binary code include
18 * Original code by Carles Kishimoto <carles.kishimoto@gmail.com>
88 int code, type, len; local
99 code = UDLD_EXTRACT_OPCODE(*tptr);
103 tok2str(udld_code_values, "Reserved", code),
104 code,
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtermstat.c8 * 1. Redistributions of source code must retain the above copyright
82 clientstat(int code, int parm1, int parm2) argument
90 * Process request from client. code tells what it is.
92 switch (code) {
/freebsd-10.0-release/lib/libc/gen/
H A Derr.c8 * 1. Redistributions of source code must retain the above copyright
91 errc(int eval, int code, const char *fmt, ...) argument
95 verrc(eval, code, fmt, ap);
100 verrc(int eval, int code, const char *fmt, va_list ap) argument
109 fprintf(err_file, "%s\n", strerror(code));
156 warnc(int code, const char *fmt, ...) argument
160 vwarnc(code, fmt, ap);
165 vwarnc(int code, const char *fmt, va_list ap) argument
174 fprintf(err_file, "%s\n", strerror(code));
/freebsd-10.0-release/sys/amd64/include/
H A Ddb_machdep.h59 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
64 #define IS_WATCHPOINT_TRAP(type, code) 0
/freebsd-10.0-release/sys/i386/include/
H A Ddb_machdep.h59 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
64 #define IS_WATCHPOINT_TRAP(type, code) 0
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_freeall.c125 _nc_free_and_exit(int code) argument
139 exit(code);
149 _nc_free_and_exit(int code) argument
155 exit(code);
/freebsd-10.0-release/contrib/ncurses/progs/
H A Dprogs.priv.h119 #define ExitProgram(code) _nc_free_tinfo(code)
121 #define ExitProgram(code) _nc_free_tic(code)
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_common.h18 u8 code, u8 identifier);
/freebsd-10.0-release/sbin/dhclient/
H A Dprivsep.h43 enum imsg_code code; member in struct:imsg_hdr
/freebsd-10.0-release/sys/powerpc/include/
H A Dproc.h9 * 1. Redistributions of source code must retain the above copyright
70 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-10.0-release/contrib/dialog/
H A Dprgbox.c103 int code; local
111 code = dlg_progressbox(title, cprompt, height, width, pauseopt, fp);
116 return code;
/freebsd-10.0-release/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)
87 "Invalid format code specified");
/freebsd-10.0-release/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-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dmake_keys.c88 int code = lookup(from); local
89 if (code == UNKNOWN)
94 code,
/freebsd-10.0-release/contrib/xz/src/liblzma/delta/
H A Ddelta_decoder.c35 assert(coder->next.code != NULL);
39 const lzma_ret ret = coder->next.code(coder->next.coder, allocator,
53 next->code = &delta_decode;
/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/libarchive/tar/
H A Dcreation_set.c8 * 1. Redistributions of source code must retain the above copyright
249 const char *code; local
268 code = get_filter_code(p);
269 if (code != NULL) {
270 cset_add_filter(cset, code);
275 code = get_format_code(p);
276 if (code != NULL) {
277 cset_set_format(cset, code);
281 code = decompose_alias(p);
282 if (code
[all...]

Completed in 234 milliseconds

1234567891011>>