HomeSort by relevance Sort by last modified time
    Searched defs:a_x (Results 1 - 3 of 3) sorted by null

  /external/libffi/testsuite/libffi.call/
nested_struct11.c 14 float a_x; member in struct:A
31 result.a.a_x = source.a.a_x;
40 source.a.a_x, source.a.a_y,
42 result.a.a_x, result.a.a_y,
116 CHECK (result.a.a_x == source.a.a_x);
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
nested_struct11.c 14 float a_x; member in struct:A
31 result.a.a_x = source.a.a_x;
40 source.a.a_x, source.a.a_y,
42 result.a.a_x, result.a.a_y,
116 CHECK (result.a.a_x == source.a.a_x);
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
nested_struct11.c 14 float a_x; member in struct:A
31 result.a.a_x = source.a.a_x;
40 source.a.a_x, source.a.a_y,
42 result.a.a_x, result.a.a_y,
116 CHECK (result.a.a_x == source.a.a_x);

Completed in 133 milliseconds