Subversion Repositories Kolibri OS

Rev

Rev 3480 | Rev 3747 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3480 Rev 3482
Line 409... Line 409...
409
                if (!__builtin_constant_p(v) || \
409
                if (!__builtin_constant_p(v) || \
410
                    ((v) != NULL)) \
410
                    ((v) != NULL)) \
411
                (p) = (v); \
411
                (p) = (v); \
412
        })
412
        })
Line -... Line 413...
-
 
413
 
-
 
414
 
-
 
415
unsigned int hweight16(unsigned int w);
-
 
416
 
-
 
417
#define cpufreq_quick_get_max(x) GetCpuFreq()
-
 
418
 
-
 
419
extern unsigned int tsc_khz;
413
 
420