Home
last modified time | relevance | path

Searched refs:howmany (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Ddivmod.ll79 define i32 @howmany(i32 %x, i32 %y) nounwind {
81 ; A8-LABEL: howmany:
85 ; SWIFT-LABEL: howmany:
/external/llvm/test/CodeGen/ARM/
Ddivmod.ll78 define i32 @howmany(i32 %x, i32 %y) nounwind {
80 ; A8-LABEL: howmany:
84 ; SWIFT-LABEL: howmany:
/external/newfs_msdos/
Dmkfs_msdos.c460 howmany((RESFTE + (bpb.bpbSecPerClust ? MINCLS16 : MAXCLS12 + 1)) * in mkfs_msdos()
464 howmany(bpb.bpbRootDirEnts ? bpb.bpbRootDirEnts : DEFRDE, in mkfs_msdos()
468 howmany(DEFBLK, bpb.bpbBytesPerSec))) in mkfs_msdos()
472 howmany((RESFTE + MAXCLS16) * 2, bpb.bpbBytesPerSec) * in mkfs_msdos()
474 howmany(DEFRDE, bpb.bpbBytesPerSec / sizeof(struct de)) + in mkfs_msdos()
477 howmany(8192, bpb.bpbBytesPerSec))) in mkfs_msdos()
535 rds = howmany(bpb.bpbRootDirEnts, in mkfs_msdos()
538 for (bpb.bpbSecPerClust = howmany(fat == 16 ? DEFBLK16 : in mkfs_msdos()
541 howmany((RESFTE + maxcls(fat)) * (fat / BPN), in mkfs_msdos()
564 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN), in mkfs_msdos()
/external/python/cpython2/Include/
Dpyport.h847 #ifndef howmany
848 #define howmany(x, y) (((x)+((y)-1))/(y))
852 fd_mask fds_bits[howmany(FD_SETSIZE, NFDBITS)];
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibbitmask.c42 #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--) { in bitmask_displayhex()
/external/igt-gpu-tools/tests/
Dkms_atomic_transition.c737 static void run_modeset_tests(igt_display_t *display, int howmany, bool nonblocking, bool fencing) in run_modeset_tests() argument
794 if (igt_hweight(i) > howmany) in run_modeset_tests()
806 if (igt_hweight(j) > howmany) in run_modeset_tests()
809 if (igt_hweight(i) < howmany && igt_hweight(j) < howmany) in run_modeset_tests()
/external/openssh/openbsd-compat/
Dbsd-poll.c58 nmemb = howmany(maxfd + 1 , NFDBITS); in poll()
/external/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c491 tocopy = howmany(length, aio_blksize); in main()
502 howmany(length - offset, aio_blksize)); in main()
/external/openssh/
Dssh-pkcs11-helper.c304 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask); in main()
Ddefines.h399 # define howmany(x,y) (((x)+((y)-1))/(y)) macro
Dsftp-server.c1631 rset = xcalloc(howmany(max + 1, NFDBITS), sizeof(fd_mask)); in sftp_server_main()
1632 wset = xcalloc(howmany(max + 1, NFDBITS), sizeof(fd_mask)); in sftp_server_main()
1641 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask); in sftp_server_main()
Dsshconnect.c359 fdset = xcalloc(howmany(sockfd + 1, NFDBITS), in timeout_connect()
559 fdsetsz = howmany(connection_in + 1, NFDBITS) * sizeof(fd_mask); in ssh_exchange_identification()
Dpacket.c1409 setp = calloc(howmany(state->connection_in + 1, in ssh_packet_read_seqnr()
1441 memset(setp, 0, howmany(state->connection_in + 1, in ssh_packet_read_seqnr()
2233 setp = calloc(howmany(state->connection_out + 1, in ssh_packet_write_wait()
2242 memset(setp, 0, howmany(state->connection_out + 1, in ssh_packet_write_wait()
Dssh-keyscan.c810 read_wait_nfdset = howmany(maxfd, NFDBITS); in main()
Dssh-agent.c1030 sz = howmany(n+1, NFDBITS) * sizeof(fd_mask); in prepare_select()
Dsshd.c1176 fdset = xcalloc(howmany(maxfd + 1, NFDBITS),
Dconfig.h.in307 /* Define to 1 if you have the declaration of `howmany', and to 0 if you
Dchannels.c2267 nfdset = howmany(n+1, NFDBITS);
Dconfigure.ac1909 AC_CHECK_DECLS([howmany, NFDBITS], [], [], [[
/external/fsck_msdos/
Dfat.c1153 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat()