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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 113 #ifndef howmany
114 #define howmany(x,y) (((x)+((y)-1))/(y)) macro
119 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
155 * The howmany(FD_SETSIZE, NFDBITS) computes the number of elements in the
160 ((howmany(FD_SETSIZE, NFDBITS) > 0 && (__XFDS_BITS(p, 0))) || \
161 (howmany(FD_SETSIZE, NFDBITS) > 1 && (__XFDS_BITS(p, 1))) || \
162 (howmany(FD_SETSIZE, NFDBITS) > 2 && (__XFDS_BITS(p, 2))) || \
163 (howmany(FD_SETSIZE, NFDBITS) > 3 && (__XFDS_BITS(p, 3))) || \
164 (howmany(FD_SETSIZE, NFDBITS) > 4 && (__XFDS_BITS(p, 4))) || \
165 (howmany(FD_SETSIZE, NFDBITS) > 5 && (__XFDS_BITS(p, 5))) ||
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
param.h 51 #ifndef howmany
52 # define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 100 * @param howMany - shows how many TestCerts must contain the CertPath generated
104 public static CertPath genCertPath(int howMany, int startID) {
105 Certificate[] certs = new Certificate[howMany];
106 for (int i = 0; i < howMany; i++) {
767 * @param howMany
770 public static String[] genNames(int howMany) {
775 for (int i = 0; i < howMany;) {
816 * @param howMany
819 public static X500Principal[] genX500s(int howMany) {
820 String names[] = genNames(howMany);
    [all...]
  /external/chromium/third_party/libevent/
select.c 59 #ifndef howmany
60 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
111 select_resize(sop, howmany(32 + 1, NFDBITS)*sizeof(fd_mask));
285 (howmany(ev->ev_fd + 1, NFDBITS) * sizeof(fd_mask)))
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 384 int howMany = random.nextInt(32);
385 if (pos + howMany >= input.length) {
386 howMany = input.length - pos;
388 Arrays.fill(input, pos, pos + howMany, what);
389 pos += howMany;
  /system/core/toolbox/
newfs_msdos.c 239 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro
515 howmany((RESFTE + (bpb.spc ? MINCLS16 : MAXCLS12 + 1)) *
518 howmany(bpb.rde ? bpb.rde : DEFRDE,
521 (bpb.spc ? bpb.spc : howmany(DEFBLK, bpb.bps)))
525 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft +
526 howmany(DEFRDE, bpb.bps / sizeof(struct de)) +
528 (bpb.spc ? bpb.spc : howmany(8192, bpb.bps)))
557 rds = howmany(bpb.rde, bpb.bps / sizeof(struct de));
559 for (bpb.spc = howmany(fat == 16 ? DEFBLK16 : DEFBLK, bpb.bps);
562 howmany((RESFTE + maxcls(fat)) * (fat / BPN)
    [all...]
  /bionic/libc/stdio/
vfprintf.c 225 #define PAD(howmany, with) do { \
226 if ((n = (howmany)) > 0) { \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gdb 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gdb 
arm-eabi-gdbtui 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gdb 
i686-unknown-linux-gnu-gdbtui 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-gdb 
sh-linux-gnu-gdbtui 

Completed in 952 milliseconds