~ubuntu-branches/ubuntu/natty/memtester/natty

« back to all changes in this revision

Viewing changes to tests.h

  • Committer: Bazaar Package Importer
  • Author(s): Gürkan Sengün
  • Date: 2010-10-11 12:45:36 UTC
  • mfrom: (1.2.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101011124536-a63j8kgwk439ea73
Tags: upstream-4.2.1
Import upstream version 4.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
int test_walkbits1_comparison(unsigned long volatile *bufa, unsigned long volatile *bufb, size_t count);
33
33
int test_bitspread_comparison(unsigned long volatile *bufa, unsigned long volatile *bufb, size_t count);
34
34
int test_bitflip_comparison(unsigned long volatile *bufa, unsigned long volatile *bufb, size_t count);
 
35
#ifdef TEST_NARROW_WRITES    
 
36
int test_8bit_wide_random(unsigned long volatile *bufa, unsigned long volatile *bufb, size_t count);
 
37
int test_16bit_wide_random(unsigned long volatile *bufa, unsigned long volatile *bufb, size_t count);
 
38
#endif
 
39