Searched refs:howmany (Results 1 – 15 of 15) sorted by relevance
/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/openssh/openbsd-compat/ |
D | bsd-poll.c | 60 nmemb = howmany(maxfd + 1 , NFDBITS); in poll()
|
/external/openssh/ |
D | ssh-pkcs11-helper.c | 303 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask); in main()
|
D | defines.h | 389 # define howmany(x,y) (((x)+((y)-1))/(y)) macro
|
D | sshconnect.c | 359 fdset = (fd_set *)xcalloc(howmany(sockfd + 1, NFDBITS), in timeout_connect() 557 fdsetsz = howmany(connection_in + 1, NFDBITS) * sizeof(fd_mask); in ssh_exchange_identification()
|
D | packet.c | 1272 setp = (fd_set *)calloc(howmany(state->connection_in + 1, in ssh_packet_read_seqnr() 1304 memset(setp, 0, howmany(state->connection_in + 1, in ssh_packet_read_seqnr() 2010 setp = (fd_set *)calloc(howmany(state->connection_out + 1, in ssh_packet_write_wait() 2016 memset(setp, 0, howmany(state->connection_out + 1, in ssh_packet_write_wait()
|
D | ssh-keyscan.c | 755 read_wait_nfdset = howmany(maxfd, NFDBITS); in main()
|
D | ssh-agent.c | 969 sz = howmany(n+1, NFDBITS) * sizeof(fd_mask); in prepare_select()
|
D | sftp-server.c | 1635 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask); in sftp_server_main()
|
D | sshd.c | 1250 fdset = (fd_set *)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 | 2187 nfdset = howmany(n+1, NFDBITS);
|
D | configure.ac | 1810 AC_CHECK_DECLS([howmany, NFDBITS], [], [], [[
|
D | ChangeLog | 2075 howmany() macro; from portable 7755 - (dtucker) [configure.ac defines.h] Test for fd_mask, howmany and NFDBITS
|
D | configure | 18063 (void) howmany;
|