Searched refs:cnt_max (Results 1 – 1 of 1) sorted by relevance
3339 size_t cnt_max = SIZE_MAX / sizeof(theme_entry); in copy_package() local3340 if (te != NULL && (cnt < 0xFFFFFFFF-1) && (cnt < cnt_max)) { in copy_package()3410 size_t cnt_max = SIZE_MAX / sizeof(theme_entry); in applyStyle() local3411 size_t buff_size = (cnt < cnt_max && cnt < 0xFFFFFFFF-1) ? in applyStyle()