Searched refs:row_size (Results 1 – 3 of 3) sorted by relevance
6 size_t row_size = ylen * entry_size; in xyarray__new() local7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new()11 xy->row_size = row_size; in xyarray__new()
7 size_t row_size; member19 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry()
1413 if (xy->row_size / xy->entry_size != 1) { in apply_config_evsel_for_key()1436 events = xy->entries / (xy->row_size / xy->entry_size); in apply_config_evsel_for_key()