Searched refs:clock_freq (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/IOKitUser-907.100.13/
H A DTests.c53 unsigned int clock_freq; variable
89 size = sizeof( clock_freq );
91 kr = IORegistryEntryGetProperty( root, "clock-frequency", (char *)&clock_freq, &size )
93 assert( size == sizeof( clock_freq ));
95 printf("clock-frequency = %d\n", clock_freq);
104 printf("elapsed %d us\n", (int)((end - start) / (clock_freq / divisor / 4 ) * numer ));
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DWSTests.c55 unsigned int clock_freq; variable
89 size = sizeof( clock_freq );
91 kr = IORegistryEntryGetProperty( root, "clock-frequency", (char *)&clock_freq, &size )
93 assert( size == sizeof( clock_freq ));
95 printf("clock-frequency = %d\n", clock_freq);
104 printf("elapsed %d us\n", (int)((end - start) / (clock_freq / divisor / 4 ) * numer ));
/macosx-10.9.5/cctools-845/include/mach/
H A Dmachine.h122 int clock_freq; /* clock interrupt frequency */ member in struct:machine_slot

Completed in 111 milliseconds