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

123

/macosx-10.9.5/libauto-185.5/tests/
H A Dobjc_is_finalized.m60 const int howmany = 20000;
62 for (int i = 0; i < howmany; ++i)
64 for (int i = 0; i < howmany; ++i)
80 if (argc > 2) printf("Locals %d/%d, Globals %d/%d, failures %d\n", Locals, howmany, Globals, howmany, Errors);
H A DrecoverLocalObjects.m43 int howmany = 200000;
47 for (int i = 0; i < howmany; ++i) {
60 if (Counter*2 < howmany) {
61 printf("recovered %d of %d local thread only objects\n", Counter, howmany);
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dio.c73 int force_read(int fd, unsigned char * buf, size_t howmany) { argument
83 if (!ReadFile(hRead, buf,(DWORD)howmany,&numread, NULL ) ){
106 int nt_read(int fd, unsigned char * buf, size_t howmany) { argument
122 return consoleread(hRead,buf,howmany);
124 if (!ReadFile(hRead, buf,(DWORD)howmany,&numread, NULL ) ){
156 int nt_write(int fd, const unsigned char * buf, size_t howmany) { argument
165 return nt_write_(fd, buf, howmany);
167 for (i = 0; i < howmany; i++) {
212 int nt_write_(int fd, const unsigned char * buf, size_t howmany) argument
214 int nt_write(int fd, const unsigned char * buf, size_t howmany)
253 consoleread(HANDLE hInput, unsigned char * buf,size_t howmany) argument
466 console_write(HANDLE hout, unsigned char * buf,int howmany) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/os/tpf/
H A Dos.h48 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
51 fd_mask fds_bits [howmany(FD_SETSIZE, NFDBITS)];
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dprintfcommon.h110 io_pad(struct io_state *iop, int howmany, const CHAR * __restrict with, locale_t loc) argument
114 while (howmany > 0) {
115 n = (howmany >= PADSIZE) ? PADSIZE : howmany;
118 howmany -= n;
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest030.tcl198 set howmany 1
202 incr howmany
212 error_check_good inner_get_loop:id $id $howmany
215 error_check_good ndups_found $howmany $ndup
226 set howmany [lindex [lindex $ret 0] 1]
227 error_check_bad cnt_seq:data [string length $howmany] 0
244 error_check_good keyed_count $i $howmany
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXPort.h104 #if !defined(howmany)
105 # define howmany(x, y) (((x)+((y)-1))/(y)) macro
110 #define MASK_SIZE howmany(FD_SETSIZE, NFDBITS)
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXPort.h101 #if !defined(howmany)
102 # define howmany(x, y) (((x)+((y)-1))/(y)) macro
107 #define MASK_SIZE howmany(FD_SETSIZE, NFDBITS)
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixPort.h117 #if !defined(howmany)
118 # define howmany(x, y) (((x)+((y)-1))/(y)) macro
123 #define MASK_SIZE howmany(FD_SETSIZE, NFDBITS)
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixPort.h114 #if !defined(howmany)
115 # define howmany(x, y) (((x)+((y)-1))/(y)) macro
120 #define MASK_SIZE howmany(FD_SETSIZE, NFDBITS)
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dip6_mroute.h110 #ifndef howmany
111 #define howmany(x, y) ((((x) % (y)) == 0) ? ((x) / (y)) : (((x) / (y)) + 1)) macro
115 if_mask ifs_bits[howmany(IF_SETSIZE, NIFBITS)];
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dparam.h216 #ifndef howmany
217 #define howmany(x, y) ((((x) % (y)) == 0) ? ((x) / (y)) : (((x) / (y)) + 1)) macro
/macosx-10.9.5/file_cmds-230/du/
H A Ddu.c277 ftsparnum[0] += ftsnum[0] += howmany(p->fts_statp->st_size, 512LL);
282 (void) prthumanval(howmany(*ftsnum, blocksize));
286 (intmax_t)howmany(*ftsnum, blocksize),
320 (void) prthumanval(howmany(p->fts_statp->st_blocks,
323 (void) prthumanval(howmany(howmany(p->fts_statp->st_size, 512LL),
330 (intmax_t)howmany(p->fts_statp->st_blocks, blocksize),
334 (intmax_t)howmany(howmany(p->fts_statp->st_size, 512LL), blocksize),
355 (void) prthumanval(howmany(savednumbe
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauthfd.h69 int howmany; member in struct:__anon3302
H A Dauthfd.c217 auth->howmany = 0;
301 auth->howmany = buffer_get_int(&auth->identities);
302 if ((u_int)auth->howmany > 1024)
304 auth->howmany);
306 return auth->howmany;
328 if (auth->howmany <= 0)
357 auth->howmany--;
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixPort.h421 #if !defined(howmany)
422 # define howmany(x, y) (((x)+((y)-1))/(y)) macro
423 #endif /* !defined(howmany) */
427 #define MASK_SIZE howmany(FD_SETSIZE, NFDBITS)
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dipc_kobject.c220 int howmany; local
233 for (pos = MIG_HASH(nentry) % MAX_MIG_ENTRIES, howmany = 1;
235 pos++, pos = pos % MAX_MIG_ENTRIES, howmany++) {
240 if (howmany == MAX_MIG_ENTRIES)
251 mig_table_max_displ = max(howmany, mig_table_max_displ);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dlib_twait.c284 int n, howmany; local
291 howmany = ioctl(0, 'ichr', &n);
292 if (howmany >= 0 && n > 0) {
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclUnixPort.h459 #if !defined(howmany)
460 # define howmany(x, y) (((x)+((y)-1))/(y)) macro
461 #endif /* !defined(howmany) */
465 #define MASK_SIZE howmany(FD_SETSIZE, NFDBITS)
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Drgb2ycbcr.c44 #ifndef howmany
45 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
47 #define roundup(x, y) (howmany(x,y)*((uint32)(y)))
H A Dtiff2rgba.c44 #ifndef howmany
45 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
47 #define roundup(x, y) (howmany(x,y)*((uint32)(y)))
H A Dras2tiff.c41 #ifndef howmany
42 #define howmany(x, y) (((x)+((y)-1))/(y)) macro
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-poll.c57 nmemb = howmany(maxfd + 1 , NFDBITS);
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_handle.c311 dtrace_dropkind_t what, uint64_t howmany)
323 drop.dtdda_drops = howmany;
336 howmany, what == DTRACEDROP_PRINCIPAL ? "" : "aggregation ",
337 howmany > 1 ? "s" : "", cpu);
310 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, dtrace_dropkind_t what, uint64_t howmany) argument
/macosx-10.9.5/sudo-72/src/
H A Dexec.c386 fdsr = emalloc2(howmany(maxfd + 1, NFDBITS), sizeof(fd_mask));
387 fdsw = emalloc2(howmany(maxfd + 1, NFDBITS), sizeof(fd_mask));
389 memset(fdsw, 0, howmany(maxfd + 1, NFDBITS) * sizeof(fd_mask));
390 memset(fdsr, 0, howmany(maxfd + 1, NFDBITS) * sizeof(fd_mask));

Completed in 171 milliseconds

123