OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHIFT_USEC
(Results
26 - 29
of
29
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
timex.h
27
#define
SHIFT_USEC
16
31
#define MAXFREQ (512L <<
SHIFT_USEC
)
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
timex.h
27
#define
SHIFT_USEC
16
31
#define MAXFREQ (512L <<
SHIFT_USEC
)
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
timex.h
27
#define
SHIFT_USEC
16
31
#define MAXFREQ (512L <<
SHIFT_USEC
)
/external/kernel-headers/original/linux/
timex.h
85
*
SHIFT_USEC
defines the scaling (shift) of the time_freq and
93
#define
SHIFT_USEC
16 /* frequency offset scale (shift) */
97
#define MAXFREQ (512L <<
SHIFT_USEC
) /* max frequency error (ppm) */
Completed in 201 milliseconds
1
2