~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to perf/ffbench.c

  • Committer: Bazaar Package Importer
  • Author(s): Andrés Roldán
  • Date: 2008-06-13 02:31:40 UTC
  • mto: (1.4.1 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080613023140-iwk33rz9rhvfkr96
Import upstream version 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
#define max(a,b) ((a)>(b)?(a):(b))
156
156
#define min(a,b) ((a)<=(b)?(a):(b))
157
157
 
158
 
#ifndef unix
159
 
#ifndef WIN32
160
 
extern char *farmalloc(long s);
161
 
#define malloc(x)   farmalloc(x)
162
 
#endif
163
 
#define FWMODE   "wb"
164
 
#else
165
 
#define FWMODE   "w"
166
 
#endif
167
 
 
168
158
/*
169
159
 
170
160
        Multi-dimensional fast Fourier transform