Searched refs:Time (Results 1 - 25 of 51) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskgehwt.c76 SK_U32 Time) /* Time in units of 16us to load the timer with. */
80 if (Time > SK_HWT_MAX)
81 Time = SK_HWT_MAX;
83 pAC->Hwt.TStart = Time;
86 Cnt = Time;
73 SkHwtStart( SK_AC *pAC, SK_IOC Ioc, SK_U32 Time) argument
H A Dsktimer.c124 SK_U32 Time, /* Time value */
133 Time /= 16; /* input is uS, clock ticks are 16uS */
135 if (!Time)
136 Time = 1;
149 pTimer->TmDelta = Time;
151 SkHwtStart(pAC, Ioc, Time);
168 if (Delta + pTm->TmDelta > Time) {
179 pTimer->TmDelta = Time - Delta;
120 SkTimerStart( SK_AC *pAC, SK_IOC Ioc, SK_TIMER *pTimer, SK_U32 Time, SK_U32 Class, SK_U32 Event, SK_EVPARA Para) argument
H A Dski2c.c119 #define T_DATA_IN_SETUP 100L /* data in Set-up Time */
129 #define T_DATA_IN_SETUP 250L /* data in Set-up Time */
938 SK_U64 CurrTime; /* Current Time */
992 /* We came from a different state -> Set Begin Time Stamp */
998 /* Set current Time */
1010 /* Set current Time */
1057 /* We came from a different state -> Set Begin Time Stamp */
1063 /* Set current Time */
1075 /* Set current Time */
1174 SK_U32 Time; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskgehwt.h44 extern void SkHwtStart(SK_AC *pAC, SK_IOC Ioc, SK_U32 Time);
H A Dsktimer.h61 SK_U32 Time, SK_U32 Class, SK_U32 Event, SK_EVPARA Para);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dtest613.pl3 use Time::Local;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/
H A Dmakevms.com156 $! Time To EXIT.
332 $! That's All, Time To RETURN.
348 $! Get The Current Date & Time.
362 $! That's All, Time To RETURN.
507 $! That's All, Time To RETURN.
536 $! Time To RETURN.
561 $! Time To Return.
586 $! That's All, Time To RETURN.
611 $! That's All, Time To RETURN.
636 $! That's All, Time T
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds23_clnt.c91 unsigned long Time=(unsigned long)time(NULL); local
96 RAND_add(&Time,sizeof(Time),0);
206 unsigned long Time,l; local
239 Time=(unsigned long)time(NULL); /* Time */
240 l2n(Time,p);
H A Ds23_srvr.c143 unsigned long Time=(unsigned long)time(NULL); local
148 RAND_add(&Time,sizeof(Time),0);
H A Dssl-lib.com148 $! Time To EXIT.
249 $! Time To Clean Up The Object File.
265 $! Time To RETURN.
334 $! Time To Return.
460 $! Time To RETURN.
505 $! Time To Return.
554 $! Time To EXIT.
608 $! Time To EXIT.
908 $! Time To EXIT.
913 $! Time t
[all...]
H A Dd1_clnt.c147 unsigned long Time=(unsigned long)time(NULL),l; local
153 RAND_add(&Time,sizeof(Time),0);
531 unsigned long Time,l; local
547 Time=(unsigned long)time(NULL); /* Time */
548 l2n(Time,p);
549 RAND_pseudo_bytes(p,SSL3_RANDOM_SIZE-sizeof(Time));
H A Dd1_srvr.c147 unsigned long l,Time=(unsigned long)time(NULL); local
153 RAND_add(&Time,sizeof(Time),0);
663 unsigned long l,Time; local
669 Time=(unsigned long)time(NULL); /* Time */
670 l2n(Time,p);
671 RAND_pseudo_bytes(p,SSL3_RANDOM_SIZE-sizeof(Time));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/
H A Dinstall.com4 $! Time of creation: 27-MAY-2004 11:47
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Ddes-lib.com139 $! Time To EXIT.
231 $! Time To Clean Up The Object File.
247 $! All Done, Time To Return.
295 $! All Done, Time To Return.
343 $! All Done, Time To Return.
391 $! All Done, Time To Return.
441 $! All Done, Time To Return.
489 $! All Done, Time To Return.
615 $! Time To RETURN.
640 $! Time T
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes-lib.com139 $! Time To EXIT.
231 $! Time To Clean Up The Object File.
247 $! All Done, Time To Return.
295 $! All Done, Time To Return.
343 $! All Done, Time To Return.
391 $! All Done, Time To Return.
441 $! All Done, Time To Return.
489 $! All Done, Time To Return.
615 $! Time To RETURN.
640 $! Time T
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Druntests.pl60 # run time statistics needs Time::HiRes
63 require Time::HiRes;
64 import Time::HiRes qw( time );
2632 $timeprepini{$testnum} = Time::HiRes::time() if($timestats);
2788 $timesrvrini{$testnum} = Time::HiRes::time() if($timestats);
2795 $timesrvrend{$testnum} = Time::HiRes::time() if($timestats);
3114 $timetoolini{$testnum} = Time::HiRes::time() if($timestats);
3141 $timetoolend{$testnum} = Time::HiRes::time() if($timestats);
3191 $timesrvrlog{$testnum} = Time::HiRes::time() if($timestats);
3276 $timevrfyend{$testnum} = Time
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl-lib.com148 $! Time To EXIT.
247 $! Time To Clean Up The Object File.
263 $! Time To RETURN.
332 $! Time To Return.
458 $! Time To RETURN.
503 $! Time To Return.
552 $! Time To EXIT.
606 $! Time To EXIT.
906 $! Time To EXIT.
911 $! Time t
[all...]
H A Ds23_clnt.c109 unsigned long Time=time(NULL); local
114 RAND_add(&Time,sizeof(Time),0);
H A Ds23_srvr.c161 unsigned long Time=time(NULL); local
166 RAND_add(&Time,sizeof(Time),0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/VMS/
H A Dinstall.com4 $! Time of creation: 23-MAY-1998 19:22
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dinstall.com4 $! Time of creation: 22-MAY-1998 10:13
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dinstall.com4 $! Time of creation: 23-MAY-1998 19:22
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dinstall.com4 $! Time of creation: 22-MAY-1998 10:13
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A Dinstall.com4 $! Time of creation: 22-MAY-1998 10:13
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dmaketests.com249 $! All Done, Time To Exit.
376 $! Time To RETURN.
424 $! Time To Return.
477 $! Time To EXIT.
732 $! Time To EXIT.
737 $! Time to check the contents, and to make sure we get the correct library.
833 $! Time To EXIT.
875 $! Time To RETURN...

Completed in 323 milliseconds

123