Home
last modified time | relevance | path

Searched defs:n2 (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/lc3/test/
Dctypes.h44 #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()
/packages/modules/Bluetooth/system/stack/crypto_toolbox/
Dcrypto_toolbox.cc59 const Octet16& n2, uint8_t* a1, in calculate_mac_key_or_ltk()
78 void f5(const uint8_t* w, const Octet16& n1, const Octet16& n2, uint8_t* a1, in f5()
102 Octet16 f6(const Octet16& w, const Octet16& n1, const Octet16& n2, in f6()
Daes.cc256 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_crypto_toolbox.cc72 void f5(const uint8_t* w, const Octet16& n1, const Octet16& n2, uint8_t* a1, in f5()
77 Octet16 f6(const Octet16& w, const Octet16& n1, const Octet16& n2, in f6()
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox.cc58 const Octet16& n2, in calculate_mac_key_or_ltk()
78 void f5(uint8_t* w, const Octet16& n1, const Octet16& n2, uint8_t* a1, uint8_t* a2, Octet16* mac_ke… in f5()
100 f6(const Octet16& w, const Octet16& n1, const Octet16& n2, const Octet16& r, uint8_t* iocap, uint8_… in f6()
Dcrypto_toolbox_test.cc166 …Octet16 n2{0xa6, 0xe8, 0xe7, 0xcc, 0x25, 0xa7, 0x5f, 0x6e, 0x21, 0x65, 0x83, 0xf7, 0xff, 0x3d, 0xc… in TEST() local
193 …Octet16 n2{0xa6, 0xe8, 0xe7, 0xcc, 0x25, 0xa7, 0x5f, 0x6e, 0x21, 0x65, 0x83, 0xf7, 0xff, 0x3d, 0xc… in TEST() local
Daes.cc208 uint_8t p1 = x, p2 = BPOLY, n1 = hibit(x), n2 = 0x80, v1 = 1, v2 = 0; in gf_inv() local
/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dtables.h31 struct lc3_fft_bf2_twiddles { int n2; const struct lc3_complex *t; }; member
Dbits.c354 int n2 = n - n1; in lc3_get_bits_generic() local
Dsns.c258 int n2 = LC3_NUM_BANDS - nb; in compute_scale_factors() local
698 int n2 = LC3_NUM_BANDS - nb; in spectral_shaping() local
Dmdct_neon.h220 int n2 = twiddles->n2; in neon_fft_bf2() local
Dmdct.c139 int n2 = twiddles->n2; in fft_bf2() local
/packages/modules/Bluetooth/system/stack/test/
Dcrypto_toolbox_test.cc192 Octet16 n2{0xa6, 0xe8, 0xe7, 0xcc, 0x25, 0xa7, 0x5f, 0x6e, in TEST() local
222 Octet16 n2{0xa6, 0xe8, 0xe7, 0xcc, 0x25, 0xa7, 0x5f, 0x6e, in TEST() local
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_utilities_poly.h302 double C[16],n0,n1,n2,n3,m; in db_EigenVector4x4() local
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_int.h106 uint8_t n2; member