Searched refs:endIndx (Results 1 – 1 of 1) sorted by relevance
411 …num_runs_shift, ExplicitType type, int testID, MTdata randIn, uint64_t startIndx, uint64_t endIndx,523 uint64_t endIndx = (1ULL<<num_runs_shift); in test_integer_ops_threaded() local524 uint64_t jobcount = (endIndx-startIndx)/num_elements; in test_integer_ops_threaded()562 uint64_t startIndx, uint64_t endIndx, in test_integer_ops() argument628 if(startIndx >= endIndx) in test_integer_ops()631 endIndx = (1ULL<<num_runs_shift); in test_integer_ops()633 for (indx=startIndx; indx < endIndx; indx+=num_elements) in test_integer_ops()