Lines Matching refs:num_items

1723     xcb_block_len += (_aux->num_items * (_aux->format / 8)) * sizeof(uint8_t);  in xcb_randr_get_output_property_sizeof()
1825 return (R->num_items * (R->format / 8)); in xcb_randr_get_output_property_data_length()
1832 i.data = ((uint8_t *) (R + 1)) + ((R->num_items * (R->format / 8))); in xcb_randr_get_output_property_data_end()
4675 xcb_block_len += (_aux->num_items * (_aux->format / 8)) * sizeof(char); in xcb_randr_change_provider_property_sizeof()
4697 uint32_t num_items, in xcb_randr_change_provider_property_checked() argument
4717 xcb_out.num_items = num_items; in xcb_randr_change_provider_property_checked()
4725 xcb_parts[4].iov_len = (num_items * (format / 8)) * sizeof(char); in xcb_randr_change_provider_property_checked()
4740 uint32_t num_items, in xcb_randr_change_provider_property() argument
4760 xcb_out.num_items = num_items; in xcb_randr_change_provider_property()
4768 xcb_parts[4].iov_len = (num_items * (format / 8)) * sizeof(char); in xcb_randr_change_provider_property()
4785 return (R->num_items * (R->format / 8)); in xcb_randr_change_provider_property_data_length()
4792 i.data = ((char *) (R + 1)) + ((R->num_items * (R->format / 8))); in xcb_randr_change_provider_property_data_end()
4870 xcb_block_len += (_aux->num_items * (_aux->format / 8)) * sizeof(char); in xcb_randr_get_provider_property_sizeof()
4972 return (R->num_items * (R->format / 8)); in xcb_randr_get_provider_property_data_length()
4979 i.data = ((char *) (R + 1)) + ((R->num_items * (R->format / 8))); in xcb_randr_get_provider_property_data_end()