Home
last modified time | relevance | path

Searched defs:n_ (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/headers/posix/
Dheader_checks.h35 #define STRUCT_MEMBER(s_, t_, n_) { s_ s; t_* ptr = &(s.n_); } argument
36 #define STRUCT_MEMBER_ARRAY(s_, t_, n_) { s_ s; t_* ptr = &(s.n_[0]); } argument
37 #define STRUCT_MEMBER_FUNCTION_POINTER(s_, t_, n_) { s_ s; t_ = (s.n_); } argument
/bionic/tests/
Dglob_test.cpp28 #define ASSERT_MATCH_COUNT(n_,g_) ASSERT_EQ(n_, g_.gl_matchc) argument
30 #define ASSERT_MATCH_COUNT(n_,g_) argument