Searched refs:xyarray (Results 1 – 4 of 4) sorted by relevance
6 struct xyarray { struct12 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size); argument13 void xyarray__delete(struct xyarray *xy);15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry()
4 struct xyarray *xyarray__new(int xlen, int ylen, size_t entry_size) in xyarray__new()7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()17 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
51 struct xyarray *fd;52 struct xyarray *sample_id;
255 LIB_H += util/xyarray.h332 LIB_OBJS += $(OUTPUT)util/xyarray.o382 PYRF_OBJS += $(OUTPUT)util/xyarray.o