Home
last modified time | relevance | path

Searched defs:a_y (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dnested_struct11.c15 float a_y; member
/external/libffi/testsuite/libffi.call/
Dnested_struct11.c15 float a_y; member
/external/google-breakpad/src/testing/test/
Dgmock_stress_test.cc79 Derived1(int a_x, int a_y) : Base(a_x), y_(a_y) {} in Derived1()