Lines Matching defs:count
80 int count;
90 int count;
107 for (i = 0; i < ctx->objects.count; i++) {
112 ctx->objects.count = 0;
113 ctx->palettes.count = 0;
120 for (i = 0; i < objects->count; i++) {
131 for (i = 0; i < palettes->count; i++) {
249 if (ctx->objects.count >= MAX_EPOCH_OBJECTS) {
253 object = &ctx->objects.object[ctx->objects.count++];
343 if (ctx->palettes.count >= MAX_EPOCH_PALETTES) {
347 palette = &ctx->palettes.palette[ctx->palettes.count++];