Searched refs:timeval (Results 1 - 25 of 655) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dtestutil.h28 struct timeval tutil_tvnow(void);
36 long tutil_tvdiff(struct timeval t1, struct timeval t2);
43 double tutil_tvdiff_secs(struct timeval t1, struct timeval t2);
45 long tutil_tvlong(struct timeval t1);
H A Dtestutil.c30 struct timeval tutil_tvnow(void)
37 struct timeval now;
46 struct timeval tutil_tvnow(void)
55 struct timeval now;
80 struct timeval tutil_tvnow(void)
87 struct timeval now;
94 struct timeval tutil_tvnow(void)
99 struct timeval now;
113 long tutil_tvdiff(struct timeval newer, struct timeval olde
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtimeval.h32 struct timeval curlx_tvnow(void);
40 long curlx_tvdiff(struct timeval t1, struct timeval t2);
47 double curlx_tvdiff_secs(struct timeval t1, struct timeval t2);
49 long Curl_tvlong(struct timeval t1);
H A Dtimeval.c23 #include "timeval.h"
27 struct timeval curlx_tvnow(void)
34 struct timeval now;
43 struct timeval curlx_tvnow(void)
52 struct timeval now;
77 struct timeval curlx_tvnow(void)
84 struct timeval now;
91 struct timeval curlx_tvnow(void)
96 struct timeval now;
110 long curlx_tvdiff(struct timeval newe
[all...]
H A Dspeedcheck.h27 #include "timeval.h"
31 struct timeval now);
H A Dsplay.h30 struct timeval key; /* this node's "sort" key */
34 struct Curl_tree *Curl_splay(struct timeval i,
37 struct Curl_tree *Curl_splayinsert(struct timeval key,
42 struct Curl_tree *Curl_splayremove(struct timeval key,
47 struct Curl_tree *Curl_splaygetbest(struct timeval key,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dtimeval.h25 /** \file timeval.h Functions to facilitate timeval handling */
37 /** Compare two timeval structures and return a negative value when a < b, 0 when a == b and a positive value otherwise */
38 int avahi_timeval_compare(const struct timeval *a, const struct timeval *b);
40 /** Calculate the difference between two timeval structures as microsecond value */
41 AvahiUsec avahi_timeval_diff(const struct timeval *a, const struct timeval *b);
43 /** Add a number of microseconds to the specified timeval structure and return it. *a is modified. */
44 struct timeval* avahi_timeval_ad
[all...]
H A Dtimeval.c30 #include "timeval.h"
32 int avahi_timeval_compare(const struct timeval *a, const struct timeval *b) {
51 AvahiUsec avahi_timeval_diff(const struct timeval *a, const struct timeval *b) {
61 struct timeval* avahi_timeval_add(struct timeval *a, AvahiUsec usec) {
78 AvahiUsec avahi_age(const struct timeval *a) {
79 struct timeval now;
88 struct timeval *avahi_elapse_tim
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-sys_time.c23 struct timeval a;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/libbridge/
H A Dlibbridge.h36 struct timeval max_age;
37 struct timeval hello_time;
38 struct timeval forward_delay;
39 struct timeval bridge_max_age;
40 struct timeval bridge_hello_time;
41 struct timeval bridge_forward_delay;
46 struct timeval ageing_time;
47 struct timeval hello_timer_value;
48 struct timeval tcn_timer_value;
49 struct timeval topology_change_timer_valu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_util.h26 struct timeval tool_tvnow(void);
34 long tool_tvdiff(struct timeval t1, struct timeval t2);
41 double tool_tvdiff_secs(struct timeval t1, struct timeval t2);
43 long tool_tvlong(struct timeval t1);
H A Dtool_util.c30 struct timeval tool_tvnow(void)
37 struct timeval now;
46 struct timeval tool_tvnow(void)
55 struct timeval now;
80 struct timeval tool_tvnow(void)
87 struct timeval now;
94 struct timeval tool_tvnow(void)
99 struct timeval now;
113 long tool_tvdiff(struct timeval newer, struct timeval olde
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/mpc1211/
H A Dio.h19 extern void mpc1211_rtc_gettimeofday(struct timeval *tv);
20 extern int mpc1211_rtc_settimeofday(const struct timeval *tv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dtimeeventq.h41 const struct timeval *timeval,
46 void avahi_time_event_update(AvahiTimeEvent *e, const struct timeval *timeval);
H A Dtimeeventq.c29 #include <avahi-common/timeval.h>
38 struct timeval expiry;
39 struct timeval last_run;
83 struct timeval now;
108 struct timeval now;
165 const struct timeval *timeval,
184 if (timeval)
185 e->expiry = *timeval;
217 void avahi_time_event_update(AvahiTimeEvent *e, const struct timeval *timeva argument
163 avahi_time_event_new( AvahiTimeEventQueue *q, const struct timeval *timeval, AvahiTimeEventCallback callback, void* userdata) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.h81 struct timeval runtime_total;
82 struct timeval runtime_min;
83 struct timeval runtime_max;
85 struct timeval updated_time;
86 struct timeval interval_total;
87 struct timeval interval_min;
88 struct timeval interval_max;
H A Dospf6d.h151 ospf6_timeval_sub (const struct timeval *t1, const struct timeval *t2,
152 struct timeval *result);
154 ospf6_timeval_div (const struct timeval *t1, u_int by,
155 struct timeval *result);
157 ospf6_timeval_sub_equal (const struct timeval *t, struct timeval *result);
159 ospf6_timeval_decode (const struct timeval *t, long *dayp, long *hourp,
162 ospf6_timeval_string (struct timeval *tv, char *buf, int size);
164 ospf6_timeval_string_summary (struct timeval *t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dhighres_timer.h38 struct timeval *tv);
39 extern void highres_timer_read (struct timeval *tv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsys_time.in.h39 struct timeval struct
49 int gettimeofday (struct timeval *restrict, void *restrict);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dtimer.h51 struct timeval tm;
61 void dhcp6_set_timer __P((struct timeval *, struct dhcp6_timer *));
63 struct timeval * dhcp6_check_timer __P((void));
64 struct timeval * dhcp6_timer_rest __P((struct dhcp6_timer *));
66 void timeval_sub __P((struct timeval *, struct timeval *,
67 struct timeval *));
H A Dtimer.c55 static struct timeval tm_sentinel;
56 static struct timeval tm_max = {0x7fffffff, 0x7fffffff};
60 timeval_add(struct timeval *a, struct timeval *b, struct timeval *result)
75 timeval_sub(struct timeval *a, struct timeval *b, struct timeval *result)
128 dhcp6_set_timer(struct timeval *tm,
131 struct timeval no
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsockios.h12 #define SIOCGSTAMP _IOR('s', 100, struct timeval) /* Get stamp (timeval) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dsockios.h23 #define SIOCGSTAMP _IOR('s', 100, struct timeval) /* Get stamp (timeval) */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Drealcalls.c27 struct timeval tv[2];
39 int real_utimes(const char *name, struct timeval tv[2])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dfasttimer.h8 #include <linux/time.h> /* struct timeval */
18 struct timeval tv_set;
19 struct timeval tv_expires;

Completed in 154 milliseconds

1234567891011>>