Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b

Parent Directory (gnuradio/gcell/lib/general)

Kludge Summary of gnuradio/gcell/lib/general/spu

Total Kludges 1
Total Subdirs 0

All Directories within gnuradio/gcell/lib/general/spu

All Files within gnuradio/gcell/lib/general/spu

Kludge Snippets in gnuradio/gcell/lib/general/spu

gnuradio/gcell/lib/general/spu/qa_memset.c

Category FIXME
Committer eb
Commit ID d5e5244a9ce8c5c3847c133c1107fba2af0e90c3
30        #define	MAX_OFFSET    32
31        #define	ALIGNMENT     16
32        #define	K	      0xA5
33        
34        // FIXME should be passed at gcell init time
35        //static const int TIMEBASE = 79800000; // ps3
36        static const int TIMEBASE = 26666666; // qs21
37        
38        typedef void* (*memset_fptr)(void *s, int val, size_t n);