OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MT_ST_DEF_OPTIONS
(Results
51 - 53
of
53
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
mtio.h
231
#define
MT_ST_DEF_OPTIONS
0x60000000
253
#define MT_ST_DEF_DENSITY (
MT_ST_DEF_OPTIONS
| 0x100000)
254
#define MT_ST_DEF_COMPRESSION (
MT_ST_DEF_OPTIONS
| 0x200000)
255
#define MT_ST_DEF_DRVBUFFER (
MT_ST_DEF_OPTIONS
| 0x300000)
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
mtio.h
231
#define
MT_ST_DEF_OPTIONS
0x60000000
253
#define MT_ST_DEF_DENSITY (
MT_ST_DEF_OPTIONS
| 0x100000)
254
#define MT_ST_DEF_COMPRESSION (
MT_ST_DEF_OPTIONS
| 0x200000)
255
#define MT_ST_DEF_DRVBUFFER (
MT_ST_DEF_OPTIONS
| 0x300000)
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
mtio.h
231
#define
MT_ST_DEF_OPTIONS
0x60000000
253
#define MT_ST_DEF_DENSITY (
MT_ST_DEF_OPTIONS
| 0x100000)
254
#define MT_ST_DEF_COMPRESSION (
MT_ST_DEF_OPTIONS
| 0x200000)
255
#define MT_ST_DEF_DRVBUFFER (
MT_ST_DEF_OPTIONS
| 0x300000)
Completed in 21 milliseconds
1
2
3