OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIRSIZ
(Results
1 - 14
of
14
) sorted by null
/external/grub/stage2/
dir.h
62
* The macro
DIRSIZ
(dp) gives the amount of space required to represent
64
* entries which have dp->d_reclen >
DIRSIZ
(dp). All DIRBLKSIZ bytes
86
* The
DIRSIZ
macro gives the minimum record length which will hold
91
#undef
DIRSIZ
92
#define
DIRSIZ
(dp) \
/bionic/libc/kernel/common/linux/
coda.h
105
#undef
DIRSIZ
106
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
/development/ndk/platforms/android-3/include/linux/
coda.h
105
#undef
DIRSIZ
106
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
/external/kernel-headers/original/linux/
coda.h
171
#undef
DIRSIZ
172
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coda.h
167
#undef
DIRSIZ
168
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
coda.h
105
#undef
DIRSIZ
106
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
coda.h
105
#undef
DIRSIZ
106
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
coda.h
105
#undef
DIRSIZ
106
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
coda.h
105
#undef
DIRSIZ
106
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
coda.h
105
#undef
DIRSIZ
106
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
coda.h
105
#undef
DIRSIZ
106
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
coda.h
105
#undef
DIRSIZ
106
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
coda.h
105
#undef
DIRSIZ
106
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
coda.h
105
#undef
DIRSIZ
106
#define
DIRSIZ
(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
Completed in 56 milliseconds