Lines Matching defs:count
89 static unsigned int calculate_offset_array_size (unsigned int offSize, unsigned int count)
90 { return offSize * (count + 1); }
93 { return calculate_offset_array_size (offSize, count); }
130 this->count = byteArray.length;
218 this->count = it.len ();
250 assert (index <= count);
262 (offset_at (index + 1) > offset_at (count))))
274 if (unlikely (index >= count)) return Null (byte_str_t);
281 if (count > 0)
282 return min_size + offset_array_size () + (offset_at (count) - 1);
283 return count.static_size; /* empty CFFIndex contains count only */
289 return_trace (likely ((c->check_struct (this) && count == 0) || /* empty INDEX */
291 c->check_array (offsets, offSize, count + 1) &&
299 for (unsigned int i = 0; i < count + 1u; i++)
308 COUNT count; /* Number of object data. Note there are (count+1) offsets */
311 /* The array of (count + 1) offsets into objects array (1-base). */
322 if (likely (index < CFFIndex<COUNT>::count))
339 this->count = dataArrayLen;