Searched refs:x1 (Results 51 - 75 of 1654) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddr_io.h62 #define DR_VIO_RES_FAILURE 0x1
70 #define DR_VIO_STAT_UNCONFIGURED 0x1
H A Dldoms.h68 #define DOMAINING_SUPPORTED 0x1
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Doplkm_msg.h72 #define OKM_MSG_SADB 0x1 /* SADB message from SP */
78 #define OKM_ERR_VERSION 0x1 /* Unexpected version */
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpu_idle.h46 #define BM_CTL 0x1
52 #define CPU_IDLE_DEEP_CFG (0x1) /* Deep Idle disabled by user */
H A Ddebug_info.h36 #define DEBUG_INFO_VERSION 0x1
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_mont.c84 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in
89 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, argument
101 MP_CHECKOK(group->meth->field_mul(x1, z2, x1, group->meth));
103 MP_CHECKOK(group->meth->field_mul(x1, z1, &t2, group->meth));
104 MP_CHECKOK(group->meth->field_add(z1, x1, z1, group->meth));
106 MP_CHECKOK(group->meth->field_mul(z1, &t1, x1, group->meth));
107 MP_CHECKOK(group->meth->field_add(x1, &t2, x1, grou
121 gf2m_Mxy(const mp_int *x, const mp_int *y, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, const ECGroup *group) argument
199 mp_int x1, x2, z1, z2; local
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosbig_ultra3.c79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; local
147 x1 = *x;
174 n1 = (int) (x1 * invpio2 + half[xsb1]);
183 a1 = x1 - fn1 * pio2_1;
189 x1 = a1 - w1;
192 y1 = (a1 - x1) - w1;
195 a1 = x1;
201 x1 = a1 - w1;
204 y1 = (a1 - x1) - w1;
207 a1 = x1;
[all...]
H A D__vsinbig_ultra3.c79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; local
147 x1 = *x;
174 n1 = (int) (x1 * invpio2 + half[xsb1]);
183 a1 = x1 - fn1 * pio2_1;
189 x1 = a1 - w1;
192 y1 = (a1 - x1) - w1;
195 a1 = x1;
201 x1 = a1 - w1;
204 y1 = (a1 - x1) - w1;
207 a1 = x1;
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/vm/
H A Dfaultcode.h40 #define FC_HWERR 0x1 /* misc hardware error (e.g. bus timeout) */
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kctl.h51 #define KMDB_ACT_F_BOOT 0x1 /* activated during boot */
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dfindprime.c48 if ((count & 0x1) == 0)
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.h37 #define CHECKHASH 0x1
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dpkgcond.h48 #define R_FAILURE 0x1 /* condition no match / failure */
/illumos-gate/usr/src/uts/common/inet/
H A Dled.h51 #define OK_16PTR(p) (!((uintptr_t)(p) & 0x1))
/illumos-gate/usr/src/uts/common/netinet/
H A Dpim.h107 * #define PIM_REGISTER 0x1
117 #define PIM_REGISTER 0x1 /* PIM Register type is 1 */
/illumos-gate/usr/src/uts/common/sys/usb/clients/mass_storage/
H A Dusb_cbi.h52 #define CBI_STATUS_FAILED 0x1 /* Command failed */
/illumos-gate/usr/src/uts/common/vm/
H A Dfaultcode.h55 #define FC_HWERR 0x1 /* misc hardware error (e.g. bus timeout) */
/illumos-gate/usr/src/uts/common/sys/
H A Dptem.h52 #define REMOTEMODE 0x1 /* Pty in remote mode */
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcicfg.h36 PCICFG_FLAG_READ_ONLY = 0x1,
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Dstarcat.h108 #define STARCAT_CPUID_TO_BOARDSLOT(p) (((p) >> 3) & 0x1)
110 #define STARCAT_CPUID_TO_COREID(p) (((p) >> 2) & 0x1)
111 #define STARCAT_CPUID_TO_CORE_BIT(p) ((p) & (0x1 << 2))
116 ((((e) & 0x1f) << 5) | (((s) & 0x1) << 3) | ((a) & 0x7))
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Denviron.h37 #define ENVIRON_ATTACH_DEBUG 0x1
H A Dsimmstat.h37 #define SIMMSTAT_ATTACH_DEBUG 0x1
H A Dsram.h37 #define SRAM_ATTACH_DEBUG 0x1
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpic16f819_reg.h42 #define PIC16F819_FAN_FAULT 0x1
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dballoon.h47 #define BLN_IOCTL_CURRENT (BLN_IOCTL_BASE | 0x1)

Completed in 159 milliseconds

1234567891011>>