Searched defs:a1 (Results 1 – 6 of 6) sorted by relevance
/system/netd/libnetdutils/ |
D | SliceTest.cpp | 106 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/ |
D | crypto_toolbox.cc | 57 const Octet16& n2, uint8_t* a1, in calculate_mac_key_or_ltk() 76 void f5(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/ |
D | macros.h | 49 #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/stack/test/ |
D | crypto_toolbox_test.cc | 192 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/netd/resolv/ |
D | getaddrinfo.cpp | 1149 static int _common_prefix_len(const struct in6_addr* a1, const struct in6_addr* a2) { in _common_prefix_len() 1177 const struct addrinfo_sort_elem* a1 = (const struct addrinfo_sort_elem*) ptr1; in _rfc6724_compare() local
|
D | dns_tls_test.cpp | 856 bytevec a1 = make_query(1, SIZE); in TEST() local
|