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

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
fs.h 22 #define BLOCK_SIZE_BITS 10
23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
fs.h 22 #define BLOCK_SIZE_BITS 10
23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /bionic/libc/kernel/common/linux/
fs.h 30 #define BLOCK_SIZE_BITS 10
31 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /external/kernel-headers/original/linux/
fs.h 29 #define BLOCK_SIZE_BITS 10
30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
    [all...]

Completed in 443 milliseconds

1 23