Searched defs:n2 (Results 1 – 8 of 8) sorted by relevance
/btstack/3rd-party/lc3-google/test/ |
H A D | ctypes.h | 44 #define to_2d_ptr(obj, t, n1, n2, ptr) \ argument 50 #define to_2d_copy(obj, t, ptr, n1, n2) \ argument 64 #define new_2d_ptr(t, n1, n2, ptr) \ argument 70 #define new_2d_copy(t, n1, n2, src) \ argument 102 static PyObject *__to_2d_ptr(PyObject *obj, int t, int n1, int n2, void **ptr) in __to_2d_ptr() 126 static PyObject *__to_2d_copy(PyObject *obj, int t, void *v, int n1, int n2) in __to_2d_copy() 159 static PyObject *__new_2d_ptr(int t, int n1, int n2, void **ptr) in __new_2d_ptr() 182 static PyObject *__new_2d_copy(int t, int n1, int n2, const void *src) in __new_2d_copy()
|
/btstack/test/crypto/ |
H A D | aes_cmac_test.c | 155 static void f5(sm_key256_t res, const sm_key256_t w, const sm_key_t n1, const sm_key_t n2, const sm… in f5() 186 static void f6(sm_key_t res, const sm_key_t w, const sm_key_t n1, const sm_key_t n2, const sm_key_t… in f6()
|
/btstack/3rd-party/lc3-google/src/ |
H A D | tables.h | 97 struct lc3_fft_bf2_twiddles { int n2; const struct lc3_complex *t; }; member
|
H A D | sns.c | 290 int n2 = nb < 32 ? nb - n4 : LC3_MAX_BANDS - nb; in compute_scale_factors() local 742 int n2 = nb < 32 ? nb - n4 : LC3_MAX_BANDS - nb; in spectral_shaping() local
|
H A D | bits.c | 354 int n2 = n - n1; in lc3_get_bits_generic() local
|
H A D | mdct_neon.h | 231 int n2 = twiddles->n2; in neon_fft_bf2() local
|
H A D | mdct.c | 140 int n2 = twiddles->n2; in fft_bf2() local
|
/btstack/src/ble/ |
H A D | sm.c | 1837 …5_mackkey(sm_connection_t * sm_conn, sm_key_t t, const sm_key_t n1, const sm_key_t n2, const sm_ke… in f5_mackkey() 1888 static void f6_setup(const sm_key_t n1, const sm_key_t n2, const sm_key_t r, const sm_key24_t io_ca… in f6_setup()
|