OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIRSIZ
(Results
26 - 31
of
31
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/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))
/prebuilts/ndk/android-ndk-r7/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))
/prebuilts/ndk/android-ndk-r7/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))
/prebuilts/ndk/android-ndk-r7/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))
/prebuilts/ndk/android-ndk-r7/platforms/android-9/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))
/prebuilts/ndk/android-ndk-r7/platforms/android-9/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 38 milliseconds
1
2