Changeset 2204 for trunk/psLib/test/dataManip/tst_psStats08.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats08.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats08.c
r1811 r2204 13 13 #define N (8 * N1) // Don't change this (N must be a multiple of 8) 14 14 15 intmain()15 psS32 main() 16 16 { 17 17 psStats *myStats = NULL; 18 inttestStatus = true;19 intglobalTestStatus = true;20 inti = 0;18 psS32 testStatus = true; 19 psS32 globalTestStatus = true; 20 psS32 i = 0; 21 21 psVector *myVector = NULL; 22 22 psVector *maskVector= NULL; … … 28 28 float realLQWithMask = N/8.0; 29 29 float realUQWithMask = 3.0 * (N/8.0); 30 intcount = 0;31 intcurrentId = psMemGetId();32 intmemLeaks = 0;30 psS32 count = 0; 31 psS32 currentId = psMemGetId(); 32 psS32 memLeaks = 0; 33 33 34 34 /*************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
