Searched refs:stopAt (Results 1 – 1 of 1) sorted by relevance
361 uint32_t stopAt = startAt + LV_MIN(sizeof(srcs) / sizeof(void *) - startAt, 4); in image_core_cb() local363 for(i = startAt; i < stopAt; i++) { in image_core_cb()