/btstack/3rd-party/lc3-google/test/ |
H A D | ctypes.h | 28 #define CTYPES_CHECK(exc, t) \ argument 38 #define to_scalar(obj, t, ptr) \ argument 41 #define to_1d_ptr(obj, t, n, ptr) \ argument 44 #define to_2d_ptr(obj, t, n1, n2, ptr) \ argument 47 #define to_1d_copy(obj, t, ptr, n) \ argument 50 #define to_2d_copy(obj, t, ptr, n1, n2) \ argument 61 #define new_1d_ptr(t, n, ptr) \ argument 64 #define new_2d_ptr(t, n1, n2, ptr) \ argument 67 #define new_1d_copy(t, n, src) \ argument 70 #define new_2d_copy(t, n1, n2, src) \ argument [all …]
|
/btstack/3rd-party/lwip/core/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
|
H A D | memp.h | 145 #define memp_malloc(t) memp_malloc_fn((t), __FILE__, __LINE__) argument
|
/btstack/3rd-party/lwip/core/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
|
H A D | dns.c | 164 #define LWIP_DNS_ADDRTYPE_IS_IPV6(t) (((t) == LWIP_DNS_ADDRTYPE_IPV6_IPV4) || ((t) == LWIP_DNS_ADDR… argument 165 #define LWIP_DNS_ADDRTYPE_MATCH_IP(t, ip) (IP_IS_V6_VAL(ip) ? LWIP_DNS_ADDRTYPE_IS_IPV6(t) : (!LWIP… argument 171 #define LWIP_DNS_ADDRTYPE_IS_IPV6(t) 1 argument 173 #define LWIP_DNS_ADDRTYPE_IS_IPV6(t) 0 argument 175 #define LWIP_DNS_ADDRTYPE_MATCH_IP(t, ip) 1 argument
|
H A D | inet_chksum.c | 137 u16_t t = 0; in lwip_standard_chksum() local 193 u16_t t = 0; in lwip_standard_chksum() local
|
H A D | memp.c | 103 struct memp *t, *h; in memp_sanity() local
|
/btstack/src/ |
H A D | btstack_resample.c | 67 const uint16_t t = context->src_pos & 0xffffu; in btstack_resample_block() local 81 const uint16_t t = context->src_pos & 0xffffu; in btstack_resample_block() local
|
/btstack/3rd-party/lwip/core/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()
|
/btstack/3rd-party/lc3-google/src/ |
H A D | tables.h | 96 struct lc3_fft_bf3_twiddles { int n3; const struct lc3_complex (*t)[2]; }; member 97 struct lc3_fft_bf2_twiddles { int n2; const struct lc3_complex *t; }; member
|
H A D | fastmath.h | 172 static const uint16_t t[][2] = { in lc3_db_q16() local
|
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/ |
H A D | Event.java | 23 StringBuffer t = new StringBuffer(); in toString() local
|
H A D | Packet.java | 40 StringBuffer t = new StringBuffer(); in toString() local
|
/btstack/3rd-party/lc3-google/tables/ |
H A D | fastmath.py | 22 def fast_exp2(x, t, p): argument
|
H A D | mktables.py | 90 def print_table(t, m=4): argument
|
/btstack/3rd-party/lwip/core/src/include/netif/ppp/ |
H A D | ppp_impl.h | 535 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } wh… argument 536 #define TIMEOUTMS(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t), (f), (a)); } while(0) argument 547 #define MAKEHEADER(p, t) { \ argument
|
/btstack/3rd-party/lc3-google/python/tools/ |
H A D | specgram.py | 61 t = np.arange(n - (n % frame_len)) / fs variable
|
/btstack/3rd-party/bluedroid/decoder/include/ |
H A D | oi_utils.h | 109 #define OI_ScheduleCallback(f, a, t) OI_ScheduleCallbackFunction(f, a, t, NULL); argument
|
/btstack/3rd-party/lwip/core/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 81 #define API_MSG_M_DEF_C(t, m) t m argument 94 #define API_MSG_M_DEF_C(t, m) const t * m argument
|
/btstack/3rd-party/lwip/core/src/include/lwip/prot/ |
H A D | icmp.h | 84 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) argument
|
/btstack/tool/ |
H A D | create_packet_log.py | 38 def generateTimestamp(t): argument
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/ |
H A D | ble_common.h | 83 #define PAUSE( t ) M_BEGIN \ argument
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ |
H A D | stm32_wpan_common.h | 113 #define PAUSE( t ) M_BEGIN \ argument
|
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/ |
H A D | utilities_common.h | 100 #define PAUSE( t ) M_BEGIN \ argument
|