| /components/libc/cplusplus/cpp11/armclang/ |
| A D | clock.cpp | 17 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 D | timeouts.c | 73 #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 D | icmp6.c | 106 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 D | api.h | 84 #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 D | sys.h | 57 #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 D | cputimer.c | 39 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 D | icmp.c | 261 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 D | inet_chksum.c | 138 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 D | api.h | 97 #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 D | sys.h | 57 #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 D | icmp.c | 301 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 D | ctime.c | 207 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 D | icmp.c | 308 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 D | cxx_mail.h | 63 T *t = NULL; variable
|
| /components/lwp/arch/arm/common/ |
| A D | reloc.c | 56 uint32_t t; in arch_elf_reloc() local 102 uint32_t t; in arch_elf_reloc() local
|
| /components/lwp/arch/risc-v/common/ |
| A D | reloc.c | 47 uint32_t t; in arch_elf_reloc() local 90 uint32_t t; in arch_elf_reloc() local
|
| /components/drivers/ktime/src/ |
| A D | boottime.c | 27 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 D | sys.h | 52 #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 D | api.h | 79 #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 D | timeouts.c | 207 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 D | sockets_stresstest.c | 457 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 D | timers.c | 269 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 D | dev_i2c_dm.c | 32 struct i2c_timings *t = timings; in i2c_timings_ofw_parse() local
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | thread.cpp | 24 thread::invoker_base* t = static_cast<thread::invoker_base*>(p); in execute_native_thread_routine() local
|
| /components/drivers/rtc/ |
| A D | dev_soft_rtc.c | 76 static void set_rtc_time(time_t t) in set_rtc_time() 86 time_t *t; in soft_rtc_control() local
|