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

1234567891011>>

/macosx-10.9.5/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.9.5/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)
H A Dpam_shim_setcred_flags.h1 xlate(PAM_ESTABLISH_CRED, 0x0002U, PAM_ESTABLISH_CRED, 0x1)
/macosx-10.9.5/xnu-2422.115.4/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.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/WebCore-7537.78.1/svg/
H A DSVGPathSegCurvetoQuadratic.h31 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
35 , m_x1(x1)
54 float x1() const { return m_x1; } function in class:WebCore::SVGPathSegCurvetoQuadratic
55 void setX1(float x1) argument
57 m_x1 = x1;
77 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
79 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, role, x, y, x1, y1));
83 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
84 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
94 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, floa argument
100 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
[all...]
H A DSVGPathSegCurvetoQuadraticAbs.idl32 [StrictTypeChecking] attribute float x1;
H A DSVGPathSegCurvetoQuadraticRel.idl32 [StrictTypeChecking] attribute float x1;
H A DSVGPathSegCurvetoCubic.h31 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
35 , m_x1(x1)
56 float x1() const { return m_x1; } function in class:WebCore::SVGPathSegCurvetoCubic
57 void setX1(float x1) argument
59 m_x1 = x1;
95 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
97 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, role, x, y, x1, y1, x2, y2));
101 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
102 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
112 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, floa argument
118 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DShapeInterval.cpp40 return i1.x1 < i2.x1;
46 if (x2 < i.x1 || x1 > i.x2)
48 rv.x1 = std::max(x1, i.x1);
73 else if (v[i].x1 >= interval->x1 && v[i].x1 <
[all...]
H A DShapeInterval.h39 float x1; member in struct:WebCore::ShapeInterval
42 ShapeInterval(float x1 = 0, float x2 = 0)
43 : x1(x1)
/macosx-10.9.5/emacs-92/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.9.5/file_cmds-230/pax/
H A Dpat_rep.h46 #define PRNT 0x1
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/bash-92/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.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h57 SoloMask = 0x1,
61 PredicatedMask = 0x1
/macosx-10.9.5/Libc-997.90.3/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.9.5/tcl-102/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.9.5/eap8021x-180/EAP8021X.fproj/
H A Deapolcfg_auth_types.h49 keapolcfg_auth_set_name = 0x1,
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmach_swapon.h41 #define MS_PREFER 0x1 /* This device/file is preferred */
/macosx-10.9.5/xnu-2422.115.4/osfmk/device/
H A Ddevice_port.h73 #define DEVICE_PAGER_GUARDED 0x1
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dsync_policy.h41 #define SYNC_POLICY_FIXED_PRIORITY 0x1

Completed in 340 milliseconds

1234567891011>>