Searched refs:howmany (Results 1 - 15 of 15) sorted by relevance

/external/openssh/
H A Dauthfd.h66 int howmany; member in struct:__anon24377
H A Dauthfd.c212 auth->howmany = 0;
296 auth->howmany = buffer_get_int(&auth->identities);
297 if ((u_int)auth->howmany > 1024)
299 auth->howmany);
301 return auth->howmany;
323 if (auth->howmany <= 0)
352 auth->howmany--;
H A Dpacket.c1036 setp = (fd_set *)xcalloc(howmany(active_state->connection_in + 1,
1061 memset(setp, 0, howmany(active_state->connection_in + 1,
1690 setp = (fd_set *)xcalloc(howmany(active_state->connection_out + 1,
1694 memset(setp, 0, howmany(active_state->connection_out + 1,
H A Dssh-pkcs11-helper.c300 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask);
H A Ddefines.h493 # define howmany(x,y) (((x)+((y)-1))/(y)) macro
H A Dsshconnect.c270 fdset = (fd_set *)xcalloc(howmany(sockfd + 1, NFDBITS),
450 fdsetsz = howmany(connection_in + 1, NFDBITS) * sizeof(fd_mask);
H A Dssh-keyscan.c717 read_wait_nfdset = howmany(maxfd, NFDBITS);
H A Dsftp-server.c1488 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask);
H A Dssh-agent.c952 sz = howmany(n+1, NFDBITS) * sizeof(fd_mask);
H A Dsshd.c1123 fdset = (fd_set *)xcalloc(howmany(maxfd + 1, NFDBITS),
H A Dchannels.c2099 nfdset = howmany(n+1, NFDBITS);
/external/chromium/third_party/libevent/
H A Dselect.c59 #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)))
/external/chromium_org/third_party/libevent/
H A Dselect.c59 #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)))
/external/openssh/openbsd-compat/
H A Dbsd-poll.c57 nmemb = howmany(maxfd + 1 , NFDBITS);
/external/libppp/src/
H A Ddefs.c396 return (fd_set *)malloc(howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));
402 memset(s, '\0', howmany(getdtablesize(), NFDBITS) * sizeof (fd_mask));

Completed in 234 milliseconds