Lines Matching defs:count
125 * @param count the number of values
129 enum TiffTypes type, int count, const void *ptr_val)
137 bytestream_put_le32(&entries_ptr, count);
139 if (type_sizes[type] * (int64_t)count <= 4) {
140 tnput(&entries_ptr, count, ptr_val, type, 0);
143 if (check_size(s, count * (int64_t)type_sizes2[type]))
145 tnput(s->buf, count, ptr_val, type, 0);
233 #define ADD_ENTRY(s, tag, type, count, ptr_val) \
235 ret = add_entry(s, tag, type, count, ptr_val); \
514 bytestream_put_le16(&ptr, s->num_entries); // write tag count