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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinffix9.h10 static const code lenfix[512] = {
99 static const code distfix[32] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon10830
35 01000000 - invalid code
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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)];
H A Dmkstrtable.awk29 # mkstrtable.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)].
62 # CODE1 ... MESSAGE1 (code nr, <tab>, something, <tab>, msg)
63 # CODE2 ... MESSAGE2 (code nr, <tab>, something, <tab>, msg)
65 # CODEn ... MESSAGEn (code nr, <tab>, something, <tab>, msg)
103 print " optimal code wit
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Ds390_ext.h13 typedef void (*ext_int_handler_t)(__u16 code);
22 __u16 code; member in struct:ext_int_info_t
27 int register_external_interrupt(__u16 code, ext_int_handler_t handler);
28 int register_early_external_interrupt(__u16 code, ext_int_handler_t handler,
30 int unregister_external_interrupt(__u16 code, ext_int_handler_t handler);
31 int unregister_early_external_interrupt(__u16 code, ext_int_handler_t handler,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mips-boards/
H A Dsim.h30 #define simcfg(code) \
34 ::"i"(code) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mips-boards/
H A Dsim.h30 #define simcfg(code) \
34 ::"i"(code) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DResolverBase.cs30 internal void EmitFailure (ErrorCode code) argument
33 Failed (this, new ErrorCodeArgs (code));
H A DClientException.cs86 private ErrorCode code; field in class:Avahi.ErrorCodeArgs
90 get { return code; }
93 public ErrorCodeArgs (ErrorCode code) argument
95 this.code = code;
101 private ErrorCode code; field in class:Avahi.ClientException
104 private static extern IntPtr avahi_strerror (ErrorCode code); argument
108 get { return code; }
111 internal ClientException (int code) : this ((ErrorCode) code) { argument
114 ClientException(ErrorCode code) argument
119 GetErrorString(ErrorCode code) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib512.c26 /* Test case code based on source in a bug report filed by James Bursa on
31 CURLcode code; local
36 code = curl_global_init(CURL_GLOBAL_ALL);
37 if(code == CURLE_OK) {
48 code = curl_easy_setopt(curl2, CURLOPT_URL, URL);
49 if(code == CURLE_OK) {
51 code = curl_easy_perform(curl2);
52 if(code == CURLE_OK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpeg12.h2 * MPEG1/2 common code
40 int code, diff; local
43 code = get_vlc2(gb, dc_lum_vlc.table, DC_VLC_BITS, 2);
45 code = get_vlc2(gb, dc_chroma_vlc.table, DC_VLC_BITS, 2);
47 if (code < 0){
48 av_log(NULL, AV_LOG_ERROR, "invalid dc code at\n");
51 if (code == 0) {
54 diff = get_xbits(gb, code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/sys-x86_64/
H A Dprctl.c9 int os_arch_prctl(int pid, int code, unsigned long *addr) argument
11 return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) addr, code);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsscape_ioctl.h7 unsigned char code[256]; member in struct:sscape_bootblock
15 unsigned char __user *code; member in struct:sscape_microcode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dtraps.h9 int code, unsigned long offset);
12 void do_page_fault(struct pt_regs *regs, unsigned long code,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfilter.h16 * Current version of the filter code architecture.
23 * the BPF code definitions which need to match so you can share filters
28 __u16 code; /* Actual filter code */ member in struct:sock_filter
59 #define BPF_CLASS(code) ((code) & 0x07)
70 #define BPF_SIZE(code) ((code) & 0x18)
74 #define BPF_MODE(code) ((code)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Ds390_ext.c30 static inline int ext_hash(__u16 code) argument
32 return (code + (code >> 9)) & 0xff;
35 int register_external_interrupt(__u16 code, ext_int_handler_t handler) argument
43 p->code = code;
45 index = ext_hash(code);
51 int register_early_external_interrupt(__u16 code, ext_int_handler_t handler, argument
58 p->code = code;
66 unregister_external_interrupt(__u16 code, ext_int_handler_t handler) argument
90 unregister_early_external_interrupt(__u16 code, ext_int_handler_t handler, ext_int_info_t *p) argument
114 do_extint(struct pt_regs *regs, unsigned short code) argument
[all...]

Completed in 290 milliseconds

1234567891011>>