Searched refs:time (Results 226 - 250 of 2065) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbfspeed.c77 #include <time.h>
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbnspeed.c79 #include <time.h>
158 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
H A Dbn_rand.c113 #include <time.h>
142 time(&tim);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast_spd.c77 #include <time.h>
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_unix.c122 #include <sys/time.h>
127 #include <time.h>
270 time. */
311 l=time(NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc2/
H A Drc2speed.c77 #include <time.h>
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4speed.c77 #include <time.h>
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5speed.c77 #include <time.h>
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dm8260_setup.c27 #include <asm/time.h>
89 m8260_set_rtc_time(unsigned long time) argument
91 rtc_time = time;
99 /* Get time from the RTC.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dtime.c27 #include <linux/time.h>
37 #include <asm/time.h>
38 #include <asm/mc146818-time.h>
177 * The SEAD board doesn't have a real time clock, so we can't
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Dclass.c71 struct timespec time; local
80 pr_debug("%s: bogus resume time\n", rtc->dev.bus_id);
86 pr_debug("%s: time travel!\n", rtc->dev.bus_id);
93 set_normalized_timespec(&time,
96 do_settimeofday(&time);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dres_gdt.c16 #include <time.h>
23 * calling this for the first time. In a sparse filesystem it will be the
120 inode.i_ctime = time(0);
201 inode.i_atime = inode.i_mtime = time(0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtc.h16 * struct tm in <time.h>, but it needs to be here so that the kernel
39 struct rtc_time time; /* time the alarm is set to */ member in struct:rtc_wkalrm
79 #define RTC_ALM_SET _IOW('p', 0x07, struct rtc_time) /* Set alarm time */
80 #define RTC_ALM_READ _IOR('p', 0x08, struct rtc_time) /* Read alarm time */
81 #define RTC_RD_TIME _IOR('p', 0x09, struct rtc_time) /* Read RTC time */
82 #define RTC_SET_TIME _IOW('p', 0x0a, struct rtc_time) /* Set RTC time */
107 extern int rtc_tm_to_time(struct rtc_time *tm, unsigned long *time);
108 extern void rtc_time_to_tm(unsigned long time, struct rtc_time *tm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_cache.c41 time_t now_t = time(NULL);
117 case '!': timeout = time(NULL) - timeout; break;
119 default: timeout += time(NULL); break;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dudhcpc.c28 #include <time.h>
48 time(&now);
166 time(&now);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dbftpdutmp.c6 #include <time.h>
78 time(&(ut.bu_time));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dchkspeed.c25 * amount of downloaded bytes, the time used for the whole download, and
35 #include <time.h>
122 time_t t = time(NULL);
154 /* check for total download time */
157 printf("Total download time: %0.3f sec.\n", val);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl_txt.c168 if (x->time != 0L)
170 if (BIO_printf(bp, "\n Start Time: %ld",x->time) <= 0) goto err;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Ddebug.c20 #include <sys/time.h>
21 #include <time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Ddirectory.c110 ndir->ctime[1] = ndir->time[1] = hour + min_hi;
111 ndir->ctime[0] = ndir->time[0] = min_low + sec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_rand.c113 #include <time.h>
142 time(&tim);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-iop33x/
H A Diq80331.c31 #include <asm/mach/time.h>
35 #include <asm/arch/time.h>
H A Diq80332.c31 #include <asm/mach/time.h>
35 #include <asm/arch/time.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dthread.h68 struct timeval sands; /* rest of time sands value. */
81 /* Thread yield time. */
101 #define THREAD_TIMER_ON(master,thread,func,arg,time) \
104 thread = thread_add_timer (master, func, arg, time); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/sim/
H A Dsim_time.c15 #include <asm/time.h>
17 #include <asm/mc146818-time.h>

Completed in 262 milliseconds

1234567891011>>