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

  /bionic/libc/include/sys/
param.h 42 #ifndef howmany
43 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
  /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...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fd_set.h 90 #ifndef howmany
91 #define howmany(a, b) __howmany(a, b) macro
param.h 236 #ifndef howmany
237 #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
  /system/core/toolbox/
newfs_msdos.c 514 howmany((RESFTE + (bpb.spc ? MINCLS16 : MAXCLS12 + 1)) *
517 howmany(bpb.rde ? bpb.rde : DEFRDE,
520 (bpb.spc ? bpb.spc : howmany(DEFBLK, bpb.bps)))
524 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft +
525 howmany(DEFRDE, bpb.bps / sizeof(struct de)) +
527 (bpb.spc ? bpb.spc : howmany(8192, bpb.bps)))
572 rds = howmany(bpb.rde, bpb.bps / sizeof(struct de));
574 for (bpb.spc = howmany(fat == 16 ? DEFBLK16 : DEFBLK, bpb.bps);
577 howmany((RESFTE + maxcls(fat)) * (fat / BPN),
591 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN), bpb.bps * NPB)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 815 #ifndef howmany
816 #define howmany(x, y) (((x)+((y)-1))/(y))
817 #endif /* howmany */
820 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 838 #ifndef howmany
839 #define howmany(x, y) (((x)+((y)-1))/(y))
840 #endif /* howmany */
843 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 854 #ifndef howmany
855 #define howmany(x, y) (((x)+((y)-1))/(y))
856 #endif /* howmany */
859 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 815 #ifndef howmany
816 #define howmany(x, y) (((x)+((y)-1))/(y))
817 #endif /* howmany */
820 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libbitmask.c 41 /* howmany(a,b) : how many elements of size b needed to hold all of a */
42 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
45 #define longsperbits(n) howmany(n, bitsperlong)
136 for (chunk = howmany(bmp->size, HEXCHUNKSZ) - 1; chunk >= 0; chunk--) {
  /external/python/cpython2/Include/
pyport.h 847 #ifndef howmany
848 #define howmany(x, y) (((x)+((y)-1))/(y))
849 #endif /* howmany */
852 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h     [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h     [all...]
  /bionic/libc/stdio/
printf_common.h 151 #define PAD(howmany, with) \
153 if ((n = (howmany)) > 0) { \
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiocp.c 491 tocopy = howmany(length, aio_blksize);
502 howmany(length - offset, aio_blksize));
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 731 #define PAD(howmany, with) do { \
732 if ((n = (howmany)) > 0) { \
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_send.c 728 dsmasklen = howmany(s + 1, NFDBITS) *
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.core_2.3.5.v20130525.jar 
org.sat4j.pb_2.3.5.v20130525.jar 

Completed in 1110 milliseconds