Searched refs:totsize (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | vmsdbgout.c | 763 return totsize; in write_modbeg() 782 return totsize; in write_modend() 876 return totsize; in write_rtnbeg() 888 int totsize; in write_rtnend() local 892 totsize = 0; in write_rtnend() 909 return totsize; in write_rtnend() 963 totsize += 4; in write_pclines() 1049 return totsize; in write_pclines() 1243 return totsize; in write_srccorr() 1258 return totsize; in write_srccorrs() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | vmsdbgout.c | 766 return totsize; 786 return totsize; 881 return totsize; 895 int totsize; local 897 totsize = 0; 914 return totsize; 969 totsize += 4; 1055 return totsize; 1251 return totsize; 1267 return totsize; [all …]
|
/openbsd/usr.sbin/pkg_add/OpenBSD/ |
H A D | ProgressMeter.pm | 21 sub compute_size($self, $totsize) 23 $$totsize += $self->{size} if defined $self->{size}; 34 my $totsize = 0; 35 $plist->compute_size(\$totsize); 36 $totsize = 1 if $totsize == 0; 37 return $totsize; 128 $plist->{totsize} //= $progress->compute_size($plist); 131 totsize => $plist->{totsize},
|
/openbsd/usr.sbin/lpr/common_source/ |
H A D | displayq.c | 73 static off_t totsize; /* total print job size in bytes */ variable 116 totsize = 0; in displayq() 401 printf("%lld bytes\n", (long long)totsize); in inform() 402 totsize = 0; in inform() 482 totsize += copies * lbuf.st_size; in dump()
|
/openbsd/usr.sbin/pkg_add/OpenBSD/ProgressMeter/ |
H A D | Term.pm | 272 $progress->show(0, $p->{totsize}); 276 $progress->show($p->{donesize} + $done, $p->{totsize}); 286 $self->{progress}->show($self->{donesize}, $self->{totsize});
|
/openbsd/sys/arch/octeon/dev/ |
H A D | if_ogx.c | 2247 size_t totsize; in ogx_fpa3_aura_load() local 2254 totsize = nelem * size; in ogx_fpa3_aura_load() 2256 if (bus_dmamap_create(node->node_dmat, totsize, 1, totsize, 0, in ogx_fpa3_aura_load() 2259 if (bus_dmamem_alloc(node->node_dmat, totsize, CACHELINESIZE, 0, in ogx_fpa3_aura_load() 2262 if (bus_dmamem_map(node->node_dmat, &aura->dmaseg, rsegs, totsize, in ogx_fpa3_aura_load() 2265 if (bus_dmamap_load(node->node_dmat, aura->dmap, kva, totsize, NULL, in ogx_fpa3_aura_load()
|