Home
last modified time | relevance | path

Searched defs:n1 (Results 1 – 13 of 13) 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.cc58 uint8_t* key_id, const Octet16& n1, 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.cc57 const Octet16& n1, 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.cc165 …Octet16 n1{0xd5, 0xcb, 0x84, 0x54, 0xd1, 0x77, 0x73, 0x3e, 0xff, 0xff, 0xb2, 0xec, 0x71, 0x2b, 0xa… in TEST() local
192 …Octet16 n1{0xd5, 0xcb, 0x84, 0x54, 0xd1, 0x77, 0x73, 0x3e, 0xff, 0xff, 0xb2, 0xec, 0x71, 0x2b, 0xa… 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/
Denergy.c36 int n1 = n1_table[dt][sr]; in lc3_energy_compute() local
Dbits.c271 int n1 = LC3_MIN(LC3_ACCU_BITS - accu->n, n); in lc3_put_bits_generic() local
348 int n1 = LC3_MIN(LC3_ACCU_BITS - accu->n, n); in lc3_get_bits_generic() local
/packages/modules/Uwb/service/java/com/android/server/uwb/util/
DHex.java86 int n1 = Character.digit(c1, RADIX); in decodeEven() local
/packages/modules/Bluetooth/system/stack/test/
Dcrypto_toolbox_test.cc190 Octet16 n1{0xd5, 0xcb, 0x84, 0x54, 0xd1, 0x77, 0x73, 0x3e, in TEST() local
220 Octet16 n1{0xd5, 0xcb, 0x84, 0x54, 0xd1, 0x77, 0x73, 0x3e, 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/NeuralNetworks/runtime/
DExecutionBuilder.cpp671 int n1 = plan.fallback(controller, &executor, nullptr, nullptr); in cpuFallbackPartial() local