Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 90) sorted by relevance

1234

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetifapi.h87 #define netifapi_netif_remove(n) netifapi_netif_common(n, netif_remove, NULL) argument
91 #define netifapi_netif_set_up(n) netifapi_netif_common(n, netif_set_up, NULL) argument
95 #define netifapi_netif_set_down(n) netifapi_netif_common(n, netif_set_down, NULL) argument
99 #define netifapi_netif_set_default(n) netifapi_netif_common(n, netif_set_default, NULL) argument
103 #define netifapi_netif_set_link_up(n) netifapi_netif_common(n, netif_set_link_up, NULL) argument
107 #define netifapi_netif_set_link_down(n) netifapi_netif_common(n, netif_set_link_down, NULL) argument
117 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start) argument
122 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL) argument
126 #define netifapi_dhcp_inform(n) netifapi_netif_common(n, dhcp_inform, NULL) argument
130 #define netifapi_dhcp_renew(n) netifapi_netif_common(n, NULL, dhcp_renew) argument
[all …]
H A Dsnmp.h105 #define MIB2_STATS_NETIF_INC(n, x) do { ++(n)->mib2_counters.x; } while(0) argument
110 #define MIB2_STATS_NETIF_ADD(n, x, val) do { (n)->mib2_counters.x += (val); } while(0) argument
139 #define MIB2_STATS_NETIF_INC(n, x) argument
140 #define MIB2_STATS_NETIF_ADD(n, x, val) argument
/btstack/3rd-party/lc3-google/src/
H A Dltpf.c214 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x64k_12k8()
259 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x192k_12k8()
304 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_8k_12k8()
320 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_16k_12k8()
336 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_32k_12k8()
352 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_24k_12k8()
368 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_48k_12k8()
384 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_96k_12k8()
398 LC3_HOT static void resample_6k4(const int16_t *x, int16_t *y, int n) in resample_6k4()
438 LC3_HOT static inline float dot(const int16_t *a, const int16_t *b, int n) in dot()
[all …]
H A Dltpf_arm.h49 struct lc3_ltpf_hp50_state *hp50, const int16x2_t *x, int16_t *y, int n) in arm_resample_x64k_12k8()
80 struct lc3_ltpf_hp50_state *hp50, const int16x2_t *x, int16_t *y, int n) in arm_resample_x192k_12k8()
122 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_8k_12k8()
159 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_16k_12k8()
217 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_32k_12k8()
266 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_24k_12k8()
367 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_48k_12k8()
460 const int16_t *a, const int16_t *b, int n, float *y, int nc) in arm_correlate()
H A Dltpf_neon.h40 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in neon_resample_16k_12k8()
88 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in neon_resample_32k_12k8()
133 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in neon_resample_48k_12k8()
195 LC3_HOT static inline float neon_dot(const int16_t *a, const int16_t *b, int n) in neon_dot()
227 const int16_t *a, const int16_t *b, int n, float *y, int nc) in neon_correlate()
H A Dbits.c72 int n = end > start ? (int)(end - start) : -(int)(start - end); in get_bits_left() local
253 for (int n = 8 * nleft - accu->n; n > 0; n -= 32) in lc3_flush_bits() local
265 LC3_HOT void lc3_put_bits_generic(struct lc3_bits *bits, unsigned v, int n) in lc3_put_bits_generic()
339 LC3_HOT unsigned lc3_get_bits_generic(struct lc3_bits *bits, int n) in lc3_get_bits_generic()
H A Dmdct.c36 const struct lc3_complex *x, struct lc3_complex *y, int n) in fft_5()
96 const struct lc3_complex *x, struct lc3_complex *y, int n) in fft_bf3()
138 const struct lc3_complex *x, struct lc3_complex *y, int n) in fft_bf2()
168 static struct lc3_complex *fft(const struct lc3_complex *x, int n, in fft()
419 LC3_HOT static void rescale(float *x, int n, float f) in rescale()
H A Dbits.h96 int n, nover; member
219 struct lc3_bits *bits, unsigned v, int n) in lc3_put_bits()
242 LC3_HOT static inline unsigned lc3_get_bits(struct lc3_bits *bits, int n) in lc3_get_bits()
/btstack/test/mesh/
H A Dmesh_crypto.py20 def aes128(key, n): argument
25 def aes_cmac(key, n): argument
50 def k1(n, salt, p): argument
56 def k2(n, p): argument
74 def k3(n): argument
81 def k4(n): argument
/btstack/3rd-party/lwip/core/src/core/
H A Ddef.c76 lwip_htons(u16_t n) in lwip_htons()
90 lwip_htonl(u32_t n) in lwip_htonl()
105 lwip_strnstr(const char *buffer, const char *token, size_t n) in lwip_strnstr()
128 lwip_strnistr(const char *buffer, const char *token, size_t n) in lwip_strnistr()
226 int n = (number >= 0) ? number : -number; in lwip_itoa() local
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/
H A Dble_common.h78 #define ALIGN(n) argument
94 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
96 #define BITN( w, n ) (((w)[(n)/32] >> ((n)%32)) & 1) argument
98 #define BITNSET( w, n, b ) M_BEGIN (w)[(n)/32] |= ((U32)(b))<<((n)%32); M_END argument
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/
H A Dstm32_wpan_common.h107 #define ALIGN(n) argument
127 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
130 #define BITN( w, n ) (((w)[(n)/32] >> ((n)%32)) & 1) argument
133 #define BITNSET( w, n, b ) M_BEGIN (w)[(n)/32] |= ((U32)(b))<<((n)%32); M_END argument
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/
H A Dutilities_common.h94 #define ALIGN(n) argument
114 #define SHRR( x, n ) ((((x)>>((n)-1))+1)>>1) argument
117 #define BITN( w, n ) (((w)[(n)/32] >> ((n)%32)) & 1) argument
120 #define BITNSET( w, n, b ) M_BEGIN (w)[(n)/32] |= ((U32)(b))<<((n)%32); M_END argument
/btstack/3rd-party/bluedroid/decoder/include/
H A Doi_time.h69 #define OI_SECONDS(n) ((OI_INTERVAL) ((n) * OI_INTERVALS_PER_SECOND)) argument
75 #define OI_MSECONDS(n) ((OI_INTERVAL) ((n + MSECS_PER_OI_INTERVAL - 1) / MSECS_PER_OI_INTERVAL)) argument
81 #define OI_MINUTES(n) ((OI_INTERVAL) ((n) * OI_SECONDS(60))) argument
/btstack/3rd-party/md5/
H A Dmd5.c81 #define SET(n) \ argument
83 #define GET(n) \ argument
86 #define SET(n) \ argument
92 #define GET(n) \ argument
/btstack/3rd-party/segger-rtt/
H A DSEGGER_RTT_Syscalls_SES.c120 int n; in printf() local
158 int n; in printf() local
189 int n; in printf() local
/btstack/3rd-party/lc3-google/test/
H A Dctypes.h41 #define to_1d_ptr(obj, t, n, ptr) \ argument
47 #define to_1d_copy(obj, t, ptr, n) \ argument
61 #define new_1d_ptr(t, n, ptr) \ argument
67 #define new_1d_copy(t, n, src) \ argument
90 static PyObject *__to_1d_ptr(PyObject *obj, int t, int n, void **ptr) in __to_1d_ptr()
115 static PyObject *__to_1d_copy(PyObject *obj, int t, void *v, int n) in __to_1d_copy()
150 static PyObject *__new_1d_ptr(int t, int n, void **ptr) in __new_1d_ptr()
170 static PyObject *__new_1d_copy(int t, int n, const void *src) in __new_1d_copy()
H A Dltpf.py91 def __init__(self, n, history = 0): argument
163 def correlate(self, x, i0, n, k0, k1): argument
169 def norm_corr(self, x, i0, n, k): argument
/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_lcd.h10 #define MIN(n,m) (((n) < (m)) ? (n) : (m)) argument
14 #define MAX(n,m) (((n) < (m)) ? (m) : (n)) argument
18 #define ABS(n) (((n) < 0) ? -(n) : (n)) argument
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dutils.c122 int n; in ppp_slprintf() local
136 int c, i, n; in ppp_vslprintf() local
409 int n; in ppp_vslp_printer() local
448 int i, n; in ppp_format_packet() local
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/
H A Dmd5.c52 #define GET_ULONG_LE(n,b,i) \ argument
62 #define PUT_ULONG_LE(n,b,i) \ argument
106 #define S(x,n) ((x << n) | ((x & 0xFFFFFFFF) >> (32 - n))) in md5_process() argument
H A Dmd4.c53 #define GET_ULONG_LE(n,b,i) \ argument
63 #define PUT_ULONG_LE(n,b,i) \ argument
107 #define S(x,n) ((x << n) | ((x & 0xFFFFFFFF) >> (32 - n))) in md4_process() argument
H A Dsha1.c52 #define GET_ULONG_BE(n,b,i) \ argument
62 #define PUT_ULONG_BE(n,b,i) \ argument
107 #define S(x,n) ((x << n) | ((x & 0xFFFFFFFF) >> (32 - n))) in sha1_process() argument
/btstack/src/mesh/
H A Dmesh_crypto.c60 void mesh_k1(btstack_crypto_aes128_cmac_t * request, const uint8_t * n, uint16_t n_len, const uint8… in mesh_k1()
121 void mesh_k2(btstack_crypto_aes128_cmac_t * request, const uint8_t * n, uint8_t * result, void (* c… in mesh_k2()
150 void mesh_k3(btstack_crypto_aes128_cmac_t * request, const uint8_t * n, uint8_t * result, void (* c… in mesh_k3()
183 void mesh_k4(btstack_crypto_aes128_cmac_t * request, const uint8_t * n, uint8_t * result, void (* c… in mesh_k4()
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/template/
H A Dble_const.h96 #define htob( d, n ) (d) /* LE */ argument
97 #define btoh( d, n ) (d) /* LE */ argument

1234