Lines Matching defs:count
134 fprintf(agxdecode_dump_stream, "ERROR - can't handle segment count %u\n",
163 unsigned count = group.resource_count;
169 if ((count < 1) || (count > 6)) {
170 fprintf(agxdecode_dump_stream, "ERROR - invalid count %u\n", count);
174 for (unsigned j = 0; j < count; ++j) {
197 /* Check the handle count */
199 fprintf(agxdecode_dump_stream, "ERROR - wrong handle count, got %u, expected %u (%u entries)\n",
286 unsigned count = decoder(map, verbose);
289 if (count == 0) {
291 count = 8;
294 map += count;
297 if (count == STATE_DONE)
520 cmd.attachment_offset), "Attachment count");