HomeSort by relevance Sort by last modified time
    Searched refs:fsblkcnt_t (Results 1 - 16 of 16) sorted by null

  /bionic/tests/headers/posix/
sys_statvfs_h.c 37 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_blocks);
38 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_bfree);
39 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_bavail);
47 TYPE(fsblkcnt_t);
sys_types_h.c 39 TYPE(fsblkcnt_t);
  /bionic/libc/include/sys/
statvfs.h 35 fsblkcnt_t f_blocks; \
36 fsblkcnt_t f_bfree; \
37 fsblkcnt_t f_bavail; \
types.h 60 typedef unsigned long fsblkcnt_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
statvfs.h 30 typedef __fsblkcnt_t fsblkcnt_t; /* Type to count file system blocks. */ typedef
39 typedef __fsblkcnt64_t fsblkcnt_t; /* Type to count file system blocks. */ typedef
types.h 240 typedef __fsblkcnt_t fsblkcnt_t; /* Type to count file system blocks. */ typedef
253 typedef __fsblkcnt64_t fsblkcnt_t; /* Type to count file system blocks. */ typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
statvfs.h 30 typedef __fsblkcnt_t fsblkcnt_t; /* Type to count file system blocks. */ typedef
39 typedef __fsblkcnt64_t fsblkcnt_t; /* Type to count file system blocks. */ typedef
types.h 240 typedef __fsblkcnt_t fsblkcnt_t; /* Type to count file system blocks. */ typedef
253 typedef __fsblkcnt64_t fsblkcnt_t; /* Type to count file system blocks. */ typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 138 #ifndef fsblkcnt_t
139 typedef __fsblkcnt_t fsblkcnt_t; /* fs block count (statvfs) */ typedef
140 #define fsblkcnt_t __fsblkcnt_t macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
types.h 114 typedef __fsblkcnt_t fsblkcnt_t; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2418 fsblkcnt_t = __darwin_fsblkcnt_t variable
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2418 fsblkcnt_t = __darwin_fsblkcnt_t variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2418 fsblkcnt_t = __darwin_fsblkcnt_t variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2418 fsblkcnt_t = __darwin_fsblkcnt_t variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2418 fsblkcnt_t = __darwin_fsblkcnt_t variable
    [all...]
  /external/valgrind/perf/
test_input_for_tinycc.c 442 typedef __fsblkcnt_t fsblkcnt_t; typedef
    [all...]

Completed in 569 milliseconds