Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 89) sorted by relevance

1234

/components/libc/cplusplus/cpp11/armclang/
A Dclock.cpp17 unsigned int t = std::time(nullptr); in __ARM_TPL_clock_realtime() local
25 unsigned int t = rt_tick_get(); in __ARM_TPL_clock_monotonic() local
/components/net/lwip/lwip-2.1.2/src/core/
A Dtimeouts.c73 #define TIME_LESS_THAN(t, compare_to) ( (((u32_t)((t)-(compare_to))) > LWIP_MAX_TIMEOUT) ? 1 : 0 ) argument
186 struct sys_timeo *timeout, *t; in sys_timeout_abs() local
319 struct sys_timeo *prev_t, *t; in sys_untimeout() local
408 struct sys_timeo *t; in sys_restart_timeouts() local
/components/net/lwip/lwip-1.4.1/src/core/ipv6/
A Dicmp6.c106 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach()
142 icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t) in icmp_time_exceeded()
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dapi.h84 #define NETCONNTYPE_GROUP(t) ((t)&0xF0) argument
85 #define NETCONNTYPE_DATAGRAM(t) ((t)&0xE0) argument
88 #define NETCONNTYPE_ISIPV6(t) (((t)&NETCONN_TYPE_IPV6) != 0) argument
89 #define NETCONNTYPE_ISUDPLITE(t) (((t)&0xF3) == NETCONN_UDPLITE) argument
90 #define NETCONNTYPE_ISUDPNOCHKSUM(t) (((t)&0xF3) == NETCONN_UDPNOCHKSUM) argument
293 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL) argument
294 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c) argument
A Dsys.h57 #define sys_arch_sem_wait(s,t) argument
80 #define sys_thread_new(n,t,a,s,p) argument
82 #define sys_msleep(t) argument
/components/drivers/cputime/
A Dcputimer.c39 struct rt_cputimer *t; in _cputime_timeout_callback() local
51 struct rt_cputimer *t; in _set_next_timeout() local
148 struct rt_cputimer *t; in rt_cputimer_start() local
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dicmp.c261 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach()
275 icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t) in icmp_time_exceeded()
A Dinet_chksum.c138 u16_t *ps, t = 0; in lwip_standard_chksum() local
194 u16_t *ps, t = 0; in lwip_standard_chksum() local
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dapi.h97 #define NETCONNTYPE_GROUP(t) ((t)&0xF0) argument
98 #define NETCONNTYPE_DATAGRAM(t) ((t)&0xE0) argument
101 #define NETCONNTYPE_ISIPV6(t) (((t)&NETCONN_TYPE_IPV6) != 0) argument
102 #define NETCONNTYPE_ISUDPLITE(t) (((t)&0xF3) == NETCONN_UDPLITE) argument
103 #define NETCONNTYPE_ISUDPNOCHKSUM(t) (((t)&0xF3) == NETCONN_UDPNOCHKSUM) argument
310 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL) argument
311 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c) argument
A Dsys.h57 #define sys_arch_sem_wait(s,t) argument
80 #define sys_thread_new(n,t,a,s,p) argument
82 #define sys_msleep(t) argument
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dicmp.c301 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach()
316 icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t) in icmp_time_exceeded()
/components/libc/compilers/common/
A Dctime.c207 struct tm* gmtime(const time_t* t) in gmtime()
214 struct tm* localtime_r(const time_t* t, struct tm* r) in localtime_r()
226 struct tm* localtime(const time_t* t) in localtime()
233 time_t mktime(struct tm * const t) in mktime()
247 char* asctime_r(const struct tm *t, char *buf) in asctime_r()
340 rt_weak time_t time(time_t *t) in time()
368 int stime(const time_t *t) in stime()
382 time_t timegm(struct tm * const t) in timegm()
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dicmp.c308 icmp_dest_unreach(struct pbuf *p, enum icmp_dur_type t) in icmp_dest_unreach()
323 icmp_time_exceeded(struct pbuf *p, enum icmp_te_type t) in icmp_time_exceeded()
/components/libc/cplusplus/os/
A Dcxx_mail.h63 T *t = NULL; variable
/components/lwp/arch/arm/common/
A Dreloc.c56 uint32_t t; in arch_elf_reloc() local
102 uint32_t t; in arch_elf_reloc() local
/components/lwp/arch/risc-v/common/
A Dreloc.c47 uint32_t t; in arch_elf_reloc() local
90 uint32_t t; in arch_elf_reloc() local
/components/drivers/ktime/src/
A Dboottime.c27 rt_weak rt_err_t rt_ktime_boottime_get_s(time_t *t) in rt_ktime_boottime_get_s()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsys.h52 #define sys_arch_sem_wait(s,t) argument
71 #define sys_thread_new(n,t,a,s,p) argument
73 #define sys_msleep(t) argument
A Dapi.h79 #define NETCONNTYPE_GROUP(t) (t&0xF0) argument
80 #define NETCONNTYPE_DATAGRAM(t) (t&0xE0) argument
212 #define netconn_new(t) netconn_new_with_proto_and_callback(t, 0, NULL) argument
213 #define netconn_new_with_callback(t, c) netconn_new_with_proto_and_callback(t, 0, c) argument
/components/net/lwip/lwip-2.0.3/src/core/
A Dtimeouts.c207 struct sys_timeo *timeout, *t; in sys_timeout_debug() local
275 struct sys_timeo *prev_t, *t; in sys_untimeout() local
/components/net/lwip/lwip-2.1.2/test/sockets/
A Dsockets_stresstest.c457 sys_thread_t t; in sockets_stresstest_conn_client() local
570 sys_thread_t t; in sockets_stresstest_start_clients() local
611 sys_thread_t t; in sockets_stresstest_listener() local
659 sys_thread_t t; in sockets_stresstest_init_loopback() local
678 sys_thread_t t; in sockets_stresstest_init_server() local
/components/net/lwip/lwip-1.4.1/src/core/
A Dtimers.c269 struct sys_timeo *timeout, *t; in sys_timeout_debug() local
323 struct sys_timeo *prev_t, *t; in sys_untimeout() local
/components/drivers/i2c/
A Ddev_i2c_dm.c32 struct i2c_timings *t = timings; in i2c_timings_ofw_parse() local
/components/libc/cplusplus/cpp11/gcc/
A Dthread.cpp24 thread::invoker_base* t = static_cast<thread::invoker_base*>(p); in execute_native_thread_routine() local
/components/drivers/rtc/
A Ddev_soft_rtc.c76 static void set_rtc_time(time_t t) in set_rtc_time()
86 time_t *t; in soft_rtc_control() local

Completed in 1035 milliseconds

1234