/src/sys/arch/m68k/fpe/ |
fpu_subr.c | 153 uint32_t m0, m1, m2, sup, nrm; local in function:fpu_norm 181 sup = nrm << 1; 182 if (m0 >= sup) {
|
fpu_subr.c | 153 uint32_t m0, m1, m2, sup, nrm; local in function:fpu_norm 181 sup = nrm << 1; 182 if (m0 >= sup) {
|
fpu_subr.c | 153 uint32_t m0, m1, m2, sup, nrm; local in function:fpu_norm 181 sup = nrm << 1; 182 if (m0 >= sup) {
|
/src/sys/arch/powerpc/fpu/ |
fpu_subr.c | 139 u_int m0, m1, m2, m3, top, sup, nrm; local in function:fpu_norm 164 sup = nrm << 1; 165 if (m0 >= sup) { 170 for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
|
fpu_subr.c | 139 u_int m0, m1, m2, m3, top, sup, nrm; local in function:fpu_norm 164 sup = nrm << 1; 165 if (m0 >= sup) { 170 for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
|
fpu_subr.c | 139 u_int m0, m1, m2, m3, top, sup, nrm; local in function:fpu_norm 164 sup = nrm << 1; 165 if (m0 >= sup) { 170 for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
|
/src/sys/arch/sparc/fpu/ |
fpu_subr.c | 145 u_int m0, m1, m2, m3, top, sup, nrm; local in function:fpu_norm 170 sup = nrm << 1; 171 if (m0 >= sup) { 176 for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
|
fpu_subr.c | 145 u_int m0, m1, m2, m3, top, sup, nrm; local in function:fpu_norm 170 sup = nrm << 1; 171 if (m0 >= sup) { 176 for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
|
fpu_subr.c | 145 u_int m0, m1, m2, m3, top, sup, nrm; local in function:fpu_norm 170 sup = nrm << 1; 171 if (m0 >= sup) { 176 for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
|
/src/sbin/fsck_lfs/ |
pass4.c | 150 SEGUSE *sup; local in function:pass4check 170 LFS_SEGENTRY(sup, fs, sn, bp); 171 sup->su_nbytes -= lfs_fsbtob(fs, 1);
|
pass4.c | 150 SEGUSE *sup; local in function:pass4check 170 LFS_SEGENTRY(sup, fs, sn, bp); 171 sup->su_nbytes -= lfs_fsbtob(fs, 1);
|
pass4.c | 150 SEGUSE *sup; local in function:pass4check 170 LFS_SEGENTRY(sup, fs, sn, bp); 171 sup->su_nbytes -= lfs_fsbtob(fs, 1);
|
setup.c | 173 SEGUSE *sup; local in function:setup 298 LFS_SEGENTRY(sup, fs, sn, bp); 299 isdirty = sup->su_flags & SEGUSE_DIRTY; 430 LFS_SEGENTRY(sup, fs, i, bp); 431 seg_table[i].su_flags = sup->su_flags & ~SEGUSE_ACTIVE; 433 seg_table[i].su_nbytes = sup->su_nbytes;
|
setup.c | 173 SEGUSE *sup; local in function:setup 298 LFS_SEGENTRY(sup, fs, sn, bp); 299 isdirty = sup->su_flags & SEGUSE_DIRTY; 430 LFS_SEGENTRY(sup, fs, i, bp); 431 seg_table[i].su_flags = sup->su_flags & ~SEGUSE_ACTIVE; 433 seg_table[i].su_nbytes = sup->su_nbytes;
|
setup.c | 173 SEGUSE *sup; local in function:setup 298 LFS_SEGENTRY(sup, fs, sn, bp); 299 isdirty = sup->su_flags & SEGUSE_DIRTY; 430 LFS_SEGENTRY(sup, fs, i, bp); 431 seg_table[i].su_flags = sup->su_flags & ~SEGUSE_ACTIVE; 433 seg_table[i].su_nbytes = sup->su_nbytes;
|
inode.c | 490 SEGUSE *sup; local in function:clearinode 494 LFS_SEGENTRY(sup, fs, oldsn, bp); 495 sup->su_nbytes -= DINOSIZE(fs); 496 LFS_WRITESEGENTRY(sup, fs, oldsn, bp); /* Ifile */
|
inode.c | 490 SEGUSE *sup; local in function:clearinode 494 LFS_SEGENTRY(sup, fs, oldsn, bp); 495 sup->su_nbytes -= DINOSIZE(fs); 496 LFS_WRITESEGENTRY(sup, fs, oldsn, bp); /* Ifile */
|
/src/libexec/lfs_cleanerd/ |
coalesce.c | 164 struct clfs_seguse *sup; local in function:clean_inode 296 sup = &fs->clfs_segtab[lfs_dtosn(fs, bip[i].bi_daddr)]; 297 if (sup->flags & SEGUSE_ACTIVE)
|
coalesce.c | 164 struct clfs_seguse *sup; local in function:clean_inode 296 sup = &fs->clfs_segtab[lfs_dtosn(fs, bip[i].bi_daddr)]; 297 if (sup->flags & SEGUSE_ACTIVE)
|
/src/sys/ufs/lfs/ |
lfs_syscalls.c | 829 SEGUSE *sup; local in function:lfs_do_segclean 835 LFS_SEGENTRY(sup, fs, segnum, bp); 836 if (sup->su_nbytes) { 838 " %d live bytes\n", segnum, sup->su_nbytes)); 842 if (sup->su_flags & SEGUSE_ACTIVE) { 848 if (!(sup->su_flags & SEGUSE_DIRTY)) { 856 if (sup->su_flags & SEGUSE_SUPERBLOCK) 862 lfs_sb_addbfree(fs, sup->su_nsums * lfs_btofsb(fs, lfs_sb_getsumsize(fs)) + 863 lfs_btofsb(fs, sup->su_ninos * lfs_sb_getibsize(fs))); 864 lfs_sb_subdmeta(fs, sup->su_nsums * lfs_btofsb(fs, lfs_sb_getsumsize(fs)) [all...] |
lfs_rfw.c | 220 SEGUSE *sup; local in function:update_meta 288 LFS_SEGENTRY(sup, fs, lfs_dtosn(fs, ndaddr), bp); 289 sup->su_nbytes += size; 290 LFS_WRITESEGENTRY(sup, fs, lfs_dtosn(fs, ndaddr), bp); 400 SEGUSE *sup; local in function:update_inoblk 482 LFS_SEGENTRY(sup, fs, 484 sup->su_nbytes -= DINOSIZE(fs); 485 LFS_WRITESEGENTRY(sup, fs, 489 LFS_SEGENTRY(sup, fs, lfs_dtosn(fs, 492 sup->su_nbytes += DINOSIZE(fs) 565 SEGUSE *sup; local in function:check_segsum 788 SEGUSE *sup; local in function:lfs_roll_forward [all...] |
lfs_alloc.c | 559 SEGUSE *sup; local in function:lfs_vfree 761 LFS_SEGENTRY(sup, fs, lfs_dtosn(fs, old_iaddr), bp); 763 KASSERTMSG((sup->su_nbytes >= DINOSIZE(fs)), 767 (int)DINOSIZE(fs) - sup->su_nbytes); 769 sup->su_nbytes -= DINOSIZE(fs); 771 LFS_WRITESEGENTRY(sup, fs, lfs_dtosn(fs, old_iaddr), bp); /* Ifile */ 974 SEGUSE *sup; local in function:lfs_free_orphans 1019 LFS_SEGENTRY(sup, fs, segno, bp); 1020 KASSERT(sup->su_nbytes >= DINOSIZE(fs)); 1021 sup->su_nbytes -= DINOSIZE(fs) [all...] |
lfs_syscalls.c | 829 SEGUSE *sup; local in function:lfs_do_segclean 835 LFS_SEGENTRY(sup, fs, segnum, bp); 836 if (sup->su_nbytes) { 838 " %d live bytes\n", segnum, sup->su_nbytes)); 842 if (sup->su_flags & SEGUSE_ACTIVE) { 848 if (!(sup->su_flags & SEGUSE_DIRTY)) { 856 if (sup->su_flags & SEGUSE_SUPERBLOCK) 862 lfs_sb_addbfree(fs, sup->su_nsums * lfs_btofsb(fs, lfs_sb_getsumsize(fs)) + 863 lfs_btofsb(fs, sup->su_ninos * lfs_sb_getibsize(fs))); 864 lfs_sb_subdmeta(fs, sup->su_nsums * lfs_btofsb(fs, lfs_sb_getsumsize(fs)) [all...] |
/src/sys/netipsec/ |
key_debug.c | 258 const struct sadb_supported *sup = (const struct sadb_supported *)ext; local in function:kdebug_sadb_supported 266 len = (PFKEY_UNUNIT64(sup->sadb_supported_len) - sizeof(*sup)) 268 alg = (const void *)(sup + 1);
|
/src/sys/fs/cd9660/ |
cd9660_vfsops.c | 398 struct iso_supplementary_descriptor *sup; local in function:iso_mountfs 556 sup = (struct iso_supplementary_descriptor *)supbp->b_data; 558 if ((isonum_711(sup->flags) & 1) == 0) { 559 if (memcmp(sup->escape, "%/@", 3) == 0) 561 if (memcmp(sup->escape, "%/C", 3) == 0) 563 if (memcmp(sup->escape, "%/E", 3) == 0)
|