Searched refs:rc1 (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/debian/
H A Dpostrm22 rm -f /etc/rc1.d/K20bftpd
H A Dpostinst28 cd /etc/rc1.d && ln -f -s ../init.d/bftpd K20bftpd
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dqd65xx.c426 int rc1, rc2 = -ENODEV; local
431 rc1 = qd_probe(0x30);
432 if (rc1)
435 if (rc1 < 0 && rc2 < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dvorbis.mak55 fate-vorbis-14: CMD = pcm -i $(TARGET_SAMPLES)/vorbis/rc1-test_small.ogg
56 fate-vorbis-14: REF = $(SAMPLES)/vorbis/rc1-test_small.pcm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dvorbis.mak54 fate-vorbis-14: CMD = pcm -i $(SAMPLES)/vorbis/rc1-test_small.ogg
55 fate-vorbis-14: REF = $(SAMPLES)/vorbis/rc1-test_small.pcm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvstgt.c102 long rc, rc1; local
127 rc1 = h_send_crq(vport->dma_dev->unit_address, crq.raw[0], crq.raw[1]);
129 if (rc1) {
130 eprintk("%ld sending response\n", rc1);
131 return rc1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/
H A DaMule.spec87 Idea taken from aMule-2.0.0rc1.spec done by
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_low.c703 int rc0, rc1; local
708 rc1 = 0; igot = 0;
721 rc1 = usb_control_msg(pusb_device, usb_rcvctrlpipe(pusb_device, 0), \
774 return (0 > rc0) ? rc0 : rc1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dibmveth.c762 int rc1 = 0, rc2 = 0; local
789 rc1 = -EIO;
798 rc1 = -EIO;
806 return rc1 ? rc1 : rc2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Drv40dsp_neon.S25 .macro qpel_lowpass r0, r1, rc1, rc2, shift
36 vmlal.u8 q8, d27, \rc1
41 .macro qpel_lowpass_x2 r0, r1, r2, r3, rc1, rc2, shift
59 vmlal.u8 q8, d29, \rc1
64 vmlal.u8 q12, d26, \rc1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Drv40dsp_neon.S25 .macro qpel_lowpass r0, r1, rc1, rc2, shift
36 vmlal.u8 q8, d27, \rc1
41 .macro qpel_lowpass_x2 r0, r1, r2, r3, rc1, rc2, shift
59 vmlal.u8 q8, d29, \rc1
64 vmlal.u8 q12, d26, \rc1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dinode.c615 int rc1 = 0; local
617 rc1 = CIFSGetSrvInodeNumber(xid, pTcon,
622 if (rc1 || !fattr.cf_uniqueid) {
623 cFYI(1, "GetSrvInodeNum rc %d", rc1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp3124 RECT rc1, rc2; local
3128 GetWindowRect(hWnd, &rc1);
3129 POINT pt1 = { rc1.left, rc1.top };
3145 MoveWindow(hWnd, pt2.x, pt2.y, rc2.right - rc2.left, rc1.bottom - rc2.top, TRUE);
3248 RECT rc1, rc2, rcEdit; local
3251 GetClientRect(hDlg, &rc1);
3268 (rcEdit.right - rcEdit.left) + (rc2.right - rc1.right),
3269 (rcEdit.bottom - rcEdit.top) + (rc2.bottom - rc1.bottom),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_tkip.c122 u8 rc1; member in struct:rt_tkip_iv::PACKED::PACKED
370 tkipIv.IV16.field.rc1 = (tkipIv.IV16.field.rc0 | 0x20) & 0x7f;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_core_main.c1231 int rc1 = 0, rc2 = 0, rc3 = 0; local
1234 rc1 = qeth_halt_channel(&card->read);
1237 if (rc1)
1238 return rc1;
1246 int rc1 = 0, rc2 = 0, rc3 = 0; local
1249 rc1 = qeth_clear_channel(&card->read);
1252 if (rc1)
1253 return rc1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Mandrake/
H A Dsamba2.spec1925 * Sat Dec 06 2003 Buchan Milne <bgmilne@linux-mandrake.com> 3.0.1-0.rc1.2mdk
1926 - rc1
1983 * Fri Aug 22 2003 Buchan Milne <bgmilne@linux-mandrake.com> 3.0.0-0.rc1.3mdk
1990 * Sat Aug 16 2003 Buchan Milne <bgmilne@linux-mandrake.com> 3.0.0-0.rc1.2mdk
1991 - rc1

Completed in 357 milliseconds