HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 1351 - 1375 of 4103) sorted by null

<<51525354555657585960>>

  /development/ndk/platforms/android-9/include/android/
configuration.h 73 ACONFIGURATION_SCREENLONG_NO = 0x1,
82 ACONFIGURATION_UI_MODE_NIGHT_NO = 0x1,
  /external/bzip2/
Android.mk 18 # measurements show that the ARM version of ZLib is about x1.17 faster
  /external/chromium_org/media/mp2t/
ts_packet.cc 114 if ((adaptation_field_control & 0x1) == 0 &&
119 if ((adaptation_field_control & 0x1) == 1 &&
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
Path.idl 53 [RaisesException] void arcTo([Default=Undefined] optional float x1,
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLinearGradientElement.cpp 37 DEFINE_ANIMATED_LENGTH(SVGLinearGradientElement, SVGNames::x1Attr, X1, x1)
43 REGISTER_LOCAL_ANIMATED_PROPERTY(x1)
SVGPathSegListSource.cpp 102 point1 = FloatPoint(cubic->x1(), cubic->y1());
123 point1 = FloatPoint(quadratic->x1(), quadratic->y1());
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 484 #define FT_OUTLINE_OWNER 0x1
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
nfrs.cpp 67 int64_t x1 = x; local
71 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
73 x1 >>= 1;
78 if ((x1 & 1) == 1) {
81 t = x1;
89 x1 = t;
93 t = x1 - y1;
96 int64_t gcd = x1 << p2;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_dynamic.c 269 unsigned x1 = i915->scissor.minx; local
276 sc[1] = (y1 << 16) | (x1 & 0xffff);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 640 int x1, int y1,
644 out[1] = get_texel_2d_no_border( samp, addr, x1, y0 );
646 out[3] = get_texel_2d_no_border( samp, addr, x1, y1 );
655 int x1, int y1,
659 out[1] = get_texel_2d( samp, addr, x1, y0 );
660 out[3] = get_texel_2d( samp, addr, x1, y1 );
821 unsigned x1 = (x0 + 1) & (xpot - 1); local
823 get_texel_quad_2d_no_border(samp, addr, x0, y0, x1, y1, tx);
1181 int x0, x1; local
1194 samp->linear_texcoord_s(s, width, &x0, &x1, &xw)
1218 int x0, x1, layer; local
1256 int x0, y0, x1, y1; local
1300 int x0, y0, x1, y1, layer; local
1345 int x0, y0, x1, y1; local
1390 int x0, x1, y0, y1, z0, z1; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 578 int x1; /**< determines scale if PIPE_CAP_SCALED_RESOLVE is supported */ member in struct:pipe_resolve_info::__anon12977
587 int x1; /**< may be < x0 only if PIPE_CAP_SCALED_RESOLVE is supported */ member in struct:pipe_resolve_info::__anon12978
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_yuv.c 144 int x = box->x1;
146 int w = box->x2 - box->x1;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_etc_tmp.h 109 block->flipped = (src[3] & 0x1);
125 ((block->pixel_indices >> (bit)) & 0x1);
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
a_utf8.c 135 value = ((unsigned long)(*p++ & 0x1)) << 30;
203 *str++ = (unsigned char)(((value >> 30) & 0x1) | 0xfc);
  /external/chromium_org/third_party/skia/src/core/
SkBitmapFilter.cpp 45 int x1 = SkClampMax(SkScalarFloorToInt(srcPt.fX+s.getBitmapFilter()->width())+1, maxX); local
50 for (int srcX = x0; srcX < x1 ; srcX++) {
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkClampRange.cpp 16 static int chop(int64_t x0, SkFixed edge, int64_t x1, int64_t dx, int count) {
23 if (x1 <= edge) {
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 5 X<X<int>> *x1; variable
20 X<X<int>> *x1; local
23 template<typename T = void> struct X1 { };
24 X1<X1<>> x1a;
63 template<place...X1, place...X2>
64 struct append_places<places<X1...>, places<X2...>> {
65 typedef places<X1...,X2...> type;
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist.cpp 289 void loop(X &x1, X &x2) {
300 for (X x : { x1, x2 }) { }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jmf.jar 
ant-swing.jar 
  /external/freetype/include/freetype/
ftimage.h 484 #define FT_OUTLINE_OWNER 0x1
    [all...]
  /external/guava/guava/src/com/google/common/primitives/
UnsignedLong.java 176 fValue += 0x1.0p63f;
190 dValue += 0x1.0p63;
  /external/icu4c/i18n/
nfrs.cpp 66 int64_t x1 = x; local
70 while ((x1 & 1) == 0 && (y1 & 1) == 0) {
72 x1 >>= 1;
77 if ((x1 & 1) == 1) {
80 t = x1;
88 x1 = t;
92 t = x1 - y1;
95 int64_t gcd = x1 << p2;
  /external/icu4c/layout/
MorphTables2.cpp 47 if ((typoFlags & LE_Ligatures_FEATURE_ENUM ) && (featureSetting ^ 0x1)){
73 if ((typoFlags & LE_SWSH_FEATURE_FLAG) && (featureSetting ^ 0x1)){
  /external/iproute2/include/linux/
if.h 31 #define IFF_UP 0x1 /* interface is up */
60 #define IFF_802_1Q_VLAN 0x1 /* 802.1Q VLAN device. */

Completed in 1139 milliseconds

<<51525354555657585960>>