Searched refs:totsize (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvmsdbgout.c571 int totsize = 0;
600 totsize += write_debug_header (&modbeg.dst_a_modbeg_header,
602 totsize += write_debug_data1 (*((char *) &modbeg.dst_b_modbeg_flags),
604 totsize += write_debug_data1 (modbeg.dst_b_modbeg_unused,
606 totsize += write_debug_data4 (modbeg.dst_l_modbeg_language,
608 totsize += write_debug_data2 (modbeg.dst_w_version_major,
610 totsize += write_debug_data2 (modbeg.dst_w_version_minor,
612 totsize += write_debug_data1 (modbeg.dst_b_modbeg_name,
614 totsize += write_debug_string (module_name, "module name", dosizeonly);
615 totsize
570 int totsize = 0; local
628 int totsize = 0; local
649 int totsize = 0; local
744 int totsize; local
796 int totsize = 0; local
931 int totsize = 0; local
1112 int totsize = 0; local
1576 int totsize; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvmsdbgout.cc572 int totsize = 0;
601 totsize += write_debug_header (&modbeg.dst_a_modbeg_header,
603 totsize += write_debug_data1 (*((char *) &modbeg.dst_b_modbeg_flags),
605 totsize += write_debug_data1 (modbeg.dst_b_modbeg_unused,
607 totsize += write_debug_data4 (modbeg.dst_l_modbeg_language,
609 totsize += write_debug_data2 (modbeg.dst_w_version_major,
611 totsize += write_debug_data2 (modbeg.dst_w_version_minor,
613 totsize += write_debug_data1 (modbeg.dst_b_modbeg_name,
615 totsize += write_debug_string (module_name, "module name", dosizeonly);
616 totsize
571 int totsize = 0; local
629 int totsize = 0; local
650 int totsize = 0; local
745 int totsize; local
797 int totsize = 0; local
932 int totsize = 0; local
1113 int totsize = 0; local
1577 int totsize; local
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dstrcache.c186 int totsize = 0, avgsize, maxsize = 0, minsize = bufsize; local
198 totsize += sz;
207 avgsize = numbuffs ? (int)(totsize / numbuffs) : 0;
213 prefix, totsize, maxsize, minsize, avgsize);
/netbsd-current/usr.sbin/diskpart/
H A Ddiskpart.c127 off_t totsize = 0; local
142 totsize = strtoul(optarg, &lp, 10);
185 totsize == 0) {
198 if (totsize != 0) {
199 dp->d_ncylinders = howmany(totsize, spc);
200 badsecttable = spc * dp->d_ncylinders - totsize;
243 if (totsize || !pflag)
245 if (totsize)
/netbsd-current/usr.sbin/lpr/common_source/
H A Ddisplayq.c81 static long totsize; /* total print job size in bytes */ variable
104 totsize = 0;
357 printf("%ld bytes\n", totsize);
358 totsize = 0;
438 totsize += copies * (long)lbuf.st_size;
/netbsd-current/external/bsd/libpcap/dist/
H A Dsockutils.h153 int sock_bufferize(const void *data, int size, char *outbuf, int *offset, int totsize, int checkonly, char *errbuf, int errbuflen);
H A Dsockutils.c1302 * resulting buffer will not be larger than 'totsize'. Finally, it updates
1321 * \param outbuf: user-allocated buffer (of size 'totsize') into which data
1327 * \param totsize: total size of the buffer into which data is being copied.
1350 int sock_bufferize(const void *data, int size, char *outbuf, int *offset, int totsize, int checkonly, char *errbuf, int errbuflen) argument
1352 if ((*offset + size) > totsize)
/netbsd-current/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_print.c647 char *totsize; local
675 totsize = strtok(NULL, delims);
676 if (!totsize)
694 curr->size = strdup(totsize);
727 char *totsize; local
754 totsize = &buff[SIZECOL - 1];
756 cp = totsize;
793 curr->size = strdup(totsize);
/netbsd-current/sys/arch/xen/xen/
H A Dxennetback_xenbus.c1079 size_t goff, segoff, segsize, take, totsize; local
1102 totsize = xst0->xs_m->m_pkthdr.len;
1115 KASSERT(take <= totsize);
1132 totsize -= take;
1134 if (goff == PAGE_SIZE && totsize > 0) {
1157 KASSERT(totsize == 0);
/netbsd-current/sys/dev/i2o/
H A Diop.c1298 int rv, totsize; local
1301 totsize = sizeof(*pgop) + size;
1304 pgop = malloc(totsize, M_DEVBUF, M_WAITOK);
1320 iop_msg_map(sc, im, mb, pgop, totsize, 1, NULL);
1382 int rv, totsize; local
1385 totsize = sizeof(*pgop) + sizeof(u_int16_t) * 2 + size;
1388 pgop = malloc(totsize, M_DEVBUF, M_WAITOK);
1406 iop_msg_map(sc, im, mb, pgop, totsize, 1, NULL);

Completed in 199 milliseconds