Home
last modified time | relevance | path

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

12345

/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duip_timer.c65 timer_set(struct timer *t, clock_time_t interval) in timer_set()
85 timer_reset(struct timer *t) in timer_reset()
105 timer_restart(struct timer *t) in timer_restart()
187 timer_expired(struct timer *t) in timer_expired()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_l2cap_test.c688 struct test_data *t = arg; in ble_l2cap_test_event() local
723 ble_l2cap_test_coc_connect(struct test_data *t) in ble_l2cap_test_coc_connect()
780 ble_l2cap_test_coc_connect_by_peer(struct test_data *t) in ble_l2cap_test_coc_connect_by_peer()
835 ble_l2cap_test_coc_disc(struct test_data *t) in ble_l2cap_test_coc_disc()
862 ble_l2cap_test_coc_disc_by_peer(struct test_data *t) in ble_l2cap_test_coc_disc_by_peer()
889 ble_l2cap_test_coc_invalid_disc_by_peer(struct test_data *t) in ble_l2cap_test_coc_invalid_disc_by_peer()
910 ble_l2cap_test_coc_send_data(struct test_data *t) in ble_l2cap_test_coc_send_data()
959 ble_l2cap_test_coc_recv_data(struct test_data *t) in ble_l2cap_test_coc_recv_data()
983 struct test_data *t) in ble_l2cap_test_set_chan_test_conf()
993 struct test_data t; in TEST_CASE() local
[all …]
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A Dtime.c79 struct tm* localtime_r(const time_t* t, struct tm* r) in localtime_r()
89 struct tm* localtime(const time_t* t) in localtime()
95 time_t mktime(struct tm * const t) in mktime()
175 char *asctime_r(const struct tm *t, char *buf) in asctime_r()
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Daes_encrypt.c77 unsigned int t; in tc_aes128_set_encrypt_key() local
134 uint8_t t[Nb*Nk]; in mix_columns() local
149 uint8_t t[Nb * Nk]; in shift_rows() local
H A Daes_decrypt.c83 uint8_t t[Nb*Nk]; in inv_mix_columns() local
120 uint8_t t[Nb*Nk]; in inv_shift_rows() local
/nrf52832-nimble/rt-thread/libcpu/c-sky/common/
H A Dcsi_simd.h124 int32_t r, s, t, u; in __QADD8() local
153 int32_t r, s, t, u; in __UQADD8() local
180 int32_t r, s, t, u; in __SADD8() local
207 int32_t r, s, t, u; in __UADD8() local
236 int32_t r, s, t, u; in __QSUB8() local
265 int32_t r, s, t, u; in __UQSUB8() local
292 int32_t r, s, t, u; in __SSUB8() local
319 int32_t r, s, t, u; in __USUB8() local
349 int32_t r, s, t, u; in __USAD8() local
381 int32_t r, s, t, u; in __USADA8() local
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H 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
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv6/
H 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()
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/
H A Dos_task.c49 ble_npl_task_init(struct ble_npl_task *t, const char *name, ble_npl_task_func_t func, in ble_npl_task_init()
82 ble_npl_task_remove(struct ble_npl_task *t) in ble_npl_task_remove()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H 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
H 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
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H 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()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H 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
H 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
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H 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()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H 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()
/nrf52832-nimble/rt-thread/examples/libc/
H A Dtime.c15 time_t t; in speed() local
/nrf52832-nimble/rt-thread/components/cplusplus/
H A DMail.h63 T *t = NULL; variable
/nrf52832-nimble/rt-thread/examples/network/
H A Dtcp_server.py33 t=threading.Thread(target=tcp_link(sock,addr)) variable
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H 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
H 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
/nrf52832-nimble/rt-thread/src/
H A Dtimer.c348 struct rt_timer *t; in rt_timer_start() local
496 struct rt_timer *t; in rt_timer_check() local
574 struct rt_timer *t; in rt_soft_timer_check() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtimeouts.c207 struct sys_timeo *timeout, *t; in sys_timeout_debug() local
275 struct sys_timeo *prev_t, *t; in sys_untimeout() local
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinfblock.c125 uInt t; /* temporary storage */ local
203 t = s->sub.left; local
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/
H A Dtime.c45 time_t __time64(time_t *t) in __time64()

12345