Searched refs:x21 (Results 1 - 25 of 1331) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dg_printer.h32 #define GADGET_GET_PRINTER_STATUS _IOR('g', 0x21, unsigned char)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Dcns11643_4.h36 if ((c1 >= 0x21 && c1 <= 0x6e)) {
39 if (c2 >= 0x21 && c2 < 0x7f) {
40 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Disoir165.h92 if (c2 >= 0x21 && c2 <= 0x40) {
110 if (c2 >= 0x21 && c2 < 0x7f) {
134 if (!(r[0] == 0x28 && r[1] >= 0x21 && r[1] <= 0x40))
141 if (buf[0] >= 0x21 && buf[0] < 0x7f) {
H A Djohab.h33 0x21 <= c1 <= 0x2C || 0x4A <= c1 <= 0x7D,
34 0x21 <= c2 <= 0x7E.
37 = 94*(c1-0x21)+(c2-0x21)
41 c1 := t1 + (t2 < 0x5E ? 0 : 1) + 0x21
42 c2 := (t2 < 0x5E ? t2 : t2-0x5E) + 0x21
44 t := (c1 < 0x4A ? (c1-0x21+0x1B2) : (c1-0x21+0x197))
46 t2 := (t & 1) * 0x5E + (c2 - 0x21)
77 buf[0] = t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
[all...]
H A Dsjis.h30 0x21 <= c1 <= 0x74, 0x21 <= c2 <= 0x7E.
33 = 94*(c1-0x21)+(c2-0x21)
37 c1 := 2*t1 + (t2 < 0x5E ? 0 : 1) + 0x21
38 c2 := (t2 < 0x5E ? t2 : t2-0x5E) + 0x21
40 t1 := (c1 - 0x21) >> 1
41 t2 := ((c1 - 0x21) & 1) * 0x5E + (c2 - 0x21)
63 buf[0] = 2*t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
[all...]
H A Dcp932.h56 0x21 <= c1 <= 0x74, 0x21 <= c2 <= 0x7E.
59 = 94*(c1-0x21)+(c2-0x21)
63 c1 := 2*t1 + (t2 < 0x5E ? 0 : 1) + 0x21
64 c2 := (t2 < 0x5E ? t2 : t2-0x5E) + 0x21
66 t1 := (c1 - 0x21) >> 1
67 t2 := ((c1 - 0x21) & 1) * 0x5E + (c2 - 0x21)
91 buf[0] = 2*t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dcns11643_4.h36 if ((c1 >= 0x21 && c1 <= 0x6e)) {
39 if (c2 >= 0x21 && c2 < 0x7f) {
40 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Disoir165.h92 if (c2 >= 0x21 && c2 <= 0x40) {
110 if (c2 >= 0x21 && c2 < 0x7f) {
134 if (!(buf[0] == 0x28 && buf[1] >= 0x21 && buf[1] <= 0x40)) {
147 if (buf[0] >= 0x21 && buf[0] < 0x7f) {
H A Djohab.h33 0x21 <= c1 <= 0x2C || 0x4A <= c1 <= 0x7D,
34 0x21 <= c2 <= 0x7E.
37 = 94*(c1-0x21)+(c2-0x21)
41 c1 := t1 + (t2 < 0x5E ? 0 : 1) + 0x21
42 c2 := (t2 < 0x5E ? t2 : t2-0x5E) + 0x21
44 t := (c1 < 0x4A ? (c1-0x21+0x1B2) : (c1-0x21+0x197))
46 t2 := (t & 1) * 0x5E + (c2 - 0x21)
77 buf[0] = t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
[all...]
H A Dsjis.h30 0x21 <= c1 <= 0x74, 0x21 <= c2 <= 0x7E.
33 = 94*(c1-0x21)+(c2-0x21)
37 c1 := 2*t1 + (t2 < 0x5E ? 0 : 1) + 0x21
38 c2 := (t2 < 0x5E ? t2 : t2-0x5E) + 0x21
40 t1 := (c1 - 0x21) >> 1
41 t2 := ((c1 - 0x21) & 1) * 0x5E + (c2 - 0x21)
63 buf[0] = 2*t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
[all...]
H A Dcp932.h72 0x21 <= c1 <= 0x74, 0x21 <= c2 <= 0x7E.
75 = 94*(c1-0x21)+(c2-0x21)
79 c1 := 2*t1 + (t2 < 0x5E ? 0 : 1) + 0x21
80 c2 := (t2 < 0x5E ? t2 : t2-0x5E) + 0x21
82 t1 := (c1 - 0x21) >> 1
83 t2 := ((c1 - 0x21) & 1) * 0x5E + (c2 - 0x21)
107 buf[0] = 2*t1 + (t2 < 0x5e ? 0 : 1) + 0x21;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mips-boards/
H A Dpiix4.h27 #define PIIX4_ICTLR1_ICW2 0x21
28 #define PIIX4_ICTLR1_ICW3 0x21
29 #define PIIX4_ICTLR1_ICW4 0x21
34 #define PIIX4_ICTLR1_OCW1 0x21
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shark/
H A Dirq.c43 outb(cached_irq_mask[0],0x21);
53 outb(cached_irq_mask[0],0x21);
90 outb(0x00, 0x21); /* Vector base */
91 outb(0x04, 0x21); /* Cascade (slave) on IRQ2 */
92 outb(0x03, 0x21); /* Select 8086 mode , auto eoi*/
101 outb(cached_irq_mask[0],0x21);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/include/common/
H A DDataFileVersion.h49 CANCELEDFILE_VERSION = 0x21
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_pci.h29 BFA_PCI_DEVICE_ID_CT_FC = 0x21,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dgif.h43 #define GIF_EXTENSION_INTRODUCER 0x21
H A Dtruemotion1data.h107 0x6,0x21,0x10,0x00,
115 0x6,0x00,0x02,0x21,
118 0x6,0x00,0x00,0x21,
129 0x6,0x00,0x21,0x10,
143 0x4,0x02,0x21,
152 0x4,0x21,0x00,
168 0x4,0x00,0x21,
170 0x4,0x21,0x10,
188 0x4,0x10,0x21,
191 0x4,0x12,0x21,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhscx.h23 #define HSCX_CMDR 0x21
30 #define HSCX_STAR 0x21
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dfloppy.h58 { 0x10, 0x21, 0x23, 0x33 },
59 { 0x10, 0x21, 0x23, 0x33 }
78 floppy_selects[0][1] = 0x21;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtruemotion1data.h107 0x6,0x21,0x10,0x00,
115 0x6,0x00,0x02,0x21,
118 0x6,0x00,0x00,0x21,
129 0x6,0x00,0x21,0x10,
143 0x4,0x02,0x21,
152 0x4,0x21,0x00,
168 0x4,0x00,0x21,
170 0x4,0x21,0x10,
188 0x4,0x10,0x21,
191 0x4,0x12,0x21,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dsonixj.c389 0x80, 0x21, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
422 0x81, 0x21, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
453 0x00, 0x21, 0x40, 0x00, 0x1a, 0x00, 0x00, 0x00,
455 0x81, 0x21, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
466 0x81, 0x21, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
477 0x81, 0x21, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
486 0x00, 0x21, 0x62, 0x00, 0x1a, 0x20, 0x20, 0x20,
508 0x00, 0x21, 0x40, 0x00, 0x1a, 0x00, 0x00, 0x00,
510 0x81, 0x21, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
616 {0xa0, 0x21,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr819xU_firmware_img.c8 0x25,0x08,0xb0,0x50,0x24,0x09,0x00,0x01,0x3c,0x01,0x7f,0xff,0x34,0x21,0xff,0xff,
12 0x25,0x08,0xb0,0x50,0x3c,0x01,0x80,0x00,0x01,0x21,0x48,0x25,0x3c,0x0a,0xbf,0xc0,
14 0x21,0x08,0x00,0x04,0x01,0x09,0x10,0x2b,0x14,0x40,0xff,0xf8,0x00,0x00,0x00,0x00,
16 0x34,0x21,0xff,0xff,0x01,0x01,0x50,0x24,0x00,0x09,0x48,0x40,0x35,0x29,0x00,0x01,
18 0x25,0x4a,0x00,0x00,0x3c,0x01,0x7f,0xff,0x34,0x21,0xff,0xff,0x01,0x41,0x50,0x24,
43 0xac,0x62,0x00,0x00,0x00,0x00,0x20,0x21,0x27,0x85,0x8b,0x60,0x00,0x85,0x18,0x21,
54 0x34,0x63,0x00,0x20,0xac,0x62,0x00,0x00,0x27,0x84,0x8b,0x88,0x00,0x00,0x10,0x21,
59 0x35,0x08,0x00,0x70,0x8d,0x02,0x00,0x00,0x00,0xa0,0x48,0x21,0x00,0x04,0x26,0x00,
64 0x00,0x00,0x00,0x00,0x8f,0xa2,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x02,0x21,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dhexium_orion.c87 { 0x21, 0x17 }, // 0x16,
92 { 0x21, 0x16 }, // 0x03,
98 { 0x21, 0x07 }, // 0x03,
103 { 0x21, 0x03 },
109 { 0x21, 0x07 }, // 0x05,
114 { 0x21, 0x05 }, // 0x03,
120 { 0x21, 0x17 }, // 0x16,
125 { 0x21, 0x16 }, // 0x03,
131 { 0x21, 0x07 }, // 0x05,
136 { 0x21,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Deisa.c155 eisa_out8(master_mask, 0x21);
158 EISA_DBG("pic0 mask %02x\n", eisa_in8(0x21));
174 eisa_out8(master_mask, 0x21);
177 EISA_DBG("pic0 mask %02x\n", eisa_in8(0x21));
214 eisa_in8(0x20), eisa_in8(0x21), eisa_in8(0xa0), eisa_in8(0xa1));
227 eisa_out8(master_mask, 0x21);
241 eisa_out8(master_mask, 0x21);
264 eisa_out8(0xff, 0x21); /* mask during init */
269 eisa_out8(0x00,0x21); /* ICW2 */
270 eisa_out8(0x04,0x21); /* ICW
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Ddecdigit.h153 0x21, 0x43, 0x65, 0x87, 0xa9, 0x00, 0x00, 0x00,
164 0x21, 0x43, 0x65, 0x87, 0xa9, 0x00, 0x00, 0x00,
173 0x21, 0x43, 0x65, 0x87, 0xa9, 0x00, 0x00, 0x00,
178 0x21, 0x43, 0x65, 0x87, 0xa9, 0x00, 0x00, 0x00,
188 0x00, 0x00, 0x00, 0x21, 0x43, 0x65, 0x87, 0xa9,
195 0x21, 0x43, 0x65, 0x87, 0xa9, 0x00, 0x00, 0x00,
200 0x21, 0x43, 0x65, 0x87, 0xa9, 0x00, 0x00, 0x00,
207 0x21, 0x43, 0x65, 0x87, 0xa9, 0x00, 0x00, 0x00,
218 0x00, 0x00, 0x00, 0x21, 0x43, 0x65, 0x87, 0xa9,
226 0x21,
[all...]

Completed in 96 milliseconds

1234567891011>>