HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 301 - 325 of 2906) sorted by null

<<11121314151617181920>>

  /external/openssl/crypto/rc2/
rc2_locl.h 148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
153 x2=(t<<3)|(t>>13); \
154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
  /external/pixman/test/
region-contains-test.c 30 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);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 156 int x1, int x2) {
160 int t = (x2 - x1);
169 while(x2 > x1) {
188 const uchar *ptrIn, int iStride, const float* gPtr, int ct, int x1, int x2) {
190 int len = x2 - x1;
192 while((x2 > x1) && (((uintptr_t)ptrIn) & 0x3)) {
211 if (gArchUseSIMD && (x2 > x1)) {
212 int t = (x2 - x1) >> 2;
288 uint32_t x2 = xend; local
303 OneVFU4(fout, pi, stride, cp->mFp, cp->mIradius * 2 + 1, x1, x2);
349 uint32_t x2 = xend; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandles.java 92 int x2 = x1 + w; local
98 x2 -= insets.right;
103 int mx = (x1 + x2) / 2;
116 mHandles.add(new SelectionHandle(x2, my, Position.RIGHT_MIDDLE));
118 mHandles.add(new SelectionHandle(x2, y1, Position.TOP_RIGHT));
121 mHandles.add(new SelectionHandle(x2, y2, Position.BOTTOM_RIGHT));
  /external/chromium/chrome/browser/ui/gtk/
nine_box.cc 119 int x2 = images_[2] ? dst_width - gdk_pixbuf_get_width(images_[2]) : x1; local
122 if (x2 < x1 || y2 < y1)
143 TileImage(cr, images_[1], x1, 0, x2 - x1, y1, opacity);
145 DrawPixbuf(cr, images_[2], x2, 0, opacity);
151 TileImage(cr, images_[4], x1, y1, x2 - x1, y2 - y1, opacity);
153 TileImage(cr, images_[5], x2, y1, dst_width - x2, y2 - y1, opacity);
159 TileImage(cr, images_[7], x1, y2, x2 - x1, dst_height - y2, opacity);
161 DrawPixbuf(cr, images_[8], x2, y2, opacity);
206 int x2 = width - gdk_pixbuf_get_width(images_[2]) local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_copy_tmp.h 53 COPY_FUNC( 0x2 )
72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2);
  /external/clang/test/Index/
comment-to-html-xml-conversion.cpp 235 /// \param x2 Bbb.
237 void comment_to_html_conversion_15(int x1, int x2);
239 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_15:{{.*}} 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>comment_to_html_conversion_15</Name><USR>c:@F@comment_to_html_conversion_15#I#I#</USR><Declaration>void comment_to_html_conversion_15(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>]
244 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x2] ParamIndex=1
252 /// \param x2 Bbb.
255 void comment_to_html_conversion_16(int x1, int x2);
257 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_16:{{.*}} 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>comment_to_html_conversion_16</Name><USR>c:@F@comment_to_html_conversion_16#I#I#</USR><Declaration>void comment_to_html_conversion_16(int x1, int x2)</Declaration><Parameters><Parameter><Name>x1</Name><Index>0</Index><Direction isExplicit="0">in</ (…)
    [all...]
  /external/mesa3d/src/mesa/math/
m_copy_tmp.h 53 COPY_FUNC( 0x2 )
72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
post_pro.cpp 291 Word16 i, x2;
296 x2 = st->x1;
307 L_tmp = L_mac (L_tmp, x2, b[2]);
351 Word16 i, x2; local
365 x2 = st->x1;
378 L_tmp += ((Word32) x2) * c_b2;
  /bionic/libc/kernel/common/asm-generic/
mman-common.h 22 #define PROT_WRITE 0x2
  /development/ndk/platforms/android-3/include/asm-generic/
mman-common.h 22 #define PROT_WRITE 0x2
  /development/ndk/platforms/android-3/include/linux/
xattr.h 16 #define XATTR_REPLACE 0x2
  /development/ndk/sources/android/libportable/common/include/
mman_portable.h 22 #define PROT_WRITE_PORTABLE 0x2
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSLineBoxContainValue.h 36 enum LineBoxContainFlags { LineBoxContainNone = 0x0, LineBoxContainBlock = 0x1, LineBoxContainInline = 0x2, LineBoxContainFont = 0x4, LineBoxContainGlyphs = 0x8,
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLineElement.h 53 DECLARE_ANIMATED_LENGTH(X2, x2)
SVGLinearGradientElement.h 51 DECLARE_ANIMATED_LENGTH(X2, x2)
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.h 19 NormalizationD = 0x2,
  /external/chromium_org/third_party/freetype/src/autofit/
afwarp.h 36 FT_Pos x1, x2; member in struct:AF_WarperRec_
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dirty_flags.h 9 #define U_NEW_RASTERIZER 0x2
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_debug.h 40 #define DEBUG_TGSI 0x2
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prshm.h 185 #define PR_SHM_EXCL 0x2 /* fail if already exists */
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.h 19 double x2() const { return fP[kXx_Coeff]; } function in class:SkDQuadImplicit
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_float_animation_curve_impl.h 36 double x2,
web_transform_animation_curve_impl.h 37 double x2,
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.copy/
p1.cpp 12 X x2((X)y);

Completed in 611 milliseconds

<<11121314151617181920>>