HomeSort by relevance Sort by last modified time
    Searched refs:howmany (Results 1 - 25 of 36) sorted by null

1 2

  /bionic/libc/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /development/ndk/platforms/android-21/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/sys/
param.h 38 #ifndef howmany
39 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xpoll.h 84 #ifndef howmany
85 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
90 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
118 * The howmany(FD_SETSIZE, NFDBITS) computes the number of elements in the
123 ((howmany(FD_SETSIZE, NFDBITS) > 0 && (__XFDS_BITS(p, 0))) || \
124 (howmany(FD_SETSIZE, NFDBITS) > 1 && (__XFDS_BITS(p, 1))) || \
125 (howmany(FD_SETSIZE, NFDBITS) > 2 && (__XFDS_BITS(p, 2))) || \
126 (howmany(FD_SETSIZE, NFDBITS) > 3 && (__XFDS_BITS(p, 3))) || \
127 (howmany(FD_SETSIZE, NFDBITS) > 4 && (__XFDS_BITS(p, 4))) || \
128 (howmany(FD_SETSIZE, NFDBITS) > 5 && (__XFDS_BITS(p, 5))) ||
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xpoll.h 84 #ifndef howmany
85 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
90 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
118 * The howmany(FD_SETSIZE, NFDBITS) computes the number of elements in the
123 ((howmany(FD_SETSIZE, NFDBITS) > 0 && (__XFDS_BITS(p, 0))) || \
124 (howmany(FD_SETSIZE, NFDBITS) > 1 && (__XFDS_BITS(p, 1))) || \
125 (howmany(FD_SETSIZE, NFDBITS) > 2 && (__XFDS_BITS(p, 2))) || \
126 (howmany(FD_SETSIZE, NFDBITS) > 3 && (__XFDS_BITS(p, 3))) || \
127 (howmany(FD_SETSIZE, NFDBITS) > 4 && (__XFDS_BITS(p, 4))) || \
128 (howmany(FD_SETSIZE, NFDBITS) > 5 && (__XFDS_BITS(p, 5))) ||
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
param.h 61 #ifndef howmany
62 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
param.h 62 #ifndef howmany
63 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
param.h 62 #ifndef howmany
63 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro

Completed in 6964 milliseconds

1 2