Searched refs:code (Results 1 - 25 of 2487) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dnotexists.pl3 my $code = 0;
12 $code = 1;
15 exit $code;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgpg-error-1.10/src/
H A Dcode-to-errno.c0 /* code-to-errno.c - Mapping error codes to errnos.
27 #include "code-to-errno.h"
29 /* Retrieve the system error for the error code CODE. This returns 0
30 if CODE is not a system error code. */
32 gpg_err_code_to_errno (gpg_err_code_t code) argument
34 if (!(code & GPG_ERR_SYSTEM_ERROR))
36 code &= ~GPG_ERR_SYSTEM_ERROR;
38 if (code < sizeof (err_code_to_errno) / sizeof (err_code_to_errno[0]))
39 return err_code_to_errno[code];
H A Dmkerrcodes2.awk29 # mkerrcodes2.awk source text consists of comments plus executable code
31 # We call these comments and executable code the "non-data" portions.
54 # msgidxof (code);
55 # A macro that maps code numbers to idx numbers. If a DEFAULT MESSAGE
58 # You can lookup the message with code CODE with:
59 # msgstr + msgidx[msgidxof (code)].
104 # Remember the error value and index of each error code.
105 code[msg] = $1;
112 print "#define errno_to_idx(code) (0 ? -1 \\";
115 skip = code[
[all...]
H A Dstrerror-sym.c1 /* strerror-sym.c - Describing an error code with its symbol name.
33 the error code in the error value ERR. Returns NULL if the error
34 code is not known. */
38 gpg_err_code_t code = gpg_err_code (err); local
40 if (code & GPG_ERR_SYSTEM_ERROR)
44 code &= ~GPG_ERR_SYSTEM_ERROR;
45 idx = errnos_msgidxof (code);
52 if (msgidxof (code) == msgidxof (GPG_ERR_CODE_DIM))
55 return msgstr + msgidx[msgidxof (code)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dcode-to-errno.c0 /* code-to-errno.c - Mapping error codes to errnos.
27 #include "code-to-errno.h"
29 /* Retrieve the system error for the error code CODE. This returns 0
30 if CODE is not a system error code. */
32 gpg_err_code_to_errno (gpg_err_code_t code) argument
34 if (!(code & GPG_ERR_SYSTEM_ERROR))
36 code &= ~GPG_ERR_SYSTEM_ERROR;
38 if (code < sizeof (err_code_to_errno) / sizeof (err_code_to_errno[0]))
39 return err_code_to_errno[code];
H A Dmkerrcodes2.awk29 # mkerrcodes2.awk source text consists of comments plus executable code
31 # We call these comments and executable code the "non-data" portions.
54 # msgidxof (code);
55 # A macro that maps code numbers to idx numbers. If a DEFAULT MESSAGE
58 # You can lookup the message with code CODE with:
59 # msgstr + msgidx[msgidxof (code)].
104 # Remember the error value and index of each error code.
105 code[msg] = $1;
112 print "#define errno_to_idx(code) (0 ? -1 \\";
115 skip = code[
[all...]
H A Dstrerror-sym.c1 /* strerror-sym.c - Describing an error code with its symbol name.
33 the error code in the error value ERR. Returns NULL if the error
34 code is not known. */
38 gpg_err_code_t code = gpg_err_code (err); local
40 if (code & GPG_ERR_SYSTEM_ERROR)
44 code &= ~GPG_ERR_SYSTEM_ERROR;
45 idx = errnos_msgidxof (code);
52 if (msgidxof (code) == msgidxof (GPG_ERR_CODE_DIM))
55 return msgstr + msgidx[msgidxof (code)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dexcept.h23 #define wxCATCH_ALL(code) catch ( ... ) { code }
26 #define wxCATCH_ALL(code)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlunicode.h26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlunicode.h26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlunicode.in.h26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlunicode.h26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlunicode.in.h26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dcavsvideodec.c34 uint32_t code= -1; local
39 code = (code<<8) + p->buf[i];
40 if ((code & 0xffffff00) == 0x100) {
41 if(code < CAVS_SEQ_START_CODE) {
43 if(code < slice_pos)
45 slice_pos = code;
49 if (code == CAVS_SEQ_START_CODE) {
54 } else if ((code == CAVS_PIC_I_START_CODE) ||
55 (code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dcavsvideodec.c34 uint32_t code= -1; local
39 code = (code<<8) + p->buf[i];
40 if ((code & 0xffffff00) == 0x100) {
41 if(code < CAVS_SEQ_START_CODE) {
43 if(code < slice_pos)
45 slice_pos = code;
49 if (code == CAVS_SEQ_START_CODE) {
54 } else if ((code == CAVS_PIC_I_START_CODE) ||
55 (code
[all...]

Completed in 1216 milliseconds

1234567891011>>