Home | History | Annotate | Download | only in testprof

Lines Matching full:no_results

6 int no_results;
22 qsort(results, no_results, sizeof(struct list), &sorter);
26 for (x = 0; x < no_results; x++) {
30 for (x = 0; x < no_results; x++) {
35 for (x = 0; x < no_results; x++) {
265 no_results = 0;
280 results[no_results].spd1 = results[no_results].avg = t1;
281 results[no_results++].id = x;
300 no_results = 0;
347 results[no_results].id = x;
348 results[no_results].spd1 = a1/(sizeof(pt)/cipher_descriptor[x].block_length);
349 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length);
350 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2;
351 ++no_results;
372 no_results = 0;
419 results[no_results].id = x;
420 results[no_results].spd1 = a1/(sizeof(pt)/cipher_descriptor[x].block_length);
421 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length);
422 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2;
423 ++no_results;
447 no_results = 0;
494 results[no_results].id = x;
495 results[no_results].spd1 = a1/(sizeof(pt)/cipher_descriptor[x].block_length);
496 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length);
497 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2;
498 ++no_results;
522 no_results = 0;
571 results[no_results].id = x;
572 results[no_results].spd1 = a1/(sizeof(pt)/cipher_descriptor[x].block_length);
573 results[no_results].spd2 = a2/(sizeof(pt)/cipher_descriptor[x].block_length);
574 results[no_results].avg = (results[no_results].spd1 + results[no_results].spd2+1)/2;
575 ++no_results;
600 no_results = 0;
629 results[no_results].id = x;
630 results[no_results].spd1 = results[no_results].avg = t1;
631 ++no_results;