OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FD_SECTBASEMASK
(Results
1 - 8
of
8
) sorted by null
/development/ndk/platforms/android-L/include/linux/
fd.h
35
#define
FD_SECTBASEMASK
0x3FC
37
#define FD_SECTBASE(floppy) ((((floppy)->stretch &
FD_SECTBASEMASK
) >> 2) ^ 1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fd.h
25
#define
FD_SECTBASEMASK
0x3FC
27
#define FD_SECTBASE(floppy) ((((floppy)->stretch &
FD_SECTBASEMASK
) >> 2) ^ 1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fd.h
25
#define
FD_SECTBASEMASK
0x3FC
27
#define FD_SECTBASE(floppy) ((((floppy)->stretch &
FD_SECTBASEMASK
) >> 2) ^ 1)
/bionic/libc/kernel/uapi/linux/
fd.h
35
#define
FD_SECTBASEMASK
0x3FC
37
#define FD_SECTBASE(floppy) ((((floppy)->stretch &
FD_SECTBASEMASK
) >> 2) ^ 1)
/external/kernel-headers/original/uapi/linux/
fd.h
25
#define
FD_SECTBASEMASK
0x3FC
27
#define FD_SECTBASE(floppy) ((((floppy)->stretch &
FD_SECTBASEMASK
) >> 2) ^ 1)
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
fd.h
35
#define
FD_SECTBASEMASK
0x3FC
37
#define FD_SECTBASE(floppy) ((((floppy)->stretch &
FD_SECTBASEMASK
) >> 2) ^ 1)
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
fd.h
35
#define
FD_SECTBASEMASK
0x3FC
37
#define FD_SECTBASE(floppy) ((((floppy)->stretch &
FD_SECTBASEMASK
) >> 2) ^ 1)
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
fd.h
35
#define
FD_SECTBASEMASK
0x3FC
37
#define FD_SECTBASE(floppy) ((((floppy)->stretch &
FD_SECTBASEMASK
) >> 2) ^ 1)
Completed in 62 milliseconds