reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
262 trip_count = *pupper - *plower + 1; 264 trip_count = *plower - *pupper + 1; 267 trip_count = (UT)(*pupper - *plower) / incr + 1; 269 trip_count = (UT)(*plower - *pupper) / (-incr) + 1; 280 if (trip_count == 0 && *pupper != *plower) { 289 if (trip_count < nth) { 294 if (tid < trip_count) { 300 *plastiter = (tid == trip_count - 1); 303 UT small_chunk = trip_count / nth; 304 UT extras = trip_count % nth; 311 (trip_count / nth + ((trip_count % nth) ? 1 : 0)) * incr; 311 (trip_count / nth + ((trip_count % nth) ? 1 : 0)) * incr; 336 *pstride = trip_count; 349 *plastiter = (tid == ((trip_count - 1) / (UT)chunk) % nth); 355 UT span = (trip_count + nth - 1) / nth; 370 *plastiter = (tid == ((trip_count - 1) / (UT)chunk)); 387 cur_chunk = trip_count / nth + ((trip_count % nth) ? 1 : 0); 387 cur_chunk = trip_count / nth + ((trip_count % nth) ? 1 : 0); 390 __kmp_itt_metadata_loop(loc, 0, trip_count, cur_chunk); 411 &(task_info->task_data), trip_count, codeptr);