Searched refs:x2 (Results 251 - 275 of 1780) sorted by relevance

<<11121314151617181920>>

/external/pixman/test/
H A Dregion-contains-test.c30 printf (" %d %d %d %d\n", box->x1, box->y1, box->x2, box->y2);
57 end = b->x2;
100 crc32 = compute_crc32_u32 (crc32, box->x2);
119 box.x2 = box.x1 + prng_rand ();
143 r3 = pixman_region32_contains_point (&region, box.x2, box.y1, &rbox);
145 r4 = pixman_region32_contains_point (&region, box.x2, box.y2, &rbox);
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_copy_tmp.h53 COPY_FUNC( 0x2 )
72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-969.js63 x2 = 0;
64 function test2() { return first((++y, typeof x2), 2); }
66 delete x2;
/external/clang/test/Index/
H A Dcomment-to-html-xml-conversion.cpp263 /// \param x2 Bbb.
265 void test_cmd_param_4(int x1, int x2);
267 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_param_4:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">x1</dt><dd class="param-descr-index-0"> Aaa.</dd><dt class="param-name-index-1">x2</dt><dd class="param-descr-index-1"> Bbb. </dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_param_4</Name><USR>c:@F@test_cmd_param_4#I#I#</USR><Declaration>void test_cmd_param_4(int x1, int x2)</Declaration><Parameters><Parameter><Name>x1</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa.</Para></Discussion></Parameter><Parameter><Name>x2</Name><Index>1</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Bbb. </Para></Discussion></Parameter></Parameters></Function>]
272 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x2] ParamIndex=1
280 /// \param x2 Bbb.
283 void test_cmd_param_5(int x1, int x2);
285 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=test_cmd_param_5:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">x1</dt><dd class="param-descr-index-0"> Aaa.</dd><dt class="param-name-index-1">x2</dt><dd class="param-descr-index-1"> Bbb. </dd><dt class="param-name-index-invalid">zzz</dt><dd class="param-descr-index-invalid"> Aaa. </dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_param_5</Name><USR>c:@F@test_cmd_param_5#I#I#</USR><Declaration>void test_cmd_param_5(int x1, int x2)</Declaratio
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_copy_tmp.h53 COPY_FUNC( 0x2 )
72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2);
/external/chromium_org/content/renderer/compositor_bindings/
H A Dweb_filter_animation_curve_impl.h37 double x2,
/external/chromium_org/remoting/jingle_glue/
H A Dnetwork_settings.h34 NAT_TRAVERSAL_STUN = 0x2,
/external/chromium_org/third_party/WebKit/public/web/
H A DWebTouchAction.h40 WebTouchActionPanX = 0x2,
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
H A Dnormalizedunicodetext.h19 NormalizationD = 0x2,
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafwarp.h36 FT_Pos x1, x2; member in struct:AF_WarperRec_
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcpuid.h42 static const int kCpuHasARM = 0x2;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_dirty_flags.h9 #define U_NEW_RASTERIZER 0x2
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_debug.h40 #define DEBUG_TGSI 0x2
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprshm.h185 #define PR_SHM_EXCL 0x2 /* fail if already exists */
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticParameterization_TestUtility.cpp8 double xx = q.x2() * point.x * point.x;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadImplicit.h19 double x2() const { return fP[kXx_Coeff]; } function in class:SkDQuadImplicit
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dspl_sqrt.c26 int32_t A, B, x2; local
44 x2 = ((int32_t)x_half) * ((int32_t)x_half) * 2; // A = (x/2)^2
45 A = -x2; // A = -(x/2)^2
60 t16 = (int16_t)WEBRTC_SPL_RSHIFT_W32(x2, 16);
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
H A Dp1.cpp25 X<int> x2; // expected-warning {{'X' is deprecated}} variable
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.copy/
H A Dp1.cpp12 X x2((X)y);
/external/clang/test/Headers/
H A Dc11.c40 rsize_t x2 = RSIZE_MAX; variable
/external/clang/test/Parser/
H A Dexpressions.c66 int x2 = sizeof struct pr16992; // expected-error {{expected parentheses around type name in sizeof expression}} local
/external/clang/test/Sema/
H A Dtentative-decls.c5 static struct a x2; // expected-warning{{tentative definition of variable with internal linkage has incomplete non-array type 'struct a'}} variable in typeref:struct:a
/external/clang/test/SemaCXX/
H A Dattr-selectany.cpp8 const __declspec(selectany) int x2 = 2; // expected-error{{'selectany' can only be applied to data items with external linkage}} variable
H A Ddefault-constructor-initializers.cpp16 struct X4 { // expected-error {{must explicitly initialize the member 'x2'}} \
18 X2 x2; // expected-note {{member is declared here}} member in struct:X4
/external/freetype/src/autofit/
H A Dafwarp.h36 FT_Pos x1, x2; member in struct:AF_WarperRec_

Completed in 5882 milliseconds

<<11121314151617181920>>