/system/core/toolbox/ |
newfs_msdos.c | 239 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) macro 516 howmany((RESFTE + (bpb.spc ? MINCLS16 : MAXCLS12 + 1)) * 519 howmany(bpb.rde ? bpb.rde : DEFRDE, 522 (bpb.spc ? bpb.spc : howmany(DEFBLK, bpb.bps))) 526 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft + 527 howmany(DEFRDE, bpb.bps / sizeof(struct de)) + 529 (bpb.spc ? bpb.spc : howmany(8192, bpb.bps))) 558 rds = howmany(bpb.rde, bpb.bps / sizeof(struct de)); 560 for (bpb.spc = howmany(fat == 16 ? DEFBLK16 : DEFBLK, bpb.bps); 563 howmany((RESFTE + maxcls(fat)) * (fat / BPN) [all...] |
du.c | 69 #define howmany(x, y) (((x)+((y)-1))/(y)) macro 236 (long long)howmany(blocks, (int64_t)blocksize),
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
AbstractContainerTester.java | 200 protected Collection<E> getSampleElements(int howMany) { 201 return getSubjectGenerator().getSampleElements(howMany);
|
/external/libppp/src/ |
defs.c | 396 return (fd_set *)malloc(howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask)); 402 memset(s, '\0', howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_base.cpp | 624 char * EncoderBase::nops(char * stream, unsigned howMany) 642 while(howMany>=nopSize) { 648 howMany -= nopSize; 651 char* end = stream + howMany; [all...] |
enc_base.h | 86 * @param howMany - how many bytes to fill with NOP-s 87 * @return \c (stream+howMany) 89 static char * nops(char * stream, unsigned howMany);
|
/external/openssh/ |
ssh-pkcs11-helper.c | 300 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask);
|
packet.c | 1036 setp = (fd_set *)xcalloc(howmany(active_state->connection_in + 1, 1061 memset(setp, 0, howmany(active_state->connection_in + 1, [all...] |
defines.h | 493 # define howmany(x,y) (((x)+((y)-1))/(y)) macro
|
sshconnect.c | 270 fdset = (fd_set *)xcalloc(howmany(sockfd + 1, NFDBITS), 450 fdsetsz = howmany(connection_in + 1, NFDBITS) * sizeof(fd_mask); [all...] |
ssh-keyscan.c | 717 read_wait_nfdset = howmany(maxfd, NFDBITS);
|
sftp-server.c | 1488 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask); [all...] |
ssh-agent.c | 952 sz = howmany(n+1, NFDBITS) * sizeof(fd_mask); [all...] |
sshd.c | 1123 fdset = (fd_set *)xcalloc(howmany(maxfd + 1, NFDBITS), [all...] |
channels.c | [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoSource.java | 252 protected abstract Collection<ImageData> findImages(int howMany);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest2.java | 517 public DeepNesting(int howMany) { 520 for (int i = 1; i < howMany; i++) { 564 public DeepNestingWithWriteObject(int howMany) { 568 for (int i = 1; i < howMany; i++) { [all...] |
/bionic/libc/stdio/ |
vfprintf.c | 236 #define PAD(howmany, with) do { \ 237 if ((n = (howmany)) > 0) { \
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/bin/ |
mipsel-linux-android-gdb | |
mipsel-linux-android-gdbtui | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/ |
i686-linux-android-gdb | |
i686-linux-android-gdbtui | |
/tools/motodev/src/plugins/android/ |
commons-net-1.4.1.jar | |
/tools/motodev/src/plugins/common/ |
commons-net-1.4.1.jar | |
/tools/motodev/src/plugins/emulator/lib/ |
commons-net-1.4.1.jar | |