Searched refs:gx (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/compiler/
H A Descape-analysis-arguments.js93 return { gx : g.arguments[0], hx : h.arguments[0] };
107 assertEquals(2, r.gx.x)
108 assertEquals(4, r.gx.y.z)
111 assertEquals(3, r.gx.y.z)
127 return { gx : g.arguments[0], hx : h.arguments[0] };
141 assertEquals(2, r.gx.x)
142 assertEquals(4, r.gx.y.z)
145 assertEquals(3, r.gx.y.z)
/external/clang/test/Index/
H A Dindex-refs.cpp3 extern int gx;
11 NS::MyInt NS::gx = EnumVal; member in class:NS
74 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
78 // CHECK-NEXT: [indexDeclaration]: kind: variable | name: gx
/external/openssl/crypto/jpake/
H A Djpake.c52 p->gx = BN_new();
59 BN_free(p->gx);
176 hashbn(&sha, p->gx);
184 * Note that p->gx has already been calculated
228 BN_mod_exp(t2, p->gx, h, ctx->p.p, ctx->ctx);
250 BN_mod_exp(p->gx, g, x, ctx->p.p, ctx->ctx);
286 static int is_legal(const BIGNUM *gx, const JPAKE_CTX *ctx) argument
291 if(BN_is_negative(gx) || BN_is_zero(gx) || BN_cmp(gx, ct
381 compute_key(JPAKE_CTX *ctx, const BIGNUM *gx) argument
[all...]
H A Djpake.h35 BIGNUM *gx; /* g^x in step 1, g^(xa + xc + xd) * xb * s in step 2 */ member in struct:__anon28310
/external/bison/build-aux/
H A Dupdate-b4-copyright52 while (/($old_re)/gx)
88 /$1-$3/gx;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalkerQuadratic4x4_Test.cpp35 int gx = g & 0x03; local
48 path.quadTo(gx, gy, hx, hy);
58 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
H A DEdgeWalkerPolygons_Mismatches.cpp1604 int gx = miss.g & 0x03; local
1617 path.lineTo(gx, gy);
H A DEdgeWalkerPolygon4x4_Test.cpp32 int gx = g & 0x03; local
46 path.lineTo(gx, gy);
58 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp34 int gx = g & 0x03; local
48 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy),
60 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp34 int gx = g & 0x03; local
48 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy));
61 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
/external/skia/experimental/Intersection/
H A DEdgeWalkerQuadratic4x4_Test.cpp35 int gx = g & 0x03; local
48 path.quadTo(gx, gy, hx, hy);
58 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
H A DEdgeWalkerPolygons_Mismatches.cpp1604 int gx = miss.g & 0x03; local
1617 path.lineTo(gx, gy);
H A DEdgeWalkerPolygon4x4_Test.cpp32 int gx = g & 0x03; local
46 path.lineTo(gx, gy);
58 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
/external/skia/tests/
H A DPathOpsSimplifyQuadThreadedTest.cpp34 int gx = g & 0x03; local
48 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy),
60 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp34 int gx = g & 0x03; local
48 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy));
61 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c185 // try to find gx.dll
186 g_hGapiLib = LoadLibrary(_T("\\Windows\\gx.dll"));
189 g_hGapiLib = LoadLibrary(_T("gx.dll"));
343 #define gx device->hidden->gapiInfo->gxFunc macro
345 LINK( GXOpenDisplay, gx.GXOpenDisplay, "?GXOpenDisplay@@YAHPAUHWND__@@K@Z" )
346 LINK( GXCloseDisplay, gx.GXCloseDisplay, "?GXCloseDisplay@@YAHXZ" )
347 LINK( GXBeginDraw, gx.GXBeginDraw, "?GXBeginDraw@@YAPAXXZ" )
348 LINK( GXEndDraw, gx.GXEndDraw, "?GXEndDraw@@YAHXZ" )
349 LINK( GXOpenInput, gx.GXOpenInput, "?GXOpenInput@@YAHXZ" )
350 LINK( GXCloseInput, gx
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c942 GXResult ML_(evaluate_GX)( GExpr* gx, GExpr* fbGX, argument
950 UChar* p = &gx->payload[0];
1014 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di ) argument
1024 UChar* p = &gx->payload[0]; /* must remain unsigned */
1111 ML_(pp_GX)( gx );
1191 void ML_(pp_GX) ( GExpr* gx ) {
1195 UChar* p = &gx->payload[0];
H A Dpriv_d3basics.h614 void ML_(pp_GX) ( GExpr* gx );
641 /* Evaluate a guarded expression. If regs is NULL, then gx is assumed
644 to True (iow, gx is a single unconditional expression). If regs is
651 NULL but the frame base is still needed, then evaluation of gx as a
653 GXResult ML_(evaluate_GX)( GExpr* gx, GExpr* fbGX,
675 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di );
H A Dreaddwarf3.c554 static void bias_GX ( /*MOD*/GExpr* gx, struct _DebugInfo* di ) argument
557 UChar* p = &gx->payload[0];
588 GExpr* gx; local
599 gx = ML_(dinfo_zalloc)( "di.readdwarf3.msGX.1",
601 vg_assert(gx);
603 p = pstart = &gx->payload[0];
614 vg_assert( &gx->payload[bytesReqd]
615 == ((UChar*)gx) + sizeof(GExpr) + bytesReqd );
617 return gx;
629 GExpr* gx; local
[all...]
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp198 float gx = (x + 0.5f) / cellWidth; local
200 return tcu::Vec2(deFloatFrac(gx), deFloatFrac(gy));
/external/chromium_org/third_party/skia/src/views/
H A DSkWindow.cpp107 #include <gx.h>
/external/skia/src/views/
H A DSkWindow.cpp106 #include <gx.h>
/external/smack/src/org/xbill/DNS/
H A DDNSSEC.java377 public BigInteger p, a, b, gx, gy, n; field in class:DNSSEC.ECKeyInfo
388 gx = new BigInteger(gx_str, 16);
392 spec = new ECParameterSpec(curve, new ECPoint(gx, gy), n, 1);
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m377 plotStr = {'gx-', 'bo-', 'r^-', 'kd-', 'cx-', 'go--', 'b^--'};

Completed in 459 milliseconds

12