OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHIFT_SCALE
(Results
26 - 34
of
34
) sorted by null
1
2
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
timex.h
25
#define
SHIFT_SCALE
22
28
#define FINENSEC (1L << (
SHIFT_SCALE
- 10))
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
timex.h
25
#define
SHIFT_SCALE
22
28
#define FINENSEC (1L << (
SHIFT_SCALE
- 10))
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
timex.h
25
#define
SHIFT_SCALE
22
28
#define FINENSEC (1L << (
SHIFT_SCALE
- 10))
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
timex.h
25
#define
SHIFT_SCALE
22
28
#define FINENSEC (1L << (
SHIFT_SCALE
- 10))
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
timex.h
25
#define
SHIFT_SCALE
22
28
#define FINENSEC (1L << (
SHIFT_SCALE
- 10))
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
timex.h
25
#define
SHIFT_SCALE
22
28
#define FINENSEC (1L << (
SHIFT_SCALE
- 10))
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
timex.h
25
#define
SHIFT_SCALE
22
28
#define FINENSEC (1L << (
SHIFT_SCALE
- 10))
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
timex.h
25
#define
SHIFT_SCALE
22
28
#define FINENSEC (1L << (
SHIFT_SCALE
- 10))
/external/kernel-headers/original/linux/
timex.h
78
* The
SHIFT_SCALE
define establishes the decimal point of the time_phase
91
#define
SHIFT_SCALE
22 /* phase scale (shift) */
94
#define FINENSEC (1L << (
SHIFT_SCALE
- 10)) /* ~1 ns in phase units */
309
/* Returns how long ticks are at present, in ns / 2^(
SHIFT_SCALE
-10). */
Completed in 279 milliseconds
1
2