Searched defs:xy (Results 1 – 3 of 3) sorted by relevance
7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local18 void xyarray__reset(struct xyarray *xy) in xyarray__reset()25 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
17 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry()
1401 struct xyarray *xy = evsel->fd; in apply_config_evsel_for_key() local