Searched refs:num_atoms (Results 1 – 2 of 2) sorted by relevance
251 …int num_atoms; /* if range prop, num_atoms == 1; if enum prop, num_atoms == num_enums… member
3114 p->num_atoms = 1; in drmmode_output_create_resources()3115 p->atoms = calloc(p->num_atoms, sizeof(Atom)); in drmmode_output_create_resources()3140 p->num_atoms = drmmode_prop->count_enums + 1; in drmmode_output_create_resources()3141 p->atoms = calloc(p->num_atoms, sizeof(Atom)); in drmmode_output_create_resources()3155 TRUE : FALSE, p->num_atoms - 1, in drmmode_output_create_resources()