/src/sbin/fsck_ffs/ |
pass5.c | 62 int blk, frags, basesize, sumsize, mapsize, cssize; local in function:pass5 131 sumsize = 0; 177 sumsize = &ocg->cg_iused[0] - (u_int8_t *)(&ocg->cg_btot[0]); 187 sumsize = newcg->cg_iusedoff - newcg->cg_old_btotoff; 318 memset(&old_cg_blktot(newcg, 0)[0], 0, (size_t)(sumsize)); 367 if (sumsize) { 437 &old_cg_blktot(cg, 0)[0], sumsize) != 0)) { 441 &old_cg_blktot(newcg, 0)[0], (size_t)sumsize);
|
pass5.c | 62 int blk, frags, basesize, sumsize, mapsize, cssize; local in function:pass5 131 sumsize = 0; 177 sumsize = &ocg->cg_iused[0] - (u_int8_t *)(&ocg->cg_btot[0]); 187 sumsize = newcg->cg_iusedoff - newcg->cg_old_btotoff; 318 memset(&old_cg_blktot(newcg, 0)[0], 0, (size_t)(sumsize)); 367 if (sumsize) { 437 &old_cg_blktot(cg, 0)[0], sumsize) != 0)) { 441 &old_cg_blktot(newcg, 0)[0], (size_t)sumsize);
|
/src/sys/arch/amiga/stand/bootblock/elf2bb/ |
elf2bb.c | 107 int sumsize = 16; local in function:main 121 sumsize = 2; 230 sumsize = bbsize / 512; 425 sumsize++; 447 sumsize++; 458 chksum((uint32_t *)buffer, sumsize * 512 / 4)));
|
elf2bb.c | 107 int sumsize = 16; local in function:main 121 sumsize = 2; 230 sumsize = bbsize / 512; 425 sumsize++; 447 sumsize++; 458 chksum((uint32_t *)buffer, sumsize * 512 / 4)));
|
/src/lib/libc/time/ |
zdump.c | 139 sumsize(size_t a, size_t b) function in typeref:typename:ATTRIBUTE_PURE_114833 ptrdiff_t 273 fakeenv0size = sumsize(valsize, valsize); 277 xmalloc(sumsize(sumsize(sizeof *environ, 279 sumsize(TZeqlen, fakeenv0size))); 419 *bufalloc = sumsize(*bufalloc, absize); 1069 ptrdiff_t f_prefix_copy_size = sumsize(f_prefix_len, 2); 1144 size = sumsize(size, size);
|
zdump.c | 139 sumsize(size_t a, size_t b) function in typeref:typename:ATTRIBUTE_PURE_114833 ptrdiff_t 273 fakeenv0size = sumsize(valsize, valsize); 277 xmalloc(sumsize(sumsize(sizeof *environ, 279 sumsize(TZeqlen, fakeenv0size))); 419 *bufalloc = sumsize(*bufalloc, absize); 1069 ptrdiff_t f_prefix_copy_size = sumsize(f_prefix_len, 2); 1144 size = sumsize(size, size);
|