Home
last modified time | relevance | path

Searched refs:ARRAYSIZE (Results 1 – 4 of 4) sorted by relevance

/external/dhcpcd/
Ddhcpcd_test.cpp26 #define ARRAYSIZE(x) sizeof((x)) / sizeof((x)[0]) macro
79 memset(dhcpmsgs, 0, ARRAYSIZE(dhcpmsgs) * sizeof(struct dhcp_message)); in SetUp()
/external/android-clat/
Dclatd_test.cpp36 #define ARRAYSIZE(x) sizeof((x)) / sizeof((x)[0]) macro
776 reassemble_packet(kIPv4Fragments, kIPv4FragLengths, ARRAYSIZE(kIPv4Fragments), in TEST_F()
785 reassemble_packet(kIPv6Fragments, kIPv6FragLengths, ARRAYSIZE(kIPv6Fragments), in TEST_F()
858 for (i = 0; i < ARRAYSIZE(DATA); i++) { in TEST_F()
891 ARRAYSIZE(kIPv4Fragments), "IPv4->IPv6 fragment translation"); in TEST_F()
895 ARRAYSIZE(kIPv6Fragments), "IPv6->IPv4 fragment translation"); in TEST_F()
/external/regex-re2/re2/testing/
Dre2_arg_test.cc87 const int kNumStrings = ARRAYSIZE(kSuccessTable);
/external/regex-re2/util/
Dtest.h34 #define ARRAYSIZE arraysize macro