/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | divmod.ll | 79 define i32 @howmany(i32 %x, i32 %y) nounwind { 81 ; A8-LABEL: howmany: 85 ; SWIFT-LABEL: howmany:
|
/external/llvm/test/CodeGen/ARM/ |
D | divmod.ll | 78 define i32 @howmany(i32 %x, i32 %y) nounwind { 80 ; A8-LABEL: howmany: 84 ; SWIFT-LABEL: howmany:
|
/external/newfs_msdos/ |
D | mkfs_msdos.c | 460 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/ |
D | pyport.h | 847 #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/ |
D | libbitmask.c | 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--) { in bitmask_displayhex()
|
/external/igt-gpu-tools/tests/ |
D | kms_atomic_transition.c | 737 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/ |
D | bsd-poll.c | 58 nmemb = howmany(maxfd + 1 , NFDBITS); in poll()
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 491 tocopy = howmany(length, aio_blksize); in main() 502 howmany(length - offset, aio_blksize)); in main()
|
/external/openssh/ |
D | ssh-pkcs11-helper.c | 304 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask); in main()
|
D | defines.h | 399 # define howmany(x,y) (((x)+((y)-1))/(y)) macro
|
D | sftp-server.c | 1631 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()
|
D | sshconnect.c | 359 fdset = xcalloc(howmany(sockfd + 1, NFDBITS), in timeout_connect() 559 fdsetsz = howmany(connection_in + 1, NFDBITS) * sizeof(fd_mask); in ssh_exchange_identification()
|
D | packet.c | 1409 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()
|
D | ssh-keyscan.c | 810 read_wait_nfdset = howmany(maxfd, NFDBITS); in main()
|
D | ssh-agent.c | 1030 sz = howmany(n+1, NFDBITS) * sizeof(fd_mask); in prepare_select()
|
D | sshd.c | 1176 fdset = xcalloc(howmany(maxfd + 1, NFDBITS),
|
D | config.h.in | 307 /* Define to 1 if you have the declaration of `howmany', and to 0 if you
|
D | channels.c | 2267 nfdset = howmany(n+1, NFDBITS);
|
D | configure.ac | 1909 AC_CHECK_DECLS([howmany, NFDBITS], [], [], [[
|
/external/fsck_msdos/ |
D | fat.c | 1153 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat()
|