Searched refs:x20 (Results 201 - 225 of 4577) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc_sx.h31 #define HFCSX_B1_SSL 0x20
102 #define HFCSX_STATINT 0x20
113 #define HFCSX_AUTO_TIMER 0x20
130 #define HFCSX_INTS_DREC 0x20
143 #define HFCSX_ACTIVATE 0x20
159 #define SCTRL_TEST 0x20
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dali-ircc.h36 #define BANK0 0x20
55 #define IER_TIMER 0x20 /* Timer Interrupt Enable */
61 #define IIR_TIMER 0x20 /* Timer Interrupt */
70 #define LCR_B_SIP 0x20 /* SIP Enable */
78 #define LSR_SIZE_ERROR 0x20 /* Size Error */
119 #define IRDA_CR_HDLC 0x20 /* HDLC select. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dc-ctype.c40 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z'));
73 return ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z');
248 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z')));
300 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'F'));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dc-ctype.c41 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z'));
74 return ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z');
249 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z')));
301 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'F'));
H A Dc-ctype.h158 || ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'Z')); \
176 ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'Z'); \
263 || ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'F')); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmcfuart.h96 #define MCFUART_MR1_RXERRBLOCK 0x20 /* RX block error mode */
116 #define MCFUART_MR2_TXRTS 0x20 /* Assert RTS on TX */
128 #define MCFUART_USR_RXPARITY 0x20 /* Received parity error */
154 #define MCFUART_UCR_CMDRESETRX 0x20 /* Reset receiver */
204 #define MCFUART_UTF_FULL 0x20 /* Transmitter fifo full */
211 #define MCFUART_URF_FULL 0x20 /* Receiver fifo full */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/
H A Dabx500.h34 #define AB5500_1_0 0x20
48 #define AB3100_EVENTA1_SIM_OFF (0x20<<16)
57 #define AB3100_EVENTA2_MIDR (0x20<<8)
66 #define AB3100_EVENTA3_ADC_TRIGVTX (0x20)
76 #define AB3100_STR_SIM_OFF (0x20)
146 #define AB3550_STR_SIM_OFF (0x20)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh263data.h104 { 0x20, 10 },{ 0x7, 11 },{ 0x6, 11 },{ 0x20, 11 },
113 { 0x1c, 8 },{ 0x1b, 8 },{ 0x21, 9 },{ 0x20, 9 },
173 { 0x16, 7 }, { 0x1b, 8 }, { 0x20, 9 }, { 0x21, 9 },
184 { 0x24, 9 }, { 0x6, 11 }, { 0x21, 10 }, { 0x20, 10 },
185 { 0x8, 10 }, { 0x20, 11 }, { 0x7, 4 }, { 0xc, 6 },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh263data.h104 { 0x20, 10 },{ 0x7, 11 },{ 0x6, 11 },{ 0x20, 11 },
113 { 0x1c, 8 },{ 0x1b, 8 },{ 0x21, 9 },{ 0x20, 9 },
173 { 0x16, 7 }, { 0x1b, 8 }, { 0x20, 9 }, { 0x21, 9 },
184 { 0x24, 9 }, { 0x6, 11 }, { 0x21, 10 }, { 0x20, 10 },
185 { 0x8, 10 }, { 0x20, 11 }, { 0x7, 4 }, { 0xc, 6 },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dc-ctype.c40 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z'));
73 return ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z');
248 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z')));
300 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'F'));
H A Dc-ctype.h157 || ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'Z')); \
175 ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'Z'); \
262 || ((__c & ~0x20) >= 'A' && (__c & ~0x20) <= 'F')); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dc-ctype.c40 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z'));
73 return ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z');
248 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z')));
300 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'F'));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dc-ctype.c40 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z'));
73 return ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z');
248 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'Z')));
300 || ((c & ~0x20) >= 'A' && (c & ~0x20) <= 'F'));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dcb710-mmc.h67 #define CB710_MMC_S1_RESET 0x20
72 #define CB710_MMC_S2_BUSY_20 0x20
99 #define CB710_MMC_RESPONSE0_PORT 0x20
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dpmac_zilog.h159 #define RES_RxINT_FC 0x20 /* Reset RxINT on First Character */
180 #define WT_RDY_RT 0x20 /* W/Req reflects recv if 1, xmit if 0 */
193 #define AUTO_ENAB 0x20 /* Auto Enables */
213 #define SDLC 0x20 /* SDLC Mode (01111110 Sync Flag) */
230 #define Tx7 0x20 /* Tx 7 bits/character */
263 #define NRZI 0x20 /* NRZI mode */
279 #define RCTRxCP 0x20 /* Receive clock = TRxC pin */
294 #define SEARCH 0x20 /* Enter search mode */
308 #define CTSIE 0x20 /* CTS IE */
319 #define CTS 0x20 /* CT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmxser.h95 #define MOXA_MUST_FCR_GDA_MODE_ENABLE 0x20
104 #define MOXA_MUST_IER_XINT 0x20
120 #define MOXA_MUST_IIR_RTSCTS 0x20
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dhpet.h16 #define HPET_Tn_CFG(n) (0x100 + 0x20 * n)
17 #define HPET_Tn_CMP(n) (0x108 + 0x20 * n)
18 #define HPET_Tn_ROUTE(n) (0x110 + 0x20 * n)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A Dintc-2.c37 imraddr += (irq & 0x20) ? MCFINTC_IMRH : MCFINTC_IMRL;
54 imraddr = intaddr + ((irq & 0x20) ? MCFINTC_IMRH : MCFINTC_IMRL);
59 if ((irq & 0x20) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dkgdb.h118 #define WPICNTEN0 0x20
146 #define WPDCNTEN1 0x20
159 #define STATIA5 0x20
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dspnego.h32 #define SPNEGO_CONF_FLAG 0x20
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/services/
H A Dsvc_netlogon.c32 service_status->type = 0x20;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dgmpls.c37 { 0x20, "Enhanced"},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DCharClassify.cxx26 else if (ch < 0x20 || ch == ' ')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib543.c31 0xe0, 0xd8, 0x7c, 0x20, 0xb7, 0xef, 0x53, 0x29, 0xfa,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dreadshg.h39 #define OFF_OFFSET 0x20 // this is offset, where WORD (?) lies

Completed in 153 milliseconds

1234567891011>>