Searched refs:code (Results 126 - 150 of 1306) sorted by relevance

1234567891011>>

/freebsd-10.0-release/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-10.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl107 $code.=<<___;
126 $code.=<<___;
139 $code.=<<___;
151 $code.=<<___ if (!$md5);
186 $code.=<<___;
192 $code.=<<___;
221 $code.=" movdqu ($in0),%xmm2\n" if ($rc4 && $j==15);
222 $code.=" add \$$MOD,$XX[0]#b\n" if ($rc4 && $j==15 && $k==$MOD-1);
223 $code.=" pxor $xmm,$xmm\n" if ($rc4 && $j<=1);
224 $code
[all...]
H A Drc4-x86_64.pl28 # Opteron... For reference, 1x in this case is RC4_CHAR C-code
35 # Intel P4 EM64T core was found to run the AMD64 code really slow...
38 # compose blended code, which would perform even within 30% marginal
52 # provided that loads are reordered even more aggressively! Both code
57 # If executed on Xeon, current RC4_CHAR code-path is 2.7x faster than
58 # RC4_INT code-path. While if executed on Opteron, it's only 25%
60 # is not implemented, then this final RC4_CHAR code-path should be
65 # Intel Core2 was observed to perform poorly on both code paths:-( It
70 # fit for Core2 and therefore the code was modified to skip cloop8 on
81 # The only code pat
[all...]
/freebsd-10.0-release/sbin/dhclient/
H A Doptions.c13 * 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]
535 int code = priority_list[i]; local
625 pretty_print_option(unsigned int code, unsigned char *data, int len, int emit_commas, int emit_quotes) argument
[all...]
/freebsd-10.0-release/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
91 * Currently, the use-def code assumes only one definition per instruction.
104 * Rather than traverse the code array, marking each item, 'cur_mark' is
338 register int c = s->code;
383 if (s->code == NOP)
386 switch (BPF_CLASS(s->code)) {
400 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM;
424 if (s->s.code == NOP)
448 if (BPF_CLASS(b->s.code)
509 int code; member in struct:valnode
543 F(int code, int v0, int v1) argument
1271 int code = ep->code; local
[all...]
/freebsd-10.0-release/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...]
H A Dftp.c8 * 1. Redistributions of source code must retain the above copyright
76 code = -1;
112 code = -1;
119 code = -1;
134 code = -1;
144 code = -1;
188 code = -1;
292 code = -1;
350 code = 221;
359 code
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/hdb/
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-10.0-release/contrib/gcc/
H A Dtree-vect-generic.c116 enum tree_code code)
119 return gimplify_build1 (bsi, code, inner_type, a);
124 tree bitpos, tree bitsize, enum tree_code code)
128 return gimplify_build2 (bsi, code, inner_type, a, b);
147 enum tree_code code)
162 if (code == PLUS_EXPR)
171 result_low = gimplify_build2 (bsi, code, word_type, a_low, b_low);
179 enum tree_code code ATTRIBUTE_UNUSED)
203 tree a, tree b, enum tree_code code)
217 tree result = f (bsi, inner_type, a, b, index, part_width, code);
114 do_unop(block_stmt_iterator *bsi, tree inner_type, tree a, tree b ATTRIBUTE_UNUSED, tree bitpos, tree bitsize, enum tree_code code) argument
123 do_binop(block_stmt_iterator *bsi, tree inner_type, tree a, tree b, tree bitpos, tree bitsize, enum tree_code code) argument
145 do_plus_minus(block_stmt_iterator *bsi, tree word_type, tree a, tree b, tree bitpos ATTRIBUTE_UNUSED, tree bitsize ATTRIBUTE_UNUSED, enum tree_code code) argument
201 expand_vector_piecewise(block_stmt_iterator *bsi, elem_op_func f, tree type, tree inner_type, tree a, tree b, enum tree_code code) argument
230 expand_vector_parallel(block_stmt_iterator *bsi, elem_op_func f, tree type, tree a, tree b, enum tree_code code) argument
271 expand_vector_addition(block_stmt_iterator *bsi, elem_op_func f, elem_op_func f_parallel, tree type, tree a, tree b, enum tree_code code) argument
290 expand_vector_operation(block_stmt_iterator *bsi, tree type, tree compute_type, tree rhs, enum tree_code code) argument
375 enum tree_code code; local
[all...]
H A Drtl.c44 /* Indexed by rtx code, gives number of operands for an rtx with that code.
45 Does NOT include rtx header data (code and links). */
55 /* Indexed by rtx code, gives the name of that kind of rtx, as a C string. */
65 /* Indexed by rtx code, gives a sequence of operand-types for
66 rtx's of that code. The sequence is a C string in which
102 /* Indexed by rtx code, gives a character representing the "class" of
103 that rtx code. See rtl.def for documentation on the defined classes. */
111 /* Indexed by rtx code, gives the size of the rtx in bytes. */
185 /* Allocate an rtx of code COD
218 RTX_CODE code; local
342 enum rtx_code code; local
507 rtl_check_failed_code1(rtx r, enum rtx_code code, const char *file, int line, const char *func) argument
526 rtl_check_failed_code_mode(rtx r, enum rtx_code code, enum machine_mode mode, bool not_mode, const char *file, int line, const char *func) argument
[all...]
/freebsd-10.0-release/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...]
H A Derror_string.c10 * 1. Redistributions of source code must retain the above copyright
59 * Set the context full error string for a specific error code.
65 * @param ret The error code
66 * @param fmt Error string for the error code
85 * Set the context full error string for a specific error code.
90 * @param ret The error code
91 * @param fmt Error string for the error code
121 * Prepend the context full error string for a specific error code.
127 * @param ret The error code
128 * @param fmt Error string for the error code
242 krb5_get_error_message(krb5_context context, krb5_error_code code) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl6 # Licence: I hereby disclaim the copyright on this code and place it
12 my $code;
22 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
24 $code .= <<EOF;
46 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
47 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
48 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
49 $code .= <<EOF;
72 $code
[all...]
/freebsd-10.0-release/sys/libkern/
H A Diconv_ucs.c8 * 1. Redistributions of source code must retain the above copyright
68 static uint32_t encode_surrogate(uint32_t code);
177 uint32_t code; local
190 * (convert any code into ENCODING_UNICODE)
192 code = 0;
197 code = utf8_to_ucs4(p, &inlen, ir);
198 if (code == 0) {
204 code = towlower(code, dp->ctype);
206 code
526 encode_surrogate(register uint32_t code) argument
[all...]
/freebsd-10.0-release/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c7 * 1. Redistributions of source code must retain the above copyright
70 /* Compile the BPF filter program and generate native code. */
125 * code. The code must terminate with either an accept or reject.
127 * The kernel needs to be able to verify an application's filter code.
147 * Check that the code is valid.
149 if (!BPF_VALIDATE_CODE(p->code))
153 * the code block.
155 if (BPF_CLASS(p->code) == BPF_JMP) {
158 if (p->code
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl12 # turned to be 40% faster than 64-bit code generated by Sun C 5.8 and
13 # >2x than 64-bit code generated by gcc 3.4. And there is a gimmick.
16 # instruction sequence, thus minimizing the window when the code is
56 $code.=<<___;
71 $code.=
74 $code.=<<___;
84 $code.=<<___;
90 $code.=<<___;
117 $code.="\tsrlx @X[($i/2)%8],32,$xi\n";
119 $code
[all...]
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Drwbytype.d43 string code;
48 code =
70 self->type = xlate <struct vtype2str *>(args[0]->v_type)->code;
85 /* this is delibrately redundant code for performance reasons */
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Proc/
H A Drwbytype.d43 string code;
48 code =
70 self->type = xlate <struct vtype2str *>(args[0]->v_type)->code;
85 /* this is delibrately redundant code for performance reasons */
/freebsd-10.0-release/contrib/mdocml/
H A Dchars.c35 const char *code; member in struct:ln
42 #define CHAR(in, ch, code) \
43 { NULL, (in), (ch), (code) },
83 hash = (int)lines[i].code[0] - PRINT_LO;
162 if (0 == strncmp(pp->code, p, sz) &&
163 '\0' == pp->code[(int)sz])
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dunwind-ia64.c173 #define UNW_DEC_BAD_CODE(code) \
174 printf ("Unknown code 0x%02x\n", code)
497 * UNW_DEC_BAD_CODE(code)
587 unw_decode_x1 (const unsigned char *dp, unsigned int code ATTRIBUTE_UNUSED,
605 unw_decode_x2 (const unsigned char *dp, unsigned int code ATTRIBUTE_UNUSED,
625 unw_decode_x3 (const unsigned char *dp, unsigned int code ATTRIBUTE_UNUSED,
647 unw_decode_x4 (const unsigned char *dp, unsigned int code ATTRIBUTE_UNUSED,
671 unw_decode_r1 (const unsigned char *dp, unsigned int code, void *arg) argument
673 int body = (code
682 unw_decode_r2(const unsigned char *dp, unsigned int code, void *arg) argument
697 unw_decode_r3(const unsigned char *dp, unsigned int code, void *arg) argument
707 unw_decode_p1(const unsigned char *dp, unsigned int code, void *arg ATTRIBUTE_UNUSED) argument
717 unw_decode_p2_p5(const unsigned char *dp, unsigned int code, void *arg ATTRIBUTE_UNUSED) argument
796 unw_decode_p6(const unsigned char *dp, unsigned int code, void *arg ATTRIBUTE_UNUSED) argument
810 unw_decode_p7_p10(const unsigned char *dp, unsigned int code, void *arg) argument
983 unw_decode_b1(const unsigned char *dp, unsigned int code, void *arg ATTRIBUTE_UNUSED) argument
996 unw_decode_b2(const unsigned char *dp, unsigned int code, void *arg ATTRIBUTE_UNUSED) argument
1007 unw_decode_b3_x4(const unsigned char *dp, unsigned int code, void *arg) argument
1077 unsigned char code; local
[all...]
/freebsd-10.0-release/contrib/serf/auth/
H A Dauth.c27 int code,
121 static int handle_auth_headers(int code, argument
162 if (code == 401) {
171 status = scheme->init_ctx_func(code, ctx, ctx->pool);
173 status = scheme->init_conn_func(scheme, code, conn,
188 status = handler(code, request, response,
248 static apr_status_t dispatch_auth(int code, argument
256 if (code == 401 || code == 407) {
264 if (code
26 default_auth_response_handler(peer_t peer, int code, serf_connection_t *conn, serf_request_t *request, serf_bucket_t *response, apr_pool_t *pool) argument
[all...]
H A Dauth_spnego.c238 code and use the resulting Server Ticket on the next request to the
242 int code,
262 if (code && auth_hdr) {
345 serf__init_spnego(int code, argument
356 int code,
374 if (code == 401) {
391 serf__handle_spnego_auth(int code, argument
400 gss_authn_info_t *gss_info = (code == 401) ? conn->authn_baton :
403 return do_auth(code == 401 ? HOST : PROXY,
404 code,
241 do_auth(peer_t peer, int code, gss_authn_info_t *gss_info, serf_connection_t *conn, const char *auth_hdr, apr_pool_t *pool) argument
355 serf__init_spnego_connection(const serf__authn_scheme_t *scheme, int code, serf_connection_t *conn, apr_pool_t *pool) argument
413 serf__setup_request_spnego_auth(peer_t peer, int code, serf_connection_t *conn, serf_request_t *request, const char *method, const char *uri, serf_bucket_t *hdrs_bkt) argument
495 serf__validate_response_spnego_auth(peer_t peer, int code, serf_connection_t *conn, serf_request_t *request, serf_bucket_t *response, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/sbin/dump/
H A Ddumprmt.c8 * 1. Redistributions of source code must retain the above copyright
322 char code[30], emsg[BUFSIZ]; local
324 rmtgets(code, sizeof (code));
325 if (*code == 'E' || *code == 'F') {
328 errno = atoi(code + 1);
329 if (*code == 'F')
333 if (*code != 'A') {
335 cp = code
[all...]
/freebsd-10.0-release/contrib/com_err/
H A Dcom_right.h10 * 1. Redistributions of source code must retain the above copyright
87 com_right (struct et_list *list, long code);
90 com_right_r (struct et_list *list, long code, char *, size_t);

Completed in 337 milliseconds

1234567891011>>