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

1234567891011>>

/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl21 # Performance is >30% better than gcc 3.3 generated code. But the real
37 # processor, as long as it's "z-CPU". Latter implies that the code
39 # 23% better than code generated by gcc 4.3.
41 $kimdfunc=1; # magic function code for kimd instruction
80 $code.=<<___ if ($i==15);
85 $code.=<<___ if ($i<16);
89 $code.=<<___ if ($i>=16);
100 $code.=<<___ if ($i<=70);
111 $code.=<<___;
130 $code
[all...]
/freebsd-current/sbin/dhclient/
H A Dtree.h14 * 1. Redistributions of source code must retain the above copyright
67 unsigned char code; member in struct:option
H A Dprivsep.h42 enum imsg_code code; member in struct:imsg_hdr
H A Doptions.c15 * 1. Redistributions of source code must retain the above copyright
118 int len, code; local
121 code = s[0];
124 if (code == DHO_PAD) {
151 dhcp_options[code].name, len,
169 if (!packet->options[code].data) {
172 dhcp_options[code].name);
179 packet->options[code].len = len;
180 packet->options[code].data = t;
187 t = calloc(1, len + packet->options[code]
542 int code = priority_list[i]; local
632 pretty_print_option(unsigned int code, unsigned char *data, int len, int emit_commas, int emit_quotes) argument
[all...]
/freebsd-current/libexec/bootpd/
H A Dhash.h130 extern int hash_Exists(hash_tbl *, u_int code,
133 extern int hash_Insert(hash_tbl *, u_int code,
137 extern int hash_Delete(hash_tbl *, u_int code,
141 extern hash_datum *hash_Lookup(hash_tbl *, u_int code,
/freebsd-current/sys/amd64/include/
H A Ddb_machdep.h58 * The debug exception type is copied from %dr6 to 'code' and used to
64 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
65 #define IS_SSTEP_TRAP(type, code) \
66 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
67 #define IS_WATCHPOINT_TRAP(type, code) 0
/freebsd-current/sys/arm/include/
H A Dgdb_machdep.h11 * 1. Redistributions of source code must retain the above copyright
68 gdb_cpu_stop_reason(int type __unused, int code __unused)
/freebsd-current/sys/i386/include/
H A Ddb_machdep.h61 * The debug exception type is copied from %dr6 to 'code' and used to
67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
68 #define IS_SSTEP_TRAP(type, code) \
69 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
70 #define IS_WATCHPOINT_TRAP(type, code) 0
/freebsd-current/sys/powerpc/ps3/
H A Dps3-hv-asm.awk15 code = $2;
37 printf("\tli %%r11,%d\n", code);
/freebsd-current/contrib/bmake/unit-tests/
H A Djobs-error-nested.exp3 *** [nested] Error code 1
9 *** [all] Error code 2
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_dft_fgbg.c69 int code = ERR; local
74 code = CallDriver_2(SP_PARM, td_defaultcolors, fg, bg);
91 code = OK;
95 returnCode(code);
H A Dlib_addstr.c54 int code = ERR; local
63 code = OK;
74 code = ERR;
80 TR(TRACE_VIRTPUT, ("waddnstr returns %d", code));
81 returnCode(code);
88 int code = OK; local
108 returnCode(code);
117 returnCode(code);
140 int code = OK; local
160 returnCode(code);
229 int code = ERR; local
[all...]
/freebsd-current/contrib/ncurses/include/
H A Dnc_alloc.h92 #define ExitProgram(code) exit_curses(code)
103 #define ExitProgram(code) exit(code)
/freebsd-current/contrib/ncurses/progs/
H A Dprogs.priv.h89 #define ExitProgram(code) exit_terminfo(code)
91 #define ExitProgram(code) _nc_free_tic(code)
/freebsd-current/contrib/ncurses/man/
H A DMKterminfo.sh75 trap 'code=$?; rm -f $sorted $temp $unsorted; exit $code' EXIT HUP INT QUIT TERM
/freebsd-current/crypto/heimdal/lib/hx509/
H A Derror.c10 * 1. Redistributions of source code must retain the above copyright
44 int code; member in struct:hx509_error_data
82 (code is updated).
83 * @param code error code related to error message
91 hx509_set_error_stringv(hx509_context context, int flags, int code, argument
110 msg->code = code;
127 (code is updated).
128 * @param code erro
136 hx509_set_error_string(hx509_context context, int flags, int code, const char *fmt, ...) argument
[all...]
/freebsd-current/crypto/heimdal/lib/hdb/
H A Ddb3.c10 * 1. Redistributions of source code must retain the above copyright
101 int code; local
107 code = (*dbcp->c_get)(dbcp, &key, &value, flag);
109 if (code == DB_NOTFOUND)
111 if (code)
112 return code;
122 code = hdb_unseal_keys (context, db, &entry->entry);
123 if (code)
177 int code; local
184 if ((code
203 int code; local
229 krb5_error_code code; local
[all...]
H A Dhdb-mitdb.c12 * 1. Redistributions of source code must retain the above copyright
461 /* Better error code than "end of file" */
528 int code; local
530 code = db->hdb_lock(context, db, HDB_RLOCK);
531 if(code == -1) {
535 code = (*d->seq)(d, &key, &value, flag);
537 if(code == -1) {
538 code = errno;
539 krb5_set_error_message(context, code, "Database %s seq error: %s",
540 db->hdb_name, strerror(code));
604 int code; local
634 int code; local
663 krb5_error_code code; local
687 krb5_error_code code; local
720 krb5_error_code code; local
[all...]
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl122 $code.=<<___;
149 $code.=<<___;
162 $code.=<<___;
174 $code.=<<___ if (!$md5);
209 $code.=<<___;
215 $code.=<<___;
244 $code.=" movdqu ($in0),%xmm2\n" if ($rc4 && $j==15);
245 $code.=" add \$$MOD,$XX[0]#b\n" if ($rc4 && $j==15 && $k==$MOD-1);
246 $code.=" pxor $xmm,$xmm\n" if ($rc4 && $j<=1);
247 $code
[all...]
/freebsd-current/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c7 * 1. Redistributions of source code must retain the above copyright
68 /* Compile the BPF filter program and generate native code. */
123 * code. The code must terminate with either an accept or reject.
125 * The kernel needs to be able to verify an application's filter code.
145 * Check that the code is valid.
147 if (!BPF_VALIDATE_CODE(p->code))
151 * the code block.
153 if (BPF_CLASS(p->code) == BPF_JMP) {
156 if (p->code
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Ddomacro.c8 * 1. Redistributions of source code must retain the above copyright
46 code = -1;
56 code = -1;
118 code = -1;
122 code = -1;
126 code = -1;
H A Dcmds.c8 * 1. Redistributions of source code must retain the above copyright
90 code = -1;
97 code = -1;
117 code = -1;
235 code = -1;
240 code = 0;
248 code = -1;
345 code = -1;
357 code = -1;
369 code
[all...]
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dadd_tries.c50 _nc_add_to_try(TRIES ** tree, const char *str, unsigned code) argument
56 (void *) *tree, _nc_visbuf(str), code));
57 if (!VALID_STRING(str) || *txt == '\0' || code == 0)
72 ptr->value = (unsigned short) code;
122 ptr->value = (unsigned short) code;
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dwarn.c10 * 1. Redistributions of source code must retain the above copyright
38 krb5_error_code code, int level, const char *fmt, va_list ap)
43 krb5_error_code code, int level, const char *fmt, va_list ap)
65 err_str = krb5_get_error_message(context, code);
97 * @param code error code of the last error
105 krb5_vwarn(krb5_context context, krb5_error_code code, argument
109 return _warnerr(context, 1, code, 1, fmt, ap);
117 * @param code error code o
42 _warnerr(krb5_context context, int do_errtext, krb5_error_code code, int level, const char *fmt, va_list ap) argument
124 krb5_warn(krb5_context context, krb5_error_code code, const char *fmt, ...) argument
179 krb5_verr(krb5_context context, int eval, krb5_error_code code, const char *fmt, va_list ap) argument
201 krb5_err(krb5_context context, int eval, krb5_error_code code, const char *fmt, ...) argument
262 krb5_vabort(krb5_context context, krb5_error_code code, const char *fmt, va_list ap) argument
283 krb5_abort(krb5_context context, krb5_error_code code, const char *fmt, ...) argument
[all...]
/freebsd-current/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl14 my $code;
24 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
25 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
26 $code .= <<EOF;
48 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
49 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
50 $code .= <<EOF;
74 $code .= " mov %ecx, %r11d /* (NEXT STEP) y' = %ecx */\n" if ($pos == -1);
75 $code .= <<EOF;
82 $code
[all...]

Completed in 126 milliseconds

1234567891011>>