Home
last modified time | relevance | path

Searched refs:sup (Results 1 – 25 of 129) sorted by relevance

123456

/netbsd-src/external/gpl2/groff/dist/src/preproc/eqn/
H A Dscript.cpp30 box *sup; member in script_box
46 box *make_script_box(box *nuc, box *sub, box *sup) in make_script_box() argument
52 sup); in make_script_box()
56 return new script_box(nuc, sub, sup); in make_script_box()
60 : pointer_box(pp), sub(qq), sup(rr) in script_box()
67 delete sup; in ~script_box()
85 if (sup != 0) in compute_metrics()
86 sup->compute_metrics(script_style(style)); in compute_metrics()
99 if (sup == 0) { in compute_metrics()
118 uid, uid, pos, sup->uid, x_height); in compute_metrics()
[all …]
/netbsd-src/sys/ufs/lfs/
H A Dlfs_rfw.c176 SEGUSE *sup; in update_meta() local
229 LFS_SEGENTRY(sup, fs, lfs_dtosn(fs, ndaddr), bp); in update_meta()
230 sup->su_nbytes += size; in update_meta()
231 LFS_WRITESEGENTRY(sup, fs, lfs_dtosn(fs, ndaddr), bp); in update_meta()
319 SEGUSE *sup; in update_inoblk() local
376 LFS_SEGENTRY(sup, fs, lfs_dtosn(fs, daddr), in update_inoblk()
378 sup->su_nbytes -= DINOSIZE(fs); in update_inoblk()
379 LFS_WRITESEGENTRY(sup, fs, in update_inoblk()
383 LFS_SEGENTRY(sup, fs, lfs_dtosn(fs, LFS_DBTOFSB(fs, dbp->b_blkno)), in update_inoblk()
385 sup->su_nbytes += DINOSIZE(fs); in update_inoblk()
[all …]
H A Dlfs_segment.c943 SEGUSE *sup; in lfs_update_iaddr() local
974 LFS_SEGENTRY(sup, fs, sn, bp); in lfs_update_iaddr()
976 LFS_WRITESEGENTRY(sup, fs, sn, bp); in lfs_update_iaddr()
1007 LFS_SEGENTRY(sup, fs, oldsn, bp); in lfs_update_iaddr()
1008 KASSERTMSG(((sup->su_nbytes + DINOSIZE(fs)*ndupino) in lfs_update_iaddr()
1016 (int)DINOSIZE(fs) * (1 - sp->ndupino) - sup->su_nbytes, in lfs_update_iaddr()
1018 (unsigned int)sup->su_nbytes, in lfs_update_iaddr()
1022 sup->su_nbytes -= DINOSIZE(fs); in lfs_update_iaddr()
1032 LFS_WRITESEGENTRY(sup, fs, oldsn, bp); /* Ifile */ in lfs_update_iaddr()
1471 SEGUSE *sup; local
[all …]
H A Dlfs_syscalls.c829 SEGUSE *sup; in lfs_do_segclean() local
835 LFS_SEGENTRY(sup, fs, segnum, bp); in lfs_do_segclean()
836 if (sup->su_nbytes) { in lfs_do_segclean()
838 " %d live bytes\n", segnum, sup->su_nbytes)); in lfs_do_segclean()
842 if (sup->su_flags & SEGUSE_ACTIVE) { in lfs_do_segclean()
848 if (!(sup->su_flags & SEGUSE_DIRTY)) { in lfs_do_segclean()
856 if (sup->su_flags & SEGUSE_SUPERBLOCK) in lfs_do_segclean()
862 lfs_sb_addbfree(fs, sup->su_nsums * lfs_btofsb(fs, lfs_sb_getsumsize(fs)) + in lfs_do_segclean()
863 lfs_btofsb(fs, sup->su_ninos * lfs_sb_getibsize(fs))); in lfs_do_segclean()
864 lfs_sb_subdmeta(fs, sup->su_nsums * lfs_btofsb(fs, lfs_sb_getsumsize(fs)) + in lfs_do_segclean()
[all …]
H A Dlfs_alloc.c478 SEGUSE *sup; in lfs_vfree() local
675 LFS_SEGENTRY(sup, fs, lfs_dtosn(fs, old_iaddr), bp); in lfs_vfree()
677 KASSERTMSG((sup->su_nbytes >= DINOSIZE(fs)), in lfs_vfree()
681 (int)DINOSIZE(fs) - sup->su_nbytes); in lfs_vfree()
683 sup->su_nbytes -= DINOSIZE(fs); in lfs_vfree()
685 LFS_WRITESEGENTRY(sup, fs, lfs_dtosn(fs, old_iaddr), bp); /* Ifile */ in lfs_vfree()
880 SEGUSE *sup; in lfs_free_orphans() local
924 LFS_SEGENTRY(sup, fs, segno, bp); in lfs_free_orphans()
925 KASSERT(sup->su_nbytes >= DINOSIZE(fs)); in lfs_free_orphans()
926 sup->su_nbytes -= DINOSIZE(fs); in lfs_free_orphans()
[all …]
H A Dlfs_vfsops.c869 SEGUSE *sup; in lfs_mountfs() local
1182 LFS_SEGENTRY(sup, fs, i, bp); in lfs_mountfs()
1185 if (sup->su_nbytes == 0 && in lfs_mountfs()
1186 !(sup->su_flags & SEGUSE_EMPTY)) { in lfs_mountfs()
1187 sup->su_flags |= SEGUSE_EMPTY; in lfs_mountfs()
1189 } else if (!(sup->su_nbytes == 0) && in lfs_mountfs()
1190 (sup->su_flags & SEGUSE_EMPTY)) { in lfs_mountfs()
1191 sup->su_flags &= ~SEGUSE_EMPTY; in lfs_mountfs()
1194 if (sup->su_flags & (SEGUSE_ACTIVE|SEGUSE_INVAL)) { in lfs_mountfs()
1195 sup in lfs_mountfs()
2369 SEGUSE *sup; lfs_resize_fs() local
[all...]
/netbsd-src/sbin/fsck_lfs/
H A Dpass6.c76 SEGUSE *sup; in rfw_update_single() local
142 LFS_SEGENTRY(sup, fs, oldsn, bp); in rfw_update_single()
144 sup->su_nbytes -= osize; in rfw_update_single()
147 LFS_WRITESEGENTRY(sup, fs, oldsn, bp); in rfw_update_single()
172 LFS_SEGENTRY(sup, fs, sn, bp); in rfw_update_single()
174 sup->su_nbytes += size; in rfw_update_single()
177 LFS_WRITESEGENTRY(sup, fs, sn, bp); in rfw_update_single()
211 SEGUSE *sup; in remove_ino() local
234 LFS_SEGENTRY(sup, fs, lfs_dtosn(fs, daddr), sbp); in remove_ino()
235 sup->su_nbytes -= DINOSIZE(fs); in remove_ino()
[all …]
H A Dsegwrite.c247 SEGUSE *sup; in lfs_writeinode() local
357 LFS_SEGENTRY(sup, fs, oldsn, bp); in lfs_writeinode()
358 sup->su_nbytes -= DINOSIZE(fs); in lfs_writeinode()
363 LFS_WRITESEGENTRY(sup, fs, oldsn, bp); /* Ifile */ in lfs_writeinode()
453 SEGUSE *sup; in lfs_update_single() local
519 LFS_SEGENTRY(sup, fs, oldsn, bp); in lfs_update_single()
520 sup->su_nbytes -= osize; in lfs_update_single()
523 LFS_WRITESEGENTRY(sup, fs, oldsn, bp); in lfs_update_single()
640 SEGUSE *sup; in lfs_initseg() local
665 LFS_SEGENTRY(sup, fs, sp->seg_number, bp); in lfs_initseg()
[all …]
H A Dsetup.c173 SEGUSE *sup; in setup() local
298 LFS_SEGENTRY(sup, fs, sn, bp); in setup()
299 isdirty = sup->su_flags & SEGUSE_DIRTY; in setup()
430 LFS_SEGENTRY(sup, fs, i, bp); in setup()
431 seg_table[i].su_flags = sup->su_flags & ~SEGUSE_ACTIVE; in setup()
433 seg_table[i].su_nbytes = sup->su_nbytes; in setup()
H A Dpass4.c150 SEGUSE *sup; in pass4check() local
170 LFS_SEGENTRY(sup, fs, sn, bp); in pass4check()
171 sup->su_nbytes -= lfs_fsbtob(fs, 1); in pass4check()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPObjClass.cpp20 sup = StringList(); in LDAPObjClass()
33 sup = oc.sup; in LDAPObjClass()
79 sup = StringList (oc_sup); in setSup()
115 return sup; in getSup()
/netbsd-src/share/doc/usd/17.msmacros/
H A Drefcard.bad965 x sup 2 over a sup 2 ~=~ sqrt {p z sup 2 +qz+r}
974 x sup 2 over a sup 2
975 ~=~ sqrt { p z sup 2 + q z + r }
1000 F hat ( chi ) ~ mark = ~ | del V | sup 2
1005 lineup =~ {left ( {partial V} over {partial x} right ) } sup 2
1006 + { left ( {partial V} over {partial y} right ) } sup 2
1014 F hat ( chi ) ~ mark = ~ | del V | sup 2
1019 lineup =~ {left ( {partial V} over {partial x} right ) } sup 2
1020 + { left ( {partial V} over {partial y} right ) } sup 2
1190 \&Gamma\*T$GAMMA (z) = int sub 0 sup inf \e
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dcxxcode.c53 sp = sfind(n, nscur->sup); in dclns()
393 sp = sp->sup; in pfind()
403 sp = pfind(p->n_left, sp->sup); in pfind()
461 if ((sp = sfind(s, ns->sup))) in cxxlookup()
464 sp = sfind(s, spole->sup); in cxxlookup()
490 ns = pfind(p->n_left, spole->sup); in cxxlookup()
553 sp = sfind(n, nscur->sup); in cxxdclstr()
577 if (sp->sup) in symwalk()
578 symwalk(sp->sup, indent+1); in symwalk()
674 sp = sfind(s, nscur->sup); in cxxftnfind()
[all …]
H A Dcxxdefs.h15 #define INSSYM(sp) (sp->snext = nscur->sup, nscur->sup = sp, sp->sdown = nscur)
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DreadSchema.cpp58 StringList sup = test.getSup(); in main() local
59 for( StringList::const_iterator i = sup.begin(); i != sup.end(); i++ ){ in main()
/netbsd-src/sys/arch/powerpc/fpu/
H A Dfpu_subr.c139 u_int m0, m1, m2, m3, top, sup, nrm; in fpu_norm() local
164 sup = nrm << 1; in fpu_norm()
165 if (m0 >= sup) { in fpu_norm()
170 for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */ in fpu_norm()
/netbsd-src/sys/arch/sparc/fpu/
H A Dfpu_subr.c145 u_int m0, m1, m2, m3, top, sup, nrm; in fpu_norm() local
170 sup = nrm << 1; in fpu_norm()
171 if (m0 >= sup) { in fpu_norm()
176 for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */ in fpu_norm()
/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_subr.c153 uint32_t m0, m1, m2, sup, nrm; in fpu_norm() local
181 sup = nrm << 1; in fpu_norm()
182 if (m0 >= sup) { in fpu_norm()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon.md1499 (define_insn "neon_vaddl<sup><mode>"
1505 "vaddl.<sup>%#<V_sz_elem>\t%q0, %P1, %P2"
1509 (define_insn "neon_vaddw<sup><mode>"
1515 "vaddw.<sup>%#<V_sz_elem>\t%q0, %q1, %P2"
1521 (define_insn "@neon_v<r>hadd<sup><mode>"
1527 "v<r>hadd.<sup>%#<V_sz_elem>\t%<V_reg>0, %<V_reg>1, %<V_reg>2"
1531 (define_insn "neon_vqadd<sup><mode>"
1537 "vqadd.<sup>%#<V_sz_elem>\t%<V_reg>0, %<V_reg>1, %<V_reg>2"
2056 (define_insn "neon_vmlal<sup><mode>"
2063 "vmlal.<sup>%#<V_sz_elem>\t%q0, %P2, %P3"
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyntax.c88 syn_is_sup( Syntax *syn, Syntax *sup ) in syn_is_sup() argument
93 assert( sup != NULL ); in syn_is_sup()
95 if ( syn == sup ) { in syn_is_sup()
104 if ( syn->ssyn_sups[i] == sup ) { in syn_is_sup()
108 if ( syn_is_sup( syn->ssyn_sups[i], sup ) ) { in syn_is_sup()
H A Doc.c33 ObjectClass *sup, in is_object_subclass() argument
38 if( sub == NULL || sup == NULL ) return 0; in is_object_subclass()
42 sup->soc_oid, sub->soc_oid, sup == sub ); in is_object_subclass()
45 if ( sup == sub ) { in is_object_subclass()
54 if ( is_object_subclass( sup, sub->soc_sups[i] ) ) { in is_object_subclass()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dneon.md1879 (define_insn "neon_vaddl<sup><mode>"
1885 "vaddl.<sup>%#<V_sz_elem>\t%q0, %P1, %P2"
1889 (define_insn "neon_vaddw<sup><mode>"
1895 "vaddw.<sup>%#<V_sz_elem>\t%q0, %q1, %P2"
1901 (define_insn "neon_v<r>hadd<sup><mode>"
1907 "v<r>hadd.<sup>%#<V_sz_elem>\t%<V_reg>0, %<V_reg>1, %<V_reg>2"
1911 (define_insn "neon_vqadd<sup><mode>"
1917 "vqadd.<sup>%#<V_sz_elem>\t%<V_reg>0, %<V_reg>1, %<V_reg>2"
2447 (define_insn "neon_vmlal<sup><mode>"
2454 "vmlal.<sup>%#<V_sz_elem>\t%q0, %P2, %P3"
[all …]
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey.c176 setsupportedmap(struct sadb_supported *sup) in setsupportedmap() argument
180 switch (sup->sadb_supported_exttype) { in setsupportedmap()
195 *ipsup = malloc((size_t)sup->sadb_supported_len); in setsupportedmap()
200 memcpy(*ipsup, sup, (size_t)sup->sadb_supported_len); in setsupportedmap()
776 struct sadb_supported *sup; in pfkey_set_supported() local
792 sup = (void *)p; in pfkey_set_supported()
793 if (ep < p + sizeof(*sup) || in pfkey_set_supported()
794 PFKEY_EXTLEN(sup) < sizeof(*sup) || in pfkey_set_supported()
795 ep < p + sup->sadb_supported_len) { in pfkey_set_supported()
800 switch (sup->sadb_supported_exttype) { in pfkey_set_supported()
[all …]
/netbsd-src/external/bsd/am-utils/dist/amq/
H A Damq.c769 amq_sync_umnt *sup; in main() local
773 sup = amqproc_sync_umnt_1(&fs, clnt); in main()
774 if (sup) { in main()
776 print_umnt_error(sup, fs); in main()
777 errs = amu_sync_umnt_to_retval(sup); in main()
/netbsd-src/sbin/route/
H A Droute.c93 typedef union sockunion *sup; typedef
116 static sup readtag(sup, const char *);
117 static void addtag(sup, const char *, int);
125 static void sodump(sup, const char *);
785 sup su; in getaddr()
979 static sup
980 readtag(sup su, const char *s) in readtag()
984 sup retsu = su; in readtag()
1017 addtag(sup su, const char *s, int where) in addtag()
1714 sodump(sup su, const char *which) in sodump()

123456