Searched refs:sup (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/preproc/eqn/
H A Dscript.cpp28 box *sup; member in class:script_box
41 of a list. For example, given `2x sup 3', the superscript should
44 box *make_script_box(box *nuc, box *sub, box *sup) argument
50 sup);
54 return new script_box(nuc, sub, sup);
58 : pointer_box(pp), sub(qq), sup(rr)
65 delete sup;
83 if (sup != 0)
84 sup->compute_metrics(script_style(style));
97 if (sup
[all...]
/freebsd-10.1-release/lib/libc/sparc64/fpu/
H A Dfpu_subr.c144 u_int m0, m1, m2, m3, top, sup, nrm; local
169 sup = nrm << 1;
170 if (m0 >= sup) {
175 for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
/freebsd-10.1-release/sys/powerpc/fpu/
H A Dfpu_subr.c142 u_int m0, m1, m2, m3, top, sup, nrm; local
167 sup = nrm << 1;
168 if (m0 >= sup) {
173 for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
/freebsd-10.1-release/lib/libipsec/
H A Dpfkey.c142 setsupportedmap(sup)
143 struct sadb_supported *sup;
147 switch (sup->sadb_supported_exttype) {
162 *ipsup = malloc(sup->sadb_supported_len);
167 memcpy(*ipsup, sup, sup->sadb_supported_len);
745 struct sadb_supported *sup; local
761 sup = (struct sadb_supported *)p;
762 if (ep < p + sizeof(*sup) ||
763 PFKEY_EXTLEN(sup) < sizeo
[all...]
/freebsd-10.1-release/sys/fs/cd9660/
H A Dcd9660_vfsops.c220 struct iso_supplementary_descriptor *sup = NULL; local
289 sup = (struct iso_supplementary_descriptor *)vdp;
292 if (bcmp(sup->escape, "%/@", 3) == 0)
294 if (bcmp(sup->escape, "%/C", 3) == 0)
296 if (bcmp(sup->escape, "%/E", 3) == 0)
299 if ((isonum_711 (sup->flags) & 1) &&
461 sup->root_directory_record;
472 sup = NULL;
/freebsd-10.1-release/sys/netipsec/
H A Dkey_debug.c272 struct sadb_supported *sup = (struct sadb_supported *)ext; local
280 len = (PFKEY_UNUNIT64(sup->sadb_supported_len) - sizeof(*sup))
282 alg = (struct sadb_alg *)(sup + 1);
H A Dkey.c6765 struct sadb_supported *sup; local
6815 sup = (struct sadb_supported *)(mtod(n, caddr_t) + off);
6816 sup->sadb_supported_len = PFKEY_UNIT64(alen);
6817 sup->sadb_supported_exttype = SADB_EXT_SUPPORTED_AUTH;
6818 off += PFKEY_ALIGN8(sizeof(*sup));
6839 sup = (struct sadb_supported *)(mtod(n, caddr_t) + off);
6840 sup->sadb_supported_len = PFKEY_UNIT64(elen);
6841 sup->sadb_supported_exttype = SADB_EXT_SUPPORTED_ENCRYPT;
6842 off += PFKEY_ALIGN8(sizeof(*sup));
/freebsd-10.1-release/usr.sbin/timed/timed/
H A Dtimed.c682 * returns a random number in the range [inf, sup]
685 casual(long inf, long sup) argument
690 return(inf + (sup - inf)*value);
/freebsd-10.1-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c5012 Unit *up, *sup; /* work */ local
5022 sup = up; /* save msu pointer */
5037 *sup = 0; /* here 9 -> 0[.9] */
5040 *sup = (Unit) powers[count - 1] - 1; /* here 999.. in msu -> 99.. */

Completed in 110 milliseconds