Searched refs:code (Results 276 - 300 of 1306) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_ikev2_common.c51 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code) argument
56 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 1, code, id);
64 msg = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_IKEV2, 0, code, id);
H A Deap_defs.h19 u8 code; member in struct:eap_hdr
21 be16 length; /* including code and identifier; network byte order */
/freebsd-10.0-release/contrib/xz/src/liblzma/delta/
H A Ddelta_encoder.c59 if (coder->next.code == NULL) {
75 ret = coder->next.code(coder->next.coder, allocator,
103 next->code = &delta_encode;
/freebsd-10.0-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl14 # Performance is 33% better than gcc 3.2 generated code on PA-7100LC.
92 $code.=<<___;
115 $code.=<<___;
138 $code=<<___;
178 $code.=<<___;
192 $code.=<<___;
212 $code.=<<___;
225 $code.=<<___;
244 $code.=<<___;
309 $code
[all...]
H A Drc4-ia64.pl5 # Itanium optimized Crypto code which was released by HP Labs at
49 # code below has the following pipeline diagram:
134 # implies that the setup code needs to ensure that the output
156 # - We use a branch to out-of-line bypass-code of cycle-pressure:
195 local *code = shift;
197 $code .= sprintf ("\t\t".$format."\n", @_);
201 local *code = shift;
203 $code .= sprintf ($format."\n", @_);
207 local *code = shift;
208 $code
[all...]
/freebsd-10.0-release/share/examples/ses/srcs/
H A Deltsub.c9 * 1. Redistributions of source code must retain the above copyright
138 scode2ascii(u_char code) argument
141 switch (code & 0xf) {
170 sprintf(rbuf, "<Status 0x%x>", code & 0xf);
/freebsd-10.0-release/contrib/gcc/
H A Dtree-vrp.c68 /* Predicate code for the ASSERT_EXPR. Must be COMPARISON_CLASS_P. */
1028 take LIMIT from the RHS and use the same comparison code. */
1035 to flip around the comparison code to create the proper range
1467 vrp_int_const_binop (enum tree_code code, tree val1, tree val2) argument
1471 res = int_const_binop (code, val1, val2, 0);
1482 if ((code == PLUS_EXPR
1484 || (code == MINUS_EXPR
1494 else if (code == MULT_EXPR && !integer_zerop (val1))
1531 if (((code == PLUS_EXPR && sgn1 != sgn2)
1532 || (code
1603 enum tree_code code = TREE_CODE (expr); local
1999 enum tree_code code = TREE_CODE (expr); local
2430 enum tree_code code = TREE_CODE (expr); local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl27 # generated code. Key setup timings are impressive on AMD and Core2
64 # and [2][] - with [3][]. This is done to minimize code size.
77 $code.=<<___;
113 $code=<<___;
192 $code.=<<___;
302 $code.=<<___;
343 $code.=<<___;
350 $code.=" mov @T[0],`$bias+$rnd*8+0`($key)\n";
351 $code.=" mov @T[1],`$bias+$rnd*8+8`($key)\n" if ($#T>=1);
359 $code
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_misc.c48 * All of the old code under !defined(PTHREAD_ONCE_KEY_NP)
53 * The code is not MT-safe in a relaxed memory model.
75 uu_set_error(uint_t code) argument
97 (void *)(uintptr_t)code);
115 uu_strerror(uint32_t code) argument
119 switch (code) {
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dexceptions.hpp10 // 1. Redistributions of source code must retain the above copyright
91 int code(void) const throw();
/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsupport.c11 * 1. Redistributions of source code must retain the above copyright
68 errx(int code, const char *fmt, ...) argument
77 exit(code);
81 err(int code, const char *fmt, ...) argument
91 exit(code);
/freebsd-10.0-release/contrib/libpcap/
H A Dbpf_image.c6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
65 switch (p->code) {
70 v = p->code;
295 if (BPF_CLASS(p->code) == BPF_JMP && BPF_OP(p->code) != BPF_JA) {
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h44 bool extract(DataExtractor data, uint32_t* offset_ptr, uint32_t code);
/freebsd-10.0-release/contrib/ntp/util/
H A Dtestrs6000.c44 int code,
42 timeout( int sig, int code, struct sigcontext *scp ) argument
/freebsd-10.0-release/contrib/nvi/regex/
H A Dcname.h8 * This code is derived from software contributed to Berkeley by
14 * 1. Redistributions of source code must retain the above copyright
45 char code; member in struct:cname
/freebsd-10.0-release/contrib/xz/src/liblzma/common/
H A Dfilter_buffer_encoder.c36 lzma_ret ret = next.code(next.coder, allocator, in, &in_pos, in_size,
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_var.h8 * 1. Redistributions of source code must retain the above copyright
68 extern int code; /* return/reply code for ftp command */
H A Dglobals.c27 int code; /* return/reply code for ftp command */ variable
/freebsd-10.0-release/crypto/heimdal/appl/test/
H A Dcommon.c10 * 1. Redistributions of source code must retain the above copyright
62 server_usage(int code, struct getargs *args, int num_args) argument
65 exit(code);
69 client_usage(int code, struct getargs *args, int num_args) argument
72 exit(code);
/freebsd-10.0-release/crypto/openssl/crypto/perlasm/
H A Dx86nasm.pl82 section code use32 class=code align=64
85 section .text code align=64
87 section .text code
/freebsd-10.0-release/sys/amd64/include/
H A Dproc.h8 * 1. Redistributions of source code must retain the above copyright
84 u_int code; member in struct:syscall_args
/freebsd-10.0-release/sys/boot/i386/kgzldr/
H A Dstart.s8 # 1. Redistributions of source code must retain the above copyright
33 # C startup code for kgzldr.
43 call boot # Call C code
45 jmp *kgz+entry # To loaded code
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A Dmain.c9 * 1. Redistributions of source code must retain the above copyright
154 ppc_exception(int code, vm_offset_t where, register_t msr) argument
157 printf("Exception %x at %#lx!\n", code, where);
166 exit(int code) argument
168 lv1_panic(code);
/freebsd-10.0-release/sys/dev/ppbus/
H A Dppb_msq.h8 * 1. Redistributions of source code must retain the above copyright
78 #define MS_OP_SUBRET 15 /* subret <code> */
154 #define MS_SUBRET(code) { MS_OP_SUBRET, {{ (code) }}}
155 #define MS_RET(code) { MS_OP_RET, {{ (code) }}}
/freebsd-10.0-release/sys/i386/include/
H A Dproc.h8 * 1. Redistributions of source code must retain the above copyright
82 u_int code; member in struct:syscall_args

Completed in 402 milliseconds

<<11121314151617181920>>