HomeSort by relevance Sort by last modified time
    Searched defs:DEV_BSIZE (Results 1 - 12 of 12) sorted by null

  /bionic/libc/include/sys/
param.h 36 #define DEV_BSIZE 512
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
param.h 87 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
88 #define DEV_BSIZE (1 << DEV_BSHIFT)
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
param.h 100 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
101 #define DEV_BSIZE (1 << DEV_BSHIFT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
param.h 80 #define DEV_BSIZE 512
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
param.h 80 #define DEV_BSIZE 512
  /external/ltp/android/include/
bionic-compat.h 22 #define DEV_BSIZE 512
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
param.h 75 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
76 #define DEV_BSIZE (1 << DEV_BSHIFT)
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h 61 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
62 #define DEV_BSIZE (1<<DEV_BSHIFT)
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h 47 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
48 #define DEV_BSIZE (1 << DEV_BSHIFT)
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 451 DEV_BSIZE = BBSIZE
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 116 DEV_BSIZE = 512
STROPTS.py 113 DEV_BSIZE = 512
    [all...]

Completed in 144 milliseconds