Searched refs:x1 (Results 1 - 25 of 1153) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dcbrtf.c44 /* mantissa = 0x1.00... */
45 {0x1.0000000000000p+0, 0x1.0000000000000p+0,
46 0x1.0000000000000p+0, 0x1.0000000000000p+0}, /* exponent = 0 */
47 {0x1.037e200000000p+1, 0x1.4400000000000p+0,
48 0x1.948b0fcd6e9e0p-1, 0x1.f91bd1b62b9cfp-2}, /* exponent = 1 */
49 {0x1
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-asmtab.c1938 { 0x1, 0x1, 0, -1, -1, 13, 1, 0 },
2026 { 0x1, 0x1, 0, 1166, -1, 20, 1, 68 },
2095 { 0x1, 0x1, 0, -1, -1, 13, 1, 0 },
2139 { 0x1, 0x1, 2, -1, -1, 27, 1, 12 },
2140 { 0x1, 0x1,
[all...]
/macosx-10.10/OpenPAM-20/compat/
H A Dpam_shim_authenticate_flags.h2 xlate(PAM_DISALLOW_NULL_AUTHTOK, 0x0001U, PAM_DISALLOW_NULL_AUTHTOK, 0x1)
H A Dpam_shim_flags.h3 xlate(PAM_DISALLOW_NULL_AUTHTOK, 0x0001U, PAM_DISALLOW_NULL_AUTHTOK, 0x1)
6 xlate(PAM_ESTABLISH_CRED, 0x0002U, PAM_ESTABLISH_CRED, 0x1)
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShapeInterval.h50 ShapeInterval(T x1, T x2) argument
51 : m_x1(x1)
54 ASSERT(x2 >= x1);
58 T x1() const { return isUndefined() ? 0 : m_x1; } function in class:WebCore::ShapeInterval
63 void set(T x1, T x2) argument
65 ASSERT(x2 >= x1);
66 m_x1 = x1;
74 return x2() >= interval.x1() && x1() <= interval.x2();
81 return x1() <
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/vmx/
H A Dvmx_asm.h48 #define VMX_VCR_ACT_HLT_MASK 0x1
50 #define VMX_VCR_ACT_SHUTDOWN_MASK 0x1
52 #define VMX_VCR_ACT_SIPI_MASK 0x1
54 #define VMX_VCR_ACT_CSTATE_MASK 0x1
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbyteorder.py20 v = CFSwapInt16(0x1)
22 v = CFSwapInt32(0x1)
24 v = CFSwapInt64(0x1)
28 v = CFSwapInt16BigToHost(0x1)
30 v = CFSwapInt32BigToHost(0x1)
32 v = CFSwapInt64BigToHost(0x1)
34 v = CFSwapInt16HostToBig(0x1)
36 v = CFSwapInt32HostToBig(0x1)
38 v = CFSwapInt64HostToBig(0x1)
41 v = CFSwapInt16BigToHost(0x1)
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbyteorder.py19 v = CFSwapInt16(0x1)
21 v = CFSwapInt32(0x1)
23 v = CFSwapInt64(0x1)
26 v = CFSwapInt16BigToHost(0x1)
28 v = CFSwapInt32BigToHost(0x1)
30 v = CFSwapInt64BigToHost(0x1)
32 v = CFSwapInt16HostToBig(0x1)
34 v = CFSwapInt32HostToBig(0x1)
36 v = CFSwapInt64HostToBig(0x1)
39 v = CFSwapInt16BigToHost(0x1)
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfbyteorder.py20 v = CFSwapInt16(0x1)
22 v = CFSwapInt32(0x1)
24 v = CFSwapInt64(0x1)
27 v = CFSwapInt16BigToHost(0x1)
29 v = CFSwapInt32BigToHost(0x1)
31 v = CFSwapInt64BigToHost(0x1)
33 v = CFSwapInt16HostToBig(0x1)
35 v = CFSwapInt32HostToBig(0x1)
37 v = CFSwapInt64HostToBig(0x1)
40 v = CFSwapInt16BigToHost(0x1)
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGPathSegCurvetoQuadraticAbs.h31 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
33 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, role, x, y, x1, y1));
37 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
38 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
H A DSVGPathSegCurvetoQuadraticRel.h31 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
33 return adoptRef(new SVGPathSegCurvetoQuadraticRel(element, role, x, y, x1, y1));
37 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
38 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
H A DSVGPathSegCurvetoQuadratic.h30 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
34 , m_x1(x1)
53 float x1() const { return m_x1; } function in class:WebCore::SVGPathSegCurvetoQuadratic
54 void setX1(float x1) argument
56 m_x1 = x1;
H A DSVGPathSegCurvetoCubicAbs.h31 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
33 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, role, x, y, x1, y1, x2, y2));
37 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
38 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
H A DSVGPathSegCurvetoCubicRel.h31 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
33 return adoptRef(new SVGPathSegCurvetoCubicRel(element, role, x, y, x1, y1, x2, y2));
37 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
38 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
/macosx-10.10/emacs-93/emacs/mac/inc/
H A Dtermio.h48 #define IGNBRK 0x1 /* ignore break condition */
53 #define ONLCR 0x1 /* map CR to NL on output */
58 #define CBAUD 0x1
62 #define ISIG 0x1 /* enable signals */
/macosx-10.10/file_cmds-242/pax/
H A Dpat_rep.h46 #define PRNT 0x1
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/etc/
H A Dmersenne.c74 long x1, x2; local
78 x1 = x2;
79 x2 = x1 - ((x1 * x1) - x) / (2 * x1);
80 } while (x1 != x2);
82 if (x1 * x1 > x) {
83 --x1;
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dinetaddr25 local x1 x2 x3 x4
49 x1=$(( 0x${h:0:2} ))
55 printf "%d.%d.%d.%d\n" $x1 $x2 $x3 $x4
57 printf "%d.%d.%d.%d\n" $x4 $x3 $x2 $x1
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h57 SoloMask = 0x1,
61 PredicatedMask = 0x1
/macosx-10.10/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-hexnan.c38 L_shift(x, x1, i) ULong *x; ULong *x1; int i;
40 L_shift(ULong *x, ULong *x1, int i)
51 } while(++x < x1);
67 ULong c, h, *x, *x1, *xe;
85 x1 = xe = x;
108 if (x < x1 && i < 8)
109 L_shift(x, x1, i);
116 x1 = x;
166 if (x < x1
[all...]
H A Dgdtoa-gmisc.c41 ULong *x, *x1, *xe, y; local
44 x = x1 = b->x;
53 *x1++ = (y | (*x << n)) & ALL_ON;
56 if ((*x1 = y) !=0)
57 x1++;
61 *x1++ = *x++;
63 if ((b->wds = x1 - b->x) == 0)
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnix.c148 unsigned int x1, y1, end;
153 for (x1 = 0; x1 < width; x1 = end) {
158 while ((x1 < width) && !*lineDataPtr) {
159 x1++;
162 end = x1;
172 if (end > x1) {
173 rect.x = x + x1;
175 rect.width = end - x1;
144 unsigned int x1, y1, end; local
[all...]
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Deapolcfg_auth_types.h49 keapolcfg_auth_set_name = 0x1,
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmach_swapon.h41 #define MS_PREFER 0x1 /* This device/file is preferred */
/macosx-10.10/xnu-2782.1.97/osfmk/bank/
H A Dbank_types.h41 #define BANK_ORIGINATOR_PID 0x1

Completed in 416 milliseconds

1234567891011>>