Home
last modified time | relevance | path

Searched defs:a1 (Results 1 – 10 of 10) sorted by relevance

/system/netd/libnetdutils/
DSliceTest.cpp106 A a1{}; in TEST_F() local
114 A a1{}; in TEST_F() local
124 A a1{}, a2{}; in TEST_F() local
/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.cc57 const Octet16& n2, uint8_t* a1, in calculate_mac_key_or_ltk()
76 void f5(const uint8_t* w, const Octet16& n1, const Octet16& n2, uint8_t* a1, in f5()
101 const Octet16& r, uint8_t* iocap, uint8_t* a1, uint8_t* a2) { in f6()
/system/iorap/src/common/
Dmacros.h49 #define IORAP_PP_MAP_IMPL_1(FN, sep, a1) FN(a1) argument
50 #define IORAP_PP_MAP_IMPL_2(FN, sep, a1, a2) FN(a1) sep() FN(a2) argument
51 #define IORAP_PP_MAP_IMPL_3(FN, sep, a1, a2, a3) FN(a1) sep() FN(a2) sep() FN(a3) argument
52 #define IORAP_PP_MAP_IMPL_4(FN, sep, a1, a2, a3, a4) FN(a1) sep() FN(a2) sep() FN(a3) sep() FN(a4) argument
/system/bt/test/mock/
Dmock_stack_crypto_toolbox.cc72 void f5(const uint8_t* w, const Octet16& n1, const Octet16& n2, uint8_t* a1, in f5()
78 const Octet16& r, uint8_t* iocap, uint8_t* a1, uint8_t* a2) { in f6()
/system/bt/gd/crypto_toolbox/
Dcrypto_toolbox.cc59 uint8_t* a1, 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 …const Octet16& n1, const Octet16& n2, const Octet16& r, uint8_t* iocap, uint8_t* a1, uint8_t* a2) { in f6()
Dcrypto_toolbox_test.cc167 std::array<uint8_t, 7> a1{0x00, 0x56, 0x12, 0x37, 0x37, 0xbf, 0xce}; in TEST() local
196 std::vector<uint8_t> a1{0x00, 0x56, 0x12, 0x37, 0x37, 0xbf, 0xce}; in TEST() local
/system/bt/stack/test/
Dcrypto_toolbox_test.cc192 std::array<uint8_t, 7> a1{0x00, 0x56, 0x12, 0x37, 0x37, 0xbf, 0xce}; in TEST() local
225 std::vector<uint8_t> a1{0x00, 0x56, 0x12, 0x37, 0x37, 0xbf, 0xce}; in TEST() local
/system/teeui/libteeui/src/
Dutils.cpp57 auto a1 = -dist_vec.y(); in pixelLineIntersect() local
/system/media/audio_utils/include/audio_utils/
DBiquadFilter.h64 static inline constexpr bool isStable(const D& a1, const D& a2) { in isStable()
/system/netd/tests/
Dbinder_test.cpp836 int a1 = accept(s1, nullptr, 0); in TEST_F() local