Searched refs:x1 (Results 276 - 300 of 1282) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1;
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c57 int x1 = win->_curx; local
63 || (win->_cury == y1 && win->_curx < x1))
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c68 int x1 = win->_curx; local
77 || (win->_cury == y1 && win->_curx < x1))
/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash.h142 #define ISMOD(X) ((u_int32_t)(ptrdiff_t)(X)&0x1)
143 #define DOMOD(X) ((X) = (char *)((ptrdiff_t)(X)|0x1))
/freebsd-9.3-release/lib/msun/ld128/
H A De_rem_pio2l.h78 fn = x*invpio2+0x1.8p112;
79 fn = fn-0x1.8p112;
/freebsd-9.3-release/lib/msun/ld80/
H A De_rem_pio2l.h88 fn = x*invpio2+0x1.8p63;
89 fn = fn-0x1.8p63;
/freebsd-9.3-release/lib/msun/sparc64/
H A Dfenv.h53 #define FE_TOWARDZERO 0x1
132 d = 0x1.ffp1023;
/freebsd-9.3-release/lib/msun/src/
H A De_fmodl.c97 ux.e *= 0x1.0p512;
105 uy.e *= 0x1.0p512;
H A De_rem_pio2.c131 STRICT_ASSIGN(double,fn,x*invpio2+0x1.8p52);
132 fn = fn-0x1.8p52;
/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0ext.S173 subb $0x80-0x1,%al # Does next
215 main.8: movb $0x1,%ah # BIOS: Check
355 * 0x1(%si) - byte - head
368 intx13: movb 0x1(%si),%dh # Load head
388 testb $0x1,%cl # Packet mode available?
419 version_minor: .byte 0x1 # minor version
420 version_major: .byte 0x1 # major version
431 partbl: .fill 0x40,0x1,0x0 # Partition table
456 table1: .byte 0x1, 0x4, 0x6, 0x7, 0xb, 0xc, 0xe, 0x42, 0x63, 0x83
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-thunder.c71 static const int RTC_CTL_BIT_AIE = 0x1;
114 rc |= cvmx_twsi_write8(CVMX_RTC_DS1374_ADDR, 0x1, (time >> 8) & 0xff);
/freebsd-9.3-release/sys/dev/ic/
H A Dns16550.h44 #define IER_ERXRDY 0x1
59 #define IIR_NOPEND 0x1
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_phy.h62 #define IXGBE_SFF_1GBASESX_CAPABLE 0x1
73 #define IXGBE_I2C_EEPROM_STATUS_PASS 0x1
/freebsd-9.3-release/sys/dev/pci/
H A Dpcib_private.h68 #define WIN_IO 0x1
93 #define PCIB_SUBTRACTIVE 0x1
/freebsd-9.3-release/sys/dev/ppbus/
H A Dppb_msq.h48 #define MS_TYP_CHA 0x1 /* character */
99 #define MS_REG_STR 0x1
/freebsd-9.3-release/sys/dev/tws/
H A Dtws.h109 #define TWS_REQ_TYPE_AEN_FETCH 0x1
136 TWS_DIR_UNKNOWN = 0x1,
/freebsd-9.3-release/sys/ofed/include/linux/mlx4/
H A Dcmd.h40 MLX4_CMD_SYS_EN = 0x1,
145 MLX4_SET_PORT_RQP_CALC = 0x1,
/freebsd-9.3-release/sys/vm/
H A Dvm_object.h170 #define OBJPC_SYNC 0x1 /* sync I/O */
177 #define OBJPR_CLEANONLY 0x1 /* Don't remove dirty pages. */
/freebsd-9.3-release/sys/xen/interface/
H A Dsysctl.h248 #define PMSTAT_get_max_px (PMSTAT_PX | 0x1)
251 #define PMSTAT_get_max_cx (PMSTAT_CX | 0x1)
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_utf8.c150 value = ((unsigned long)(*p++ & 0x1)) << 30;
229 *str++ = (unsigned char)(((value >> 30) & 0x1) | 0xfc);
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_pss.c133 if (DB[i++] != 0x1) {
232 *p++ ^= 0x1;
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_refclock.h43 #define CLK_HAVETIME1 0x1
48 #define CLK_FLAG1 0x1
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.h95 #define DT_DP_VARARGS 0x1 /* permit varargs in prototype */
H A Ddt_printf.h116 #define DT_PRINTF_EXACTLEN 0x1 /* do not permit extra arguments */
H A Ddt_provider.h53 #define DT_PROVIDER_INTF 0x1 /* provider interface declaration */

Completed in 312 milliseconds

<<11121314151617181920>>