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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_vms.c13 * 1. Redistributions of source code must retain the above copyright
86 short length, code; /* length is amount of bytes */ member in struct:items_data_st
119 short length, code; member in struct:__anon4929
133 pitem->code = pitems_data->code;
140 pitem->length = pitem->code = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_vms.c12 * 1. Redistributions of source code must retain the above copyright
74 short length, code; /* length is amount of bytes */ member in struct:items_data_st
92 short length, code; member in struct:__anon7149
108 pitem->code = pitems_data->code;
115 pitem->length = pitem->code = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_vms.c13 * 1. Redistributions of source code must retain the above copyright
86 short length, code; /* length is amount of bytes */ member in struct:items_data_st
119 short length, code; member in struct:__anon4580
133 pitem->code = pitems_data->code;
140 pitem->length = pitem->code = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dgss_spkm3_unseal.c13 * 1. Redistributions of source code must retain the above copyright
58 s32 code; local
107 code = make_spkm3_checksum(checksum_type,
111 if (code)
115 code = memcmp(md5cksum.data, wire_cksum.data, wire_cksum.len);
116 if (code) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dfilter.c73 * Run the filter code and then cut skb->data to correct size returned by
132 switch (fentry->code) {
371 * sk_chk_filter - verify socket filter code
375 * Check the user's filter code. If we let some ugly
376 * filter code slip through kaboom! The filter must contain
392 /* check the filter code now */
397 switch (ftest->code) {
399 ftest->code = BPF_S_ALU_ADD_K;
402 ftest->code = BPF_S_ALU_ADD_X;
405 ftest->code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dkerberos.c74 krb5_error_code code = 0; local
82 if ((code = krb5_init_context(&ctx)))
83 return code;
93 if ((code = krb5_cc_resolve(ctx, cache_name ? cache_name : krb5_cc_default_name(ctx), &cc))) {
95 return code;
98 if ((code = smb_krb5_parse_name(ctx, principal, &me))) {
101 return code;
104 code = smb_krb5_get_init_creds_opt_alloc(ctx, &opt);
105 if (code) {
108 return code;
236 krb5_error_code code; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dbpf.h5 * This code is derived from the Stanford/CMU enet packet filter,
6 * (net/enet.c) distributed as part of 4.3BSD, and code contributed
13 * 1. Redistributions of source code must retain the above copyright
45 * the stuff needed for the code generator and the userland BPF
390 * except for FreeBSD; anybody who wants to compile, on FreeBSD, code
398 * capture files; code that doesn't, such as the code in Wireshark,
1218 #define BPF_CLASS(code) ((code) & 0x07)
1229 #define BPF_SIZE(code) ((cod
1274 u_short code; member in struct:bpf_insn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Ddebug.h10 * 1. Redistributions of source code must retain the above copyright notice,
120 #define sw_check_okay(code, label) \
123 if ((int) code != 0) \
130 #define sw_check_okay_log(code, label) \
133 if ((int) code != 0) \
135 sw_print_assert((int) code, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \
182 int code,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Ddebug.h10 * 1. Redistributions of source code must retain the above copyright notice,
120 #define sw_check_okay(code, label) \
123 if ((int) code != 0) \
130 #define sw_check_okay_log(code, label) \
133 if ((int) code != 0) \
135 sw_print_assert((int) code, NULL, __FILE__, __SW_FUNCTION__, __LINE__); \
182 int code,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dattributes.h95 * This is useful for sections of code kept for backward compatibility and
100 # define AV_NOWARN_DEPRECATED(code) \
103 code \
106 # define AV_NOWARN_DEPRECATED(code) \
109 code; \
112 # define AV_NOWARN_DEPRECATED(code) code
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DtstLastError.py23 def failUnlessXmlError(self,f,args,exc,domain,code,message,level,file,line):
37 print "code = ",e.code()
44 self.failUnlessEqual(code,e.code())
58 code=libxml2.XML_IO_LOAD_ERROR,
71 code=libxml2.XML_ERR_TAG_NOT_FINISHED,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-idn-robots.px23 # code, msg, headers, content
26 code => "200",
34 code => "200",
42 code => "200",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsyscalls.c15 long arch_prctl(struct task_struct *task, int code, unsigned long __user *addr) argument
34 switch (code) {
54 ret = os_arch_prctl(pid, code, ptr);
58 switch (code) {
77 long sys_arch_prctl(int code, unsigned long addr) argument
79 return arch_prctl(current, code, (unsigned long __user *) addr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A DtstLastError.py23 def failUnlessXmlError(self,f,args,exc,domain,code,message,level,file,line):
37 print "code = ",e.code()
44 self.failUnlessEqual(code,e.code())
58 code=libxml2.XML_IO_LOAD_ERROR,
71 code=libxml2.XML_ERR_TAG_NOT_FINISHED,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsnsc_event.c64 scdrv_parse_event(char *event, int *src, int *code, int *esp_code, char *desc) argument
70 event += 4; /* move on to event code */
72 /* record the system controller's event code */
73 *code = get_unaligned_be32(event);
82 /* parse out the ESP code */
117 scdrv_event_severity(int code) argument
119 int ev_class = (code & EV_CLASS_MASK);
120 int ev_severity = (code & EV_SEVERITY_MASK);
188 int code, esp_code, src, class; local
192 if (scdrv_parse_event(event, &src, &code,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/lang/cl/
H A Dgpg-error.lisp60 ;;; The error code type gpg-err-code-t.
64 (defctype gpg-error-t :unsigned-int "The GPG error code type.")
68 (defconstant +gpg-err-code-mask+ (- +gpg-err-code-dim+ 1))
78 (defun c-gpg-err-make (source code)
79 "Construct an error value from an error code and source.
84 (logand code +gpg-err-code-mask+)))
86 (defun c-gpg-err-code (er
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/lang/cl/
H A Dgpg-error.lisp60 ;;; The error code type gpg-err-code-t.
64 (defctype gpg-error-t :unsigned-int "The GPG error code type.")
68 (defconstant +gpg-err-code-mask+ (- +gpg-err-code-dim+ 1))
78 (defun c-gpg-err-make (source code)
79 "Construct an error value from an error code and source.
84 (logand code +gpg-err-code-mask+)))
86 (defun c-gpg-err-code (er
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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;
45 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
46 $code .= " mov %ecx, %r11d /* (NEXT STEP) y' = %ecx */\n" if ($pos == -1);
47 $code .= <<EOF;
68 $code .= " mov 5*4(%rsi), %r10d /* (NEXT STEP) X[5] */\n" if ($pos == -1);
69 $code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-thumb.pl14 # The code does not present direct interest to OpenSSL, because of low
16 # useless one I must say, because 30% or 88 bytes larger ARMv4 code
19 # by over 40%, while code increases by only 10% or 32 bytes. But once
67 $code.=$inline?&common():"\tbl .Lcommon\n";
68 $code.=<<___;
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
78 $code.=$inline?&common():"\tbl .Lcommon\n";
79 $code.=<<___;
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
88 $code
[all...]
H A Dsha1-s390x.pl14 # Performance is >30% better than gcc 3.3 generated code. But the real
30 # processor, as long as it's "z-CPU". Latter implies that the code
33 $kimdfunc=1; # magic function code for kimd instruction
70 $code.=<<___ if ($i==15);
75 $code.=<<___ if ($i<16);
79 $code.=<<___ if ($i>=16);
90 $code.=<<___ if ($i<=70);
101 $code.=<<___;
120 $code.=<<___;
138 $code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl14 # The code does not present direct interest to OpenSSL, because of low
16 # useless one I must say, because 30% or 88 bytes larger ARMv4 code
19 # by over 40%, while code increases by only 10% or 32 bytes. But once
67 $code.=$inline?&common():"\tbl .Lcommon\n";
68 $code.=<<___;
74 $code.=$inline?&rotate():"\tbl .Lrotate\n";
78 $code.=$inline?&common():"\tbl .Lcommon\n";
79 $code.=<<___;
84 $code.=$inline?&rotate():"\tbl .Lrotate\n";
88 $code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbitstream.c138 uint32_t code; member in struct:__anon3099
144 return (sa->code >> 1) - (sb->code >> 1);
158 * Sorting by VLCcode.code is sufficient, though not necessary.
165 uint32_t code; local
180 code = codes[i].code;
182 av_dlog(NULL, "i=%d n=%d code=0x%x\n", i, n, code);
185 j = code >> (3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbitstream.c128 uint32_t code; member in struct:__anon1884
134 return (sa->code >> 1) - (sb->code >> 1);
149 * Sorting by VLCcode.code is sufficient, though not necessary.
156 uint32_t code; local
174 code = codes[i].code;
176 av_dlog(NULL, "i=%d n=%d code=0x%x\n", i, n, code);
179 j = code >> (3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostasyn.c126 CURLcode code; local
133 code = Curl_setup_conn(conn, protocol_done);
135 if(code)
140 return code;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_vms.h36 void vms_special_exit(int code, int vms_show);

Completed in 509 milliseconds

1234567891011>>