Searched refs:id1 (Results 1 - 25 of 75) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/
H A Drc4_skey.c92 register int id1, id2; local
99 id1 = id2 = 0;
103 id2 = (data[id1] + tmp + id2) & 0xff; \
104 if (++id1 == len) id1=0; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/
H A Drc4_skey.c92 register int id1, id2; local
99 id1 = id2 = 0;
103 id2 = (data[id1] + tmp + id2) & 0xff; \
104 if (++id1 == len) id1=0; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4_skey.c91 register int id1,id2; local
98 id1=id2=0;
102 id2 = (data[id1] + tmp + id2) & 0xff; \
103 if (++id1 == len) id1=0; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgusmax.c146 struct snd_ctl_elem_id id1, id2; local
149 memset(&id1, 0, sizeof(id1));
151 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
153 strcpy(id1.name, "Aux Playback Switch");
155 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0)
157 strcpy(id1.name, "Aux Playback Volume");
159 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0)
162 strcpy(id1.name, "Aux Playback Switch"); id1
[all...]
H A Dgusextreme.c211 struct snd_ctl_elem_id id1, id2; local
214 memset(&id1, 0, sizeof(id1));
216 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
219 strcpy(id1.name, "Aux Playback Volume");
221 error = snd_ctl_rename_id(card, &id1, &id2);
226 strcpy(id1.name, "Master Playback Switch");
228 error = snd_ctl_rename_id(card, &id1, &id2);
H A Dinterwave.c478 struct snd_ctl_elem_id id1, id2; local
482 memset(&id1, 0, sizeof(id1));
484 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
494 strcpy(id1.name, "Aux Playback Switch");
496 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0)
498 strcpy(id1.name, "Aux Playback Volume");
500 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0)
503 strcpy(id1.name, "Aux Playback Switch"); id1
685 struct snd_ctl_elem_id id1, id2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dsgalaxy.c179 struct snd_ctl_elem_id id1, id2; local
183 memset(&id1, 0, sizeof(id1));
185 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
187 strcpy(id1.name, "Aux Playback Switch");
189 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0)
191 strcpy(id1.name, "Aux Playback Volume");
193 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0)
196 strcpy(id1.name, "Aux Playback Switch"); id1
[all...]
H A Dsc6000.c473 struct snd_ctl_elem_id id1, id2; local
476 memset(&id1, 0, sizeof(id1));
478 id1.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
481 strcpy(id1.name, "Aux Playback Switch");
483 err = snd_ctl_rename_id(card, &id1, &id2);
486 strcpy(id1.name, "Aux Playback Volume");
488 err = snd_ctl_rename_id(card, &id1, &id2);
492 strcpy(id1.name, "Aux Playback Switch"); id1
[all...]
H A Dopl3sa2.c491 struct snd_ctl_elem_id id1, id2; local
496 memset(&id1, 0, sizeof(id1));
498 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
500 strcpy(id1.name, "Aux Playback Switch");
502 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0) {
506 strcpy(id1.name, "Aux Playback Volume");
508 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0) {
513 strcpy(id1.name, "Aux Playback Switch"); id1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv17_tv_modes.c251 #define id1 (1LL << 8) macro
280 -8.801540 * id1, -46.572890 * id1, 7.762145 * id1, -0.000000 * id1},
284 -37.081621 * id1, -90.397510 * id1, 42.784229 * id1, -4.289952 * id1},
288 17.288138 * id1, 71.86478
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_lib.c124 u8 id1, id2; local
128 id1 = snd_opl4_read(opl4, OPL4_REG_MEMORY_CONFIGURATION);
129 snd_printdd("OPL4[02]=%02x\n", id1);
130 switch (id1 & OPL4_DEVICE_ID_MASK) {
143 id1 = snd_opl4_read(opl4, OPL4_REG_MIX_CONTROL_FM);
145 snd_printdd("OPL4 id1=%02x id2=%02x\n", id1, id2);
146 if (id1 != 0x00 || id2 != 0xff)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dlocalalloc.c349 || alloc->id1.bitmap1.i_used
350 || alloc->id1.bitmap1.i_total
354 num_used, le32_to_cpu(alloc->id1.bitmap1.i_used),
355 le32_to_cpu(alloc->id1.bitmap1.i_total),
675 if (le32_to_cpu(alloc->id1.bitmap1.i_used) !=
680 le32_to_cpu(alloc->id1.bitmap1.i_used),
687 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) -
688 le32_to_cpu(alloc->id1.bitmap1.i_used);
709 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) -
710 le32_to_cpu(alloc->id1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_main.h272 static inline int ctcm_less_than(char *id1, char *id2) argument
276 id1 = id1 + 5;
279 dev1 = simple_strtoul(id1, &id1, 16);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dciphers.c194 int id1 = (int)((id >> 16) & 0xffL); local
200 BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1,
209 id1, id2, id3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_rebuild_add.c26 cnid_t id, id1; local
57 id1 = ntohl(hint);
59 if (id1 > id) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dciphers.c194 int id1 = (int)((id >> 16) & 0xffL); local
200 BIO_printf(STDout, " 0x%02X,0x%02X,0x%02X - ", id1,
209 id1, id2, id3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dxlputils.cpp82 long id1 = NewBlockId(); local
86 wxFprintf(Contents, _T("\\hy-%d{%ld}{"), hyBLOCK_SMALL_HEADING, id1);
88 wxFprintf(Index, _T("%ld %ld\n"), id1, currentBlockId);
114 long id1 = NewBlockId(); local
120 wxFprintf(Contents, _T("\\hy-%d{%ld}{"), hyBLOCK_LARGE_HEADING, id1);
122 wxFprintf(Chapters, _T("\\hy-%d{%ld}{"), hyBLOCK_BOLD, id1);
124 wxFprintf(Index, _T("%ld %ld\n"), id1, currentBlockId);
152 long id1 = NewBlockId(); local
154 wxFprintf(Sections, _T("\\hy-%d{%ld}{"), hyBLOCK_BOLD, id1);
156 wxFprintf(Index, _T("%ld %ld\n"), id1, currentBlockI
177 long id1 = NewBlockId(); local
824 long id1 = NewBlockId(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/isdnloop/
H A Disdnloop.h22 char id1[10]; member in struct:isdnloop_cdef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/opti9xx/
H A Dopti92x-ad1848.c613 struct snd_ctl_elem_id id1, id2; local
623 memset(&id1, 0, sizeof(id1));
625 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
627 strcpy(id1.name, "Aux Playback Switch");
629 err = snd_ctl_rename_id(card, &id1, &id2);
635 strcpy(id1.name, "Aux Playback Switch"); id1.index = 1;
637 err = snd_ctl_rename_id(card, &id1, &id2);
643 strcpy(id1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Dbfin_can.c132 bfin_write16(&reg->chl[RECEIVE_STD_CHL + i].id1, AME);
141 bfin_write16(&reg->chl[RECEIVE_EXT_CHL + i].id1, AME | IDE);
248 &reg->chl[TRANSMIT_CHL].id1);
251 &reg->chl[TRANSMIT_CHL].id1);
256 &reg->chl[TRANSMIT_CHL].id1);
258 bfin_write16(&reg->chl[TRANSMIT_CHL].id1,
298 cf->can_id = ((bfin_read16(&reg->chl[RECEIVE_EXT_CHL].id1)
305 cf->can_id = (bfin_read16(&reg->chl[RECEIVE_STD_CHL].id1)
309 if (bfin_read16(&reg->chl[obj].id1) & RTR)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dwm8350-core.c573 u16 id1, id2, mask_rev; local
577 ret = wm8350->read_dev(wm8350, WM8350_RESET_ID, sizeof(id1), &id1);
596 id1 = be16_to_cpu(id1);
600 if (id1 != 0x6143) {
602 "Device with ID %x is not a WM8350\n", id1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dac97_codec.c582 * codec_id - Turn id1/id2 into a PnP string
583 * @id1: Vendor ID1
587 * Fills buf with a zero terminated PnP ident string for the id1/id2
591 static char *codec_id(u16 id1, u16 id2, char *buf) argument
593 if(id1&0x8080) {
594 snprintf(buf, CODEC_ID_BUFSZ, "0x%04x:0x%04x", id1, id2);
596 buf[0] = (id1 >> 8);
597 buf[1] = (id1 & 0xFF);
700 u16 id1, id2; local
715 id1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-vbi.c214 int id1, id2, l, err = 0; local
223 id1 = p[-1];
253 vbi->is_second_field = err ? 0 : (id1 == 0x55);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dsashwin.h255 #define EVT_SASH_DRAGGED_RANGE(id1, id2, fn) \
256 wx__DECLARE_EVT2(wxEVT_SASH_DRAGGED, id1, id2, wxSashEventHandler(fn))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/displays/
H A Dpanel-taal.c326 static int taal_get_id(u8 *id1, u8 *id2, u8 *id3) argument
330 r = taal_dcs_read_1(DCS_GET_ID1, id1);
523 u8 id1, id2, id3; local
530 r = taal_get_id(&id1, &id2, &id3);
541 return snprintf(buf, PAGE_SIZE, "%02x.%02x.%02x\n", id1, id2, id3);
837 u8 id1, id2, id3; local
854 r = taal_get_id(&id1, &id2, &id3);
898 td->panel_config->name, id1, id2, id3);
1340 u8 id1, id2, id3; local
1352 r = taal_dcs_read_1(DCS_GET_ID1, &id1);
[all...]

Completed in 767 milliseconds

123