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

/freebsd-10.1-release/contrib/gcc/
H A Dvmsdbgout.c716 int totsize = 0;
745 totsize += write_debug_header (&modbeg.dst_a_modbeg_header,
747 totsize += write_debug_data1 (*((char *) &modbeg.dst_b_modbeg_flags),
749 totsize += write_debug_data1 (modbeg.dst_b_modbeg_unused,
751 totsize += write_debug_data4 (modbeg.dst_l_modbeg_language,
753 totsize += write_debug_data2 (modbeg.dst_w_version_major,
755 totsize += write_debug_data2 (modbeg.dst_w_version_minor,
757 totsize += write_debug_data1 (modbeg.dst_b_modbeg_name,
759 totsize += write_debug_string (module_name, "module name", dosizeonly);
760 totsize
715 int totsize = 0; local
773 int totsize = 0; local
794 int totsize = 0; local
888 int totsize; local
938 int totsize = 0; local
1073 int totsize = 0; local
1253 int totsize = 0; local
1691 int totsize; local
[all...]
/freebsd-10.1-release/sys/sparc64/sparc64/
H A Ddump_machdep.c149 vm_size_t size, totsize, hdrsize; local
162 totsize = size + 2 * sizeof(kdh);
163 if (totsize > di->mediasize) {
165 "refusing to dump.\n", (long)totsize,
172 dumplo = di->mediaoffset + di->mediasize - totsize;
/freebsd-10.1-release/usr.sbin/lpr/common_source/
H A Ddisplayq.c85 static long totsize; /* total print job size in bytes */ variable
109 totsize = 0;
475 printf("%ld bytes\n", totsize);
476 totsize = 0;
582 totsize += copies * lbuf.st_size; local
/freebsd-10.1-release/sbin/savecore/
H A Dsavecore.c393 off_t dmpcnt, totsize; local
395 totsize = dumpsize;
405 nr = pread(fd, buf, wl, lasthd - (totsize - dumpsize) - wl);
/freebsd-10.1-release/sys/vm/
H A Duma_core.c1502 u_int totsize; local
1505 totsize = sizeof(struct uma_slab);
1509 totsize += keg->uk_ipers * sizeof(uint32_t);
1511 if (totsize & UMA_ALIGN_PTR)
1512 totsize = (totsize & ~UMA_ALIGN_PTR) +
1514 keg->uk_pgoff = (PAGE_SIZE * keg->uk_ppera) - totsize;
1523 totsize = keg->uk_pgoff + sizeof(struct uma_slab);
1525 totsize += keg->uk_ipers * sizeof(uint32_t);
1526 if (totsize > PAGE_SIZ
[all...]

Completed in 118 milliseconds