OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:timerfreq
(Results
1 - 1
of
1
) sorted by null
/external/svox/pico/lib/
picopal.c
498
LARGE_INTEGER
timerFreq
;
520
QueryPerformanceFrequency(&
timerFreq
);
527
tf = GLOB(
timerFreq
).QuadPart;
533
tf = (double)(
timerFreq
.QuadPart);
Completed in 55 milliseconds