Home
last modified time | relevance | path

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

123

/btstack/3rd-party/lc3-google/test/
H A Dctypes.h28 #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 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
H A Dmemp.h145 #define memp_malloc(t) memp_malloc_fn((t), __FILE__, __LINE__) argument
/btstack/3rd-party/lwip/core/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
H A Ddns.c164 #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 Dinet_chksum.c137 u16_t t = 0; in lwip_standard_chksum() local
193 u16_t t = 0; in lwip_standard_chksum() local
H A Dmemp.c103 struct memp *t, *h; in memp_sanity() local
/btstack/src/
H A Dbtstack_resample.c67 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 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()
/btstack/3rd-party/lc3-google/src/
H A Dtables.h96 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 Dfastmath.h172 static const uint16_t t[][2] = { in lc3_db_q16() local
/btstack/platform/daemon/binding/java/src/com/bluekitchen/btstack/
H A DEvent.java23 StringBuffer t = new StringBuffer(); in toString() local
H A DPacket.java40 StringBuffer t = new StringBuffer(); in toString() local
/btstack/3rd-party/lc3-google/tables/
H A Dfastmath.py22 def fast_exp2(x, t, p): argument
H A Dmktables.py90 def print_table(t, m=4): argument
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dppp_impl.h535 #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 Dspecgram.py61 t = np.arange(n - (n % frame_len)) / fs variable
/btstack/3rd-party/bluedroid/decoder/include/
H A Doi_utils.h109 #define OI_ScheduleCallback(f, a, t) OI_ScheduleCallbackFunction(f, a, t, NULL); argument
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcpip_priv.h81 #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 Dicmp.h84 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) argument
/btstack/tool/
H A Dcreate_packet_log.py38 def generateTimestamp(t): argument
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/
H A Dble_common.h83 #define PAUSE( t ) M_BEGIN \ argument
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/
H A Dstm32_wpan_common.h113 #define PAUSE( t ) M_BEGIN \ argument
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/
H A Dutilities_common.h100 #define PAUSE( t ) M_BEGIN \ argument

123