Searched defs:Point (Results 1 - 1 of 1) sorted by relevance

/system/core/libacc/tests/data/
H A Dtypedef.c2 typedef struct Point { struct
5 } Point; typedef in typeref:struct:Point
7 void add(Point* result, Point* a, Point* b) {
12 void print(Point* p) {
16 void set(Point* p, int x, int y) {
29 Point a, b, c;

Completed in 43 milliseconds