Home
last modified time | relevance | path

Searched refs:sx (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/third_party/curl/lib/
Dsocks.c154 static void socksstate(struct socks_state *sx, struct Curl_easy *data, in socksstate() argument
161 enum connect_t oldstate = sx->state; in socksstate()
191 sx->state = state; in socksstate()
196 socks_statename[oldstate], socks_statename[sx->state], in socksstate()
202 struct socks_state *sx, in socks_state_send() argument
210 nwritten = Curl_conn_cf_send(cf->next, data, (char *)sx->outp, in socks_state_send()
211 sx->outstanding, &result); in socks_state_send()
225 DEBUGASSERT(sx->outstanding >= nwritten); in socks_state_send()
227 sx->outstanding -= nwritten; in socks_state_send()
228 sx->outp += nwritten; in socks_state_send()
[all …]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c310 translate_semantic_index(struct Shader_xlate *sx, in translate_semantic_index() argument
318 if (sx->clip_distance_mapping[0].d3d == operand->base.index[0].imm) { in translate_semantic_index()
319 idx = sx->clip_distance_mapping[0].tgsi; in translate_semantic_index()
321 assert(sx->clip_distance_mapping[1].d3d == operand->base.index[0].imm); in translate_semantic_index()
322 idx = sx->clip_distance_mapping[1].tgsi; in translate_semantic_index()
360 declare_vertices_in(struct Shader_xlate *sx, in declare_vertices_in() argument
366 if (sx->vertices_in) { in declare_vertices_in()
367 assert(sx->vertices_in == in); in declare_vertices_in()
369 sx->vertices_in = in; in declare_vertices_in()
422 dcl_base_output(struct Shader_xlate *sx, in dcl_base_output() argument
[all …]
/third_party/FreeBSD/sys/sys/
Dsx.h46 #define sx pthread_mutex macro
48 #define sx_init(sx, des) (void)pthread_mutex_init(sx, 0) argument
49 #define sx_init_flags(sx,des,flag) (void)pthread_mutex_init(sx, 0) argument
50 #define sx_destroy(sx) (void)pthread_mutex_destroy(sx) argument
51 #define sx_xlock(sx) (void)pthread_mutex_lock(sx) argument
52 #define sx_xunlock(sx) (void)pthread_mutex_unlock(sx) argument
54 #define sx_assert(sx, flag) do { \ argument
55 if(!(sx)) \
59 static inline int sx_xlocked(struct sx* sx) in sx_xlocked() argument
61 if (sx->owner == (void *)OsCurrTaskGet()) { in sx_xlocked()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_sxnet.c22 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
57 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
69 if (!ASN1_INTEGER_get_int64(&v, sx->version)
78 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
79 id = sk_SXNETID_value(sx->ids, i);
102 SXNET *sx = NULL; in sxnet_v2i() local
106 if (!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1)) in sxnet_v2i()
109 return sx; in sxnet_v2i()
154 SXNET *sx = NULL; in SXNET_add_id_INTEGER() local
168 if ((sx = SXNET_new()) == NULL) in SXNET_add_id_INTEGER()
[all …]
/third_party/openssl/crypto/x509/
Dv3_sxnet.c22 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
57 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
69 if (!ASN1_INTEGER_get_int64(&v, sx->version)
78 for (i = 0; i < sk_SXNETID_num(sx->ids); i++) {
79 id = sk_SXNETID_value(sx->ids, i);
102 SXNET *sx = NULL; in sxnet_v2i() local
106 if (!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1)) in sxnet_v2i()
109 return sx; in sxnet_v2i()
154 SXNET *sx = NULL; in SXNET_add_id_INTEGER() local
168 if ((sx = SXNET_new()) == NULL) in SXNET_add_id_INTEGER()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_codecview.c92 static int clip_line(int *sx, int *sy, int *ex, int *ey, int maxx) in clip_line() argument
94 if(*sx > *ex) in clip_line()
95 return clip_line(ex, ey, sx, sy, maxx); in clip_line()
97 if (*sx < 0) { in clip_line()
100 *sy = *ey + (*sy - *ey) * (int64_t)*ex / (*ex - *sx); in clip_line()
101 *sx = 0; in clip_line()
105 if (*sx > maxx) in clip_line()
107 *ey = *sy + (*ey - *sy) * (int64_t)(maxx - *sx) / (*ex - *sx); in clip_line()
120 static void draw_line(uint8_t *buf, int sx, int sy, int ex, int ey, in draw_line() argument
125 if (clip_line(&sx, &sy, &ex, &ey, w - 1)) in draw_line()
[all …]
/third_party/typescript/tests/baselines/reference/
DprotectedMembers.types9 protected static sx: number;
10 >sx : number
23 return this.sx;
24 >this.sx : number
26 >sx : number
51 return super.sf() + this.sx;
52 >super.sf() + this.sx : number
57 >this.sx : number
59 >sx : number
71 static sx: number;
[all …]
DdeclarationEmitProtectedMembers.symbols25 protected static sx: number;
26 >sx : Symbol(C1.sx, Decl(declarationEmitProtectedMembers.ts, 9, 42))
31 return this.sx;
32 >this.sx : Symbol(C1.sx, Decl(declarationEmitProtectedMembers.ts, 9, 42))
34 >sx : Symbol(C1.sx, Decl(declarationEmitProtectedMembers.ts, 9, 42))
64 return super.sf() + this.sx;
68 >this.sx : Symbol(C1.sx, Decl(declarationEmitProtectedMembers.ts, 9, 42))
70 >sx : Symbol(C1.sx, Decl(declarationEmitProtectedMembers.ts, 9, 42))
82 static sx: number;
83 >sx : Symbol(C3.sx, Decl(declarationEmitProtectedMembers.ts, 33, 14))
DdeclarationEmitProtectedMembers.types26 protected static sx: number;
27 >sx : number
32 return this.sx;
33 >this.sx : number
35 >sx : number
68 return super.sf() + this.sx;
69 >super.sf() + this.sx : number
74 >this.sx : number
76 >sx : number
88 static sx: number;
[all …]
DprotectedMembers.symbols9 protected static sx: number;
10 >sx : Symbol(C1.sx, Decl(protectedMembers.ts, 2, 24))
23 return this.sx;
24 >this.sx : Symbol(C1.sx, Decl(protectedMembers.ts, 2, 24))
26 >sx : Symbol(C1.sx, Decl(protectedMembers.ts, 2, 24))
49 return super.sf() + this.sx;
53 >this.sx : Symbol(C1.sx, Decl(protectedMembers.ts, 2, 24))
55 >sx : Symbol(C1.sx, Decl(protectedMembers.ts, 2, 24))
67 static sx: number;
68 >sx : Symbol(C3.sx, Decl(protectedMembers.ts, 24, 14))
[all …]
DprotectedMembers.js5 protected static sx: number;
10 return this.sx;
20 return super.sf() + this.sx;
27 static sx: number;
43 C1.sx;
49 C2.sx;
55 C3.sx;
142 return this.sx;
156 return _super.sf.call(this) + this.sx;
180 C1.sx;
[all …]
DdestructuringWithLiteralInitializers2.types95 declare const sx: string | undefined;
96 >sx : string | undefined
122 function f33([x = 0, y = 'bar'] = [nx, sx]) {}
128 >[nx, sx] : [number | undefined, string | undefined]
130 >sx : string | undefined
147 function f42([x = 0, y = 'bar'] = [sx]) {}
153 >[sx] : [string | undefined]
154 >sx : string | undefined
156 function f43([x = 0, y = 'bar'] = [sx, nx]) {}
162 >[sx, nx] : [string | undefined, number | undefined]
[all …]
DdeclarationEmitProtectedMembers.js13 protected static sx: number;
16 return this.sx;
29 return super.sf() + this.sx;
36 static sx: number;
82 return this.sx;
106 return _super.sf.call(this) + this.sx;
145 protected static sx: number;
156 static sx: number;
DdestructuringWithLiteralInitializers2.symbols65 declare const sx: string | undefined;
66 >sx : Symbol(sx, Decl(destructuringWithLiteralInitializers2.ts, 16, 13))
84 function f33([x = 0, y = 'bar'] = [nx, sx]) {}
89 >sx : Symbol(sx, Decl(destructuringWithLiteralInitializers2.ts, 16, 13))
101 function f42([x = 0, y = 'bar'] = [sx]) {}
105 >sx : Symbol(sx, Decl(destructuringWithLiteralInitializers2.ts, 16, 13))
107 function f43([x = 0, y = 'bar'] = [sx, nx]) {}
111 >sx : Symbol(sx, Decl(destructuringWithLiteralInitializers2.ts, 16, 13))
DdestructuringWithLiteralInitializers2.js18 declare const sx: string | undefined;
23 function f33([x = 0, y = 'bar'] = [nx, sx]) {} argument
27 function f42([x = 0, y = 'bar'] = [sx]) {}
28 function f43([x = 0, y = 'bar'] = [sx, nx]) {}
79 …var _b = _a === void 0 ? [nx, sx] : _a, _c = _b[0], x = _c === void 0 ? 0 : _c, _d = _b[1], y = _d…
88 …var _b = _a === void 0 ? [sx] : _a, _c = _b[0], x = _c === void 0 ? 0 : _c, _d = _b[1], y = _d ===…
91 …var _b = _a === void 0 ? [sx, nx] : _a, _c = _b[0], x = _c === void 0 ? 0 : _c, _d = _b[1], y = _d…
/third_party/skia/src/core/
DSkMatrix.cpp210 SkScalar sx = fMat[kMSkewX]; in isSimilarity() local
213 if (is_degenerate_2x2(mx, sx, sy, my)) { in isSimilarity()
219 return (SkScalarNearlyEqual(mx, my, tol) && SkScalarNearlyEqual(sx, -sy, tol)) in isSimilarity()
220 || (SkScalarNearlyEqual(mx, -my, tol) && SkScalarNearlyEqual(sx, sy, tol)); in isSimilarity()
238 SkScalar sx = fMat[kMSkewX]; in preservesRightAngles() local
241 if (is_degenerate_2x2(mx, sx, sy, my)) { in preservesRightAngles()
248 vec[1].set(sx, my); in preservesRightAngles()
310 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale() argument
311 if (1 == sx && 1 == sy) { in setScale()
314 this->setScaleTranslate(sx, sy, px - sx * px, py - sy * py); in setScale()
[all …]
/third_party/jerryscript/jerry-libm/
Dfmod.c41 int n, hx, hy, hz, ix, iy, sx, i; in fmod() local
48 sx = hx & 0x80000000; /* sign of x */ in fmod()
49 hx ^= sx; /* |x| */ in fmod()
66 return Zero[(unsigned) sx >> 31]; in fmod()
173 return Zero[(unsigned) sx >> 31]; in fmod()
194 return Zero[(unsigned) sx >> 31]; in fmod()
207 ret.as_int.hi = hx | sx; in fmod()
221 hx = sx; in fmod()
226 hx = sx; in fmod()
228 ret.as_int.hi = hx | sx; in fmod()
/third_party/ffmpeg/libavcodec/
Dbgmc.c428 unsigned int sx, i; in bgmc_lut_fillp() local
430 for (sx = 0; sx < 16; sx++) in bgmc_lut_fillp()
435 while (cf_table[sx][symbol] > target) in bgmc_lut_fillp()
511 int delta, unsigned int sx, in ff_bgmc_decode() argument
523 lut += sx * LUT_SIZE; in ff_bgmc_decode()
531 while (cf_table[sx][symbol] > target) in ff_bgmc_decode()
536 … high = low + ((range * cf_table[sx][(symbol) << delta] - (1 << FREQ_BITS)) >> FREQ_BITS); in ff_bgmc_decode()
537 … low = low + ((range * cf_table[sx][(symbol + 1) << delta]) >> FREQ_BITS); in ff_bgmc_decode()
/third_party/typescript/tests/cases/compiler/
DprotectedMembers.ts4 protected static sx: number; property in C1
9 return this.sx;
19 return super.sf() + this.sx;
26 static sx: number; property in C3
42 C1.sx;
48 C2.sx;
54 C3.sx;
DdeclarationEmitProtectedMembers.ts15 protected static sx: number; property in C1
18 return this.sx;
31 return super.sf() + this.sx;
38 static sx: number; property in C3
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEInstrInfo.td116 opc, (outs RC:$sx), (ins RC:$sy, RC:$sz, immOp2:$imm32),
117 !strconcat(opcStr, " $sx, ${imm32}($sy, ${sz})")> {
123 opc, (outs RC:$sx), (ins immOp2:$imm32),
124 !strconcat(opcStr, " $sx, $imm32")> {
138 def rr : RR<opc, (outs RCo:$sx), (ins RCi:$sy, RCi:$sz),
139 !strconcat(opcStr, " $sx, $sy, $sz")>
148 def ri : RR<opc, (outs RCo:$sx), (ins RCi:$sz, immOp:$sy),
149 !strconcat(opcStr, " $sx, $sy, $sz")>
156 def zi : RR<opc, (outs RCo:$sx), (ins immOp:$sy),
157 !strconcat(opcStr, " $sx, $sy")>
[all …]
/third_party/skia/docs/examples/
DMatrix_setSkew.cpp12 for (SkScalar sx : { -1, 0, 1 } ) {
15 m.setSkew(sx, sy, 96 + 64 * sx, 128 + 48 * sy);
17 canvas->drawString("K", 96 + 64 * sx, 128 + 48 * sy, p);
DPath_rCubicTo.cpp13 SkScalar sx = SkScalarSin(i * SK_ScalarPI / 8), in draw() local
15 path.rCubicTo(40 * sx, 4 * sy, 4 * sx, 40 * sy, 40 * sx, 40 * sy); in draw()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderRenderCase.cpp207 Vec4 getCoords(float sx, float sy) const;
208 Vec4 getUnitCoords(float sx, float sy) const;
214 Vec4 getUserAttrib(int attribNdx, float sx, float sy) const;
258 float sx = static_cast<float>(x) / static_cast<float>(gridSize); in QuadGrid() local
260 float fx = 2.0f * sx - 1.0f; in QuadGrid()
266 m_screenPos[vtxNdx] = Vec4(sx, sy, 0.0f, 1.0f) * viewportScale; in QuadGrid()
267 m_coords[vtxNdx] = getCoords(sx, sy); in QuadGrid()
268 m_unitCoords[vtxNdx] = getUnitCoords(sx, sy); in QuadGrid()
271 m_userAttribs[attribNdx][vtxNdx] = getUserAttrib(attribNdx, sx, sy); in QuadGrid()
300 inline Vec4 QuadGrid::getCoords(float sx, float sy) const in getCoords() argument
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsShaderRenderCase.cpp154 Vec4 getCoords (float sx, float sy) const;
155 Vec4 getUnitCoords (float sx, float sy) const;
158 Vec4 getUserAttrib (int attribNdx, float sx, float sy) const;
201 float sx = (float)x / (float)gridSize; in QuadGrid() local
203 float fx = 2.0f * sx - 1.0f; in QuadGrid()
209 m_screenPos[vtxNdx] = Vec4(sx, sy, 0.0f, 1.0f) * viewportScale; in QuadGrid()
210 m_coords[vtxNdx] = getCoords(sx, sy); in QuadGrid()
211 m_unitCoords[vtxNdx] = getUnitCoords(sx, sy); in QuadGrid()
214 m_userAttribs[attribNdx][vtxNdx] = getUserAttrib(attribNdx, sx, sy); in QuadGrid()
243 inline Vec4 QuadGrid::getCoords (float sx, float sy) const in getCoords() argument
[all …]

12345678910>>...14