HomeSort by relevance Sort by last modified time
    Searched defs:DIRSIZ (Results 51 - 52 of 52) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/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/9/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 49 milliseconds

1 23