Home
last modified time | relevance | path

Searched refs:bnd (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/include/platform/
Dacenv.h386 #define _Bnd(X, bnd) (((sizeof (X)) + (bnd)) & (~(bnd))) argument
/freebsd-10-stable/sys/compat/svr4/
Dsvr4_stream.c754 struct svr4_strmcmd bnd; local
761 if (ioc->len < 0 || ioc->len > sizeof(bnd))
764 if ((error = copyin(ioc->buf, &bnd, ioc->len)) != 0)
767 if (bnd.cmd != SVR4_TI_OLD_BIND_REQUEST) {
768 DPRINTF(("ti_bind: bad request %ld\n", bnd.cmd));
777 if (bnd.offs == 0)
780 netaddr_to_sockaddr_in(&sain, &bnd);
790 if (bnd.offs == 0)
793 netaddr_to_sockaddr_un(&saun, &bnd);
804 bnd.pad[28] = 0x00001000; /* magic again */
[all …]
/freebsd-10-stable/contrib/gcc/
Dtree-ssa-loop-niter.c1559 double_int bnd, max, mmax, cst; in derive_constant_upper_bound() local
1591 bnd = derive_constant_upper_bound (op0, additional); in derive_constant_upper_bound()
1595 if (double_int_ucmp (max, bnd) < 0) in derive_constant_upper_bound()
1598 return bnd; in derive_constant_upper_bound()
1617 bnd = derive_constant_upper_bound (op0, additional); in derive_constant_upper_bound()
1630 if (double_int_ucmp (bnd, mmax) > 0) in derive_constant_upper_bound()
1633 return double_int_add (bnd, cst); in derive_constant_upper_bound()
1650 if (double_int_ucmp (bnd, cst) < 0) in derive_constant_upper_bound()
1658 bnd = double_int_add (bnd, double_int_neg (cst)); in derive_constant_upper_bound()
1661 return bnd; in derive_constant_upper_bound()
[all …]
/freebsd-10-stable/sys/i386/i386/
Dexception.s116 IDTVEC(bnd)
Dmachdep.c1986 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
3272 setidt(IDT_BR, &IDTVEC(bnd), SDT_SYS386TGT, SEL_KPL,
/freebsd-10-stable/sys/i386/xen/
Dexception.s124 IDTVEC(bnd)
Dxen_machdep.c85 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
1162 { 5, 3, GSEL(GCODE_SEL, SEL_KPL), (unsigned long) &IDTVEC(bnd)},
/freebsd-10-stable/sys/amd64/amd64/
Dexception.S129 IDTVEC(bnd)
Dmachdep.c1175 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(fpusegm),
1916 setidt(IDT_BR, &IDTVEC(bnd), SDT_SYSIGT, SEL_KPL, 0); in hammer_time()