/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip_timer.c | 65 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 D | ble_l2cap_test.c | 688 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 D | time.c | 79 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 D | aes_encrypt.c | 77 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 D | aes_decrypt.c | 83 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 D | csi_simd.h | 124 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 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
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv6/ |
H 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()
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/ |
H A D | os_task.c | 49 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 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
|
H 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
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/ |
H 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()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H 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
|
H 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
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H 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()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H 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()
|
/nrf52832-nimble/rt-thread/examples/libc/ |
H A D | time.c | 15 time_t t; in speed() local
|
/nrf52832-nimble/rt-thread/components/cplusplus/ |
H A D | Mail.h | 63 T *t = NULL; variable
|
/nrf52832-nimble/rt-thread/examples/network/ |
H A D | tcp_server.py | 33 t=threading.Thread(target=tcp_link(sock,addr)) variable
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H 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
|
H 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
|
/nrf52832-nimble/rt-thread/src/ |
H A D | timer.c | 348 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 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
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | infblock.c | 125 uInt t; /* temporary storage */ local 203 t = s->sub.left; local
|
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/ |
H A D | time.c | 45 time_t __time64(time_t *t) in __time64()
|