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

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dwrapdfb.cpp26 bool wxDfbCheckReturn(DFBResult code) argument
28 switch ( code )
34 #define DFB_ASSERT(code) \
35 case code: \
36 wxFAIL_MSG( _T("DirectFB error: ") _T(#code) ); \
61 wxLogError(_("DirectFB error %d occured."), (int)code);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512p8-ppc.pl89 $code.=<<___ if ($i<15 && ($i%(16/$SZ))==(16/$SZ-1));
93 $code.=<<___ if ($i<16 && ($i%(16/$SZ)));
96 $code.=<<___ if ($LENDIAN && $i<16 && ($i%(16/$SZ))==0);
99 $code.=<<___;
122 $code=<<___;
177 $code.=<<___ if ($LENDIAN);
183 $code.=<<___ if ($SZ==4);
193 $code.=<<___ if ($SZ==8);
203 $code.=<<___;
225 $code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbfi.c101 unsigned int code = byte >> 6; local
112 if (code == 1) {
117 if (code == 2 && length == 0)
121 if (code == 1)
126 if (dst + (length << lentab[code]) > frame_end)
129 switch (code) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbfi.c100 unsigned int code = byte >> 6; local
111 if (code == 1) {
116 if (code == 2 && length == 0)
120 if (code == 1)
125 if (dst + (length << lentab[code]) > frame_end)
128 switch (code) {
H A Dmpeg12.c86 int code = rl->vlc.table[i][0]; local
90 if (len == 0) { // illegal code
95 level = code;
97 if (code == rl->n) { //esc
100 } else if (code == rl->n+1) { //eob
104 run = rl->table_run [code] + 1;
105 level = rl->table_level[code];
H A Dmsmpeg4dec.c74 int code, val, sign, shift; local
76 code = get_vlc2(&s->gb, v2_mv_vlc.table, V2_MV_VLC_BITS, 2);
77 av_dlog(s, "MV code %d at %d %d pred: %d\n", code, s->mb_x,s->mb_y, pred);
78 if (code < 0)
81 if (code == 0)
85 val = code;
105 int cbp, code, i; local
126 code = get_vlc2(&s->gb, v2_mb_type_vlc.table, V2_MB_TYPE_VLC_BITS, 1);
128 code
195 int cbp, code, i; local
398 int code; local
880 int code, mx, my; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dio-readsw-armv4.S85 #define _BE_ONLY_(code...) code
86 #define _LE_ONLY_(code...)
90 #define _BE_ONLY_(code...)
91 #define _LE_ONLY_(code...) code
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dwsaapi.c82 by soapcpp2 to generate the binding code.
84 @code
89 and/or server-side binding code.
98 @code
111 @code
127 In the client-side code, the WS-Addressing information headers are set with
135 @code
155 @code
184 @code
209 @code
796 { const char *code = *soap_faultsubcode(soap); local
854 { const char *code = *soap_faultsubcode(soap); local
875 { const char *code = SOAP_WSA_(soap,FaultCodesType2s)(soap, fault); local
980 { const char *code = SOAP_WSA_(soap,FaultSubcodeValues2s)(soap, fault); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dwsaapi.c82 by soapcpp2 to generate the binding code.
84 @code
89 and/or server-side binding code.
98 @code
111 @code
127 In the client-side code, the WS-Addressing information headers are set with
135 @code
155 @code
184 @code
209 @code
796 { const char *code = *soap_faultsubcode(soap); local
854 { const char *code = *soap_faultsubcode(soap); local
875 { const char *code = SOAP_WSA_(soap,FaultCodesType2s)(soap, fault); local
980 { const char *code = SOAP_WSA_(soap,FaultSubcodeValues2s)(soap, fault); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dtrees.c13 * Each code tree is stored in a compressed form which is itself
14 * a Huffman encoding of the lengths of all the code strings (in
15 * ascending order by source values). The actual code strings are
51 /* end of block literal code */
62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
105 /* length code for each normalized match length (0 == MIN_MATCH) */
108 /* First normalized length for each code (0 = MIN_MATCH) */
111 /* First normalized distance for each code (
241 int code; /* code value */ local
581 ush code = 0; /* running code value */ local
1068 unsigned code; /* the code to send */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dtrees.c12 * Each code tree is stored in a compressed form which is itself
13 * a Huffman encoding of the lengths of all the code strings (in
14 * ascending order by source values). The actual code strings are
50 /* end of block literal code */
61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
109 /* length code for each normalized match length (0 == MIN_MATCH) */
112 /* First normalized length for each code (0 = MIN_MATCH) */
115 /* First normalized distance for each code (
245 int code; /* code value */ local
583 ush code = 0; /* running code value */ local
1080 unsigned code; /* the code to send */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c12 * Each code tree is stored in a compressed form which is itself
13 * a Huffman encoding of the lengths of all the code strings (in
14 * ascending order by source values). The actual code strings are
50 /* end of block literal code */
61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
109 /* length code for each normalized match length (0 == MIN_MATCH) */
112 /* First normalized length for each code (0 = MIN_MATCH) */
115 /* First normalized distance for each code (
245 int code; /* code value */ local
583 ush code = 0; /* running code value */ local
1080 unsigned code; /* the code to send */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dtrees.c12 * Each code tree is stored in a compressed form which is itself
13 * a Huffman encoding of the lengths of all the code strings (in
14 * ascending order by source values). The actual code strings are
50 /* end of block literal code */
61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
109 /* length code for each normalized match length (0 == MIN_MATCH) */
112 /* First normalized length for each code (0 = MIN_MATCH) */
115 /* First normalized distance for each code (
245 int code; /* code value */ local
583 ush code = 0; /* running code value */ local
1080 unsigned code; /* the code to send */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dtrees.c13 * Each code tree is stored in a compressed form which is itself
14 * a Huffman encoding of the lengths of all the code strings (in
15 * ascending order by source values). The actual code strings are
51 /* end of block literal code */
62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
105 /* length code for each normalized match length (0 == MIN_MATCH) */
108 /* First normalized length for each code (0 = MIN_MATCH) */
111 /* First normalized distance for each code (
241 int code; /* code value */ local
581 ush code = 0; /* running code value */ local
1066 unsigned code; /* the code to send */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Ddlnames.c8 * 1. Redistributions of source code must retain the above copyright
56 #define DLT_CHOICE(code, description) { #code, description, code }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/puff/
H A Dpuff.c9 * side benefit, this code might actually be useful when small code is more
18 * is less than 2K bytes. This code is compatible with 16-bit int's and
20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code
25 * code is meant to supplement RFC 1951, which formally describes the deflate
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
61 * 1.7 3 Mar 2003 - Added test code for distribution
67 * - Add option in TEST code for puff to write the data
68 * - Add option in TEST code to skip input bytes
69 * - Allow TEST code t
238 int code; /* len bits being decoded */ local
266 int code; /* len bits being decoded */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Dcderror.h27 #define JMESSAGE(code,string)
35 #define JMESSAGE(code,string) code ,
83 JMESSAGE(JERR_RLE_BADERROR, "Bogus error code from RLE library")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/puff/
H A Dpuff.c9 * side benefit, this code might actually be useful when small code is more
18 * is less than 2K bytes. This code is compatible with 16-bit int's and
20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code
25 * code is meant to supplement RFC 1951, which formally describes the deflate
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
61 * 1.7 3 Mar 2003 - Added test code for distribution
67 * - Add option in TEST code for puff to write the data
68 * - Add option in TEST code to skip input bytes
69 * - Allow TEST code t
237 int code; /* len bits being decoded */ local
265 int code; /* len bits being decoded */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/
H A Dgpg-error.c236 gpg_err_code_t code;
243 for (code = 0; code < GPG_ERR_CODE_DIM; code++)
245 const char *code_sym = gpg_strerror_sym (code);
249 *err |= code;
298 gpg_err_code_t code;
314 for (code = 0; code < GPG_ERR_CODE_DIM; code
232 gpg_err_code_t code; local
294 gpg_err_code_t code; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dgpg-error.c236 gpg_err_code_t code;
243 for (code = 0; code < GPG_ERR_CODE_DIM; code++)
245 const char *code_sym = gpg_strerror_sym (code);
249 *err |= code;
298 gpg_err_code_t code;
314 for (code = 0; code < GPG_ERR_CODE_DIM; code
232 gpg_err_code_t code; local
294 gpg_err_code_t code; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Doptions.h103 uint8_t code; member in struct:dhcp_option
109 uint8_t *get_option(struct dhcpMessage *packet, int code);
112 int add_simple_option(uint8_t *optionptr, uint8_t code, uint32_t data);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dlibxml.h65 void __xmlIOErr(int domain, int code, const char *extra);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgun.c207 int bits; /* current bits per code */
208 unsigned code; /* code, table traversal index */ local
210 int max; /* maximum bits per code for this stream */
213 unsigned temp; /* current code */
214 unsigned prev; /* previous code */
215 unsigned final; /* last character written for previous code */
247 /* set up: get first 9-bit code, which is the first decompressed byte, but
248 don't create a table entry until the next code */
251 final = prev = (unsigned)last; /* low 8 bits of code */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/sample/sample-scripts/
H A Dauth-pam.pl39 my $code = shift;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dseh.h23 // some compilers don't understand that this code is unreachable and warn
31 // macros which allow to avoid many #if wxUSE_ON_FATAL_EXCEPTION in the code
38 /* use the same exit code as abort() */ \
56 extern void wxSETranslator(unsigned int code, EXCEPTION_POINTERS *ep);

Completed in 395 milliseconds

<<11121314151617181920>>