Searched refs:IN (Results 76 - 100 of 237) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/tools/
H A Dc_rehash.in123 open IN, $fname;
124 while(<IN>) {
136 close IN;
170 open IN,"<$fname" or die "can't open $fname for read";
172 print OUT <IN>; # does the job for small text files
174 close IN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcrypt_hmac.c49 void HMAC_SHA1(IN const u8 Key[],
51 IN const u8 Message[],
128 void HMAC_MD5(IN const u8 Key[],
130 IN const u8 Message[],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghash-armv4.pl325 my ($Xl,$Xm,$Xh,$IN)=map("q$_",(0..3));
381 vld1.64 $IN#hi,[r1,:64]! @ load H
383 vld1.64 $IN#lo,[r1,:64]
386 vdup.8 $t1,$IN#hi[7]
387 vshr.u64 $Hlo,$IN#lo,#63
389 vshl.i64 $IN,$IN,#1
391 vorr $IN#hi,$Hlo @ H<<<=1
392 veor $IN,$IN,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghash-armv4.pl325 my ($Xl,$Xm,$Xh,$IN)=map("q$_",(0..3));
381 vld1.64 $IN#hi,[r1,:64]! @ load H
383 vld1.64 $IN#lo,[r1,:64]
386 vdup.8 $t1,$IN#hi[7]
387 vshr.u64 $Hlo,$IN#lo,#63
389 vshl.i64 $IN,$IN,#1
391 vorr $IN#hi,$Hlo @ H<<<=1
392 veor $IN,$IN,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/acos/include/
H A DacosTypes.h30 *** Caution: 1. If you would like to use vxWorks's general types and only ACOS "IN" "OUT"
37 *** int test(IN int nArg) //ACOS definition(IN)
53 *** int test(IN int nArg) //ACOS definition(IN)
67 *** int test(IN int nArg) //ACOS definition(IN)
83 #ifndef IN
84 #define IN macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkerr.pl126 open(IN, "<$config") || die "Can't open config file $config";
130 while(<IN>)
153 close IN;
163 if (open(IN, "<$hdr")) {
165 while(<IN>) {
253 while(<IN>) {
311 close IN;
330 open(IN, "<$file") || die "Can't open source file $file\n";
331 while(<IN>) {
356 close IN;
[all...]
H A Dadd_cr.pl18 open(IN,"<$file") || die "unable to open $file:$!\n";
21 @in=<IN>;
55 close(IN);
108 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
112 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
113 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkerr.pl126 open(IN, "<$config") || die "Can't open config file $config";
130 while(<IN>)
153 close IN;
163 if (open(IN, "<$hdr")) {
165 while(<IN>) {
253 while(<IN>) {
311 close IN;
330 open(IN, "<$file") || die "Can't open source file $file\n";
331 while(<IN>) {
356 close IN;
[all...]
H A Dadd_cr.pl18 open(IN,"<$file") || die "unable to open $file:$!\n";
21 @in=<IN>;
55 close(IN);
108 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
112 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
113 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dmdct_vfp.S26 IN .req a3 label
49 vldr s0, [IN, #in_hi*4 + 12]
50 vldr s1, [IN, #in_hi*4 + 4]
51 vldr s2, [IN, #in_lo*4 + 12]
52 vldr s3, [IN, #in_lo*4 + 4]
56 vldr s4, [IN, #in_lo*4]
57 vldr s5, [IN, #in_lo*4 + 8]
58 vldr s6, [IN, #in_hi*4]
59 vldr s7, [IN, #in_hi*4 + 8]
89 vldr s2, [IN, #1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A DCA.pl.in176 open IN, $infile;
179 while (<IN>) {
183 close IN;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A DCA.pl.in176 open IN, $infile;
179 while (<IN>) {
183 close IN;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/Windows/MSVC10/
H A Dmakeconfig.cmd7 FOR /F %%i IN (.svn-revision) DO set svnv=%%i
15 FOR /F %%i IN ('svnversion src') DO set svnv=%%i
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/Windows/MSVC9/
H A Dmakeconfig.cmd7 FOR /F %%i IN (.svn-revision) DO set svnv=%%i
15 FOR /F %%i IN ('svnversion src') DO set svnv=%%i
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l7filter/
H A Dl7_filter_main.h34 #ifndef IN
35 #define IN macro
/netgear-R7000-V1.0.7.12_1.2.5/project/gpl/l7filter/
H A Dl7_filter_main.h34 #ifndef IN
35 #define IN macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/pl/
H A Dnetware.pl5 open(IN, "$version_header") or die "Couldn't open $version_header: $!";
6 while (<IN>) {
16 close(IN) or die "Couldn't close $version_header: $!";
19 open(IN, $readme_file) or die "Couldn't open $readme_file: $!";
20 while (<IN>) {
33 close(IN) or die "Couldn't close $readme_file: $!";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dcurl_startup.com16 $! MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
18 $! WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
20 $! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A Dc_rehash77 open IN, $fname;
78 while(<IN>) {
90 close IN;
H A Dc_rehash.in77 open IN, $fname;
78 while(<IN>) {
90 close IN;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dadd_cr.pl18 open(IN,"<$file") || die "unable to open $file:$!\n";
21 @in=<IN>;
55 close(IN);
108 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
112 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
113 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/pl/
H A Dnetware.pl5 open(IN, "$version_header") or die "Couldn't open $version_header: $!";
6 while (<IN>) {
16 close(IN) or die "Couldn't close $version_header: $!";
19 open(IN, $readme_file) or die "Couldn't open $readme_file: $!";
20 while (<IN>) {
33 close(IN) or die "Couldn't close $readme_file: $!";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.pl.in176 open IN, $infile;
179 while (<IN>) {
183 close IN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_main_dev.c54 int rt28xx_close(IN struct net_device *net_dev);
58 static int rt28xx_send_packets(IN struct sk_buff *skb_p,
59 IN struct net_device *net_dev);
61 static struct net_device_stats *RT28xx_get_ether_stats(IN struct net_device
84 int MainVirtualIF_close(IN struct net_device *net_dev)
168 int MainVirtualIF_open(IN struct net_device *net_dev)
559 static int rt28xx_send_packets(IN struct sk_buff *skb_p,
560 IN struct net_device *net_dev)
579 struct iw_statistics *rt28xx_get_wireless_stats(IN struct net_device *net_dev)
641 static struct net_device_stats *RT28xx_get_ether_stats(IN struc
[all...]
H A Drtmp.h1303 BOOLEAN bMultipleIRP; /* Multiple Bulk IN flag */
2325 int NICInitializeAdapter(struct rt_rtmp_adapter *pAd, IN BOOLEAN bHardReset);
2327 int NICInitializeAsic(struct rt_rtmp_adapter *pAd, IN BOOLEAN bHardReset);
2361 void *pTimerFunc, void *pData, IN BOOLEAN Repeat);
2371 void RTMPSetSignalLED(struct rt_rtmp_adapter *pAd, IN NDIS_802_11_RSSI Dbm);
2467 IN BOOLEAN bIntContext,
2499 struct rt_txd *pTxD, IN BOOLEAN bWIV, u8 QSEL);
2504 void RTMPWriteTxWI(struct rt_rtmp_adapter *pAd, struct rt_txwi * pTxWI, IN BOOLEAN FRAG, IN BOOLEAN CFACK, IN BOOLEA
[all...]

Completed in 307 milliseconds

12345678910