/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
xattr.h | 16 #define XATTR_REPLACE 0x2
|
/system/core/sh/ |
parser.h | 58 #define VSMINUS 0x2 /* ${var-text} */
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afwarp.c | 175 FT_Int X1, X2; 208 /* get X1 and X2, minimum and maximum in original coordinates */ 213 X1 = X2 = points[0].fx; 221 if ( X > X2 ) 222 X2 = X; 225 X1 = X2 = segments[0].pos; 233 if ( X > X2 ) 234 X2 = X; 238 if ( X1 >= X2 ) 242 warper->x2 = FT_MulFix( X2, org_scale ) + org_delta [all...] |
/external/freetype/src/autofit/ |
afwarp.c | 175 FT_Int X1, X2; 208 /* get X1 and X2, minimum and maximum in original coordinates */ 213 X1 = X2 = points[0].fx; 221 if ( X > X2 ) 222 X2 = X; 225 X1 = X2 = segments[0].pos; 233 if ( X > X2 ) 234 X2 = X; 238 if ( X1 >= X2 ) 242 warper->x2 = FT_MulFix( X2, org_scale ) + org_delta [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu; local 73 x2=db_sqr(f[0]); 75 r2=x2+y2; 121 double x0,x1,x2,mult; local 126 x2=H[6]*x[0]+H[7]*x[1]+H[8]*x[2]; 127 mult=1.0/((x2!=0.0)?x2:1.0); 135 double x0,x1,x2,mult; local 140 x2=H[6]*x[0]+H[7]*x[1]+H[8]; 141 mult=1.0/((x2!=0.0)?x2:1.0) [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_metrics.h | 41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu; local 73 x2=db_sqr(f[0]); 75 r2=x2+y2; 121 double x0,x1,x2,mult; local 126 x2=H[6]*x[0]+H[7]*x[1]+H[8]*x[2]; 127 mult=1.0/((x2!=0.0)?x2:1.0); 135 double x0,x1,x2,mult; local 140 x2=H[6]*x[0]+H[7]*x[1]+H[8]; 141 mult=1.0/((x2!=0.0)?x2:1.0) [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_metrics.h | 41 double x2,y2,r,r2,r2s,one_over_r2,fu,r_fu,one_over_r_fu; local 73 x2=db_sqr(f[0]); 75 r2=x2+y2; 121 double x0,x1,x2,mult; local 126 x2=H[6]*x[0]+H[7]*x[1]+H[8]*x[2]; 127 mult=1.0/((x2!=0.0)?x2:1.0); 135 double x0,x1,x2,mult; local 140 x2=H[6]*x[0]+H[7]*x[1]+H[8]; 141 mult=1.0/((x2!=0.0)?x2:1.0) [all...] |
/external/aac/libPCMutils/include/ |
pcmutils_lib.h | 121 PCMDMX_OUT_OF_MEMORY = 0x2, /*!< Not enough memory to set up an instance of the module. */ 158 CH2_MODE = 0x2, /*!< Create a dual mono output signal from channel 2. */
|
/external/ceres-solver/include/ceres/ |
cost_function_to_functor.h | 189 const double* x2, 204 parameter_blocks[2] = x2; 210 const double* x2, 226 parameter_blocks[2] = x2; 233 const double* x2, 250 parameter_blocks[2] = x2; 258 const double* x2, 276 parameter_blocks[2] = x2; 285 const double* x2, 304 parameter_blocks[2] = x2; [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_graphics_2d_host_unittest.cc | 29 int x2; member in struct:content::__anon10455 76 gfx::Rect r2(tests[i].x2, tests[i].y2, tests[i].w2, tests[i].h2);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkPathParts.cpp | 116 SK_MEMBER(x2, Float), 125 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) { 129 fPath->fPath.quadTo(x1, y1, x2, y2); 146 fPath->fPath.rQuadTo(x1, y1, x2, y2); 156 SK_MEMBER(x2, Float), 167 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) { 171 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3); 188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_float_animation_curve_impl.cc | 39 double x2, 44 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
|
web_transform_animation_curve_impl.cc | 43 double x2, 51 cc::CubicBezierTimingFunction::Create(x1, y1, x2, y2)
|
/external/clang/test/CXX/temp/temp.spec/ |
no-body.cpp | 59 template<typename T> struct x2 { }; struct 63 template struct x2<int> { }; // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} struct
|
/external/clang/test/CodeGen/ |
decl.c | 112 typedef struct x2 *x0; 114 struct x2 { struct
|
/external/clang/test/CodeGenCXX/ |
pragma-visibility.cpp | 12 struct __attribute((visibility("default"))) x2 { 15 int x2::y = 10;
|
/external/clang/test/Sema/ |
attr-availability.c | 55 extern int x2 __attribute__((availability(macosx,introduced=10.2))); // expected-note {{previous attribute is here}} 56 extern int x2 __attribute__((availability(macosx,introduced=10.5))); // expected-warning {{availability does not match previous declaration}}
|
function-redecl.c | 121 a2 x2; // expected-note{{passing argument to parameter here}} variable 124 x2(5); // expected-warning{{incompatible integer to pointer conversion passing 'int' to parameter of type 'int *'}}
|
/external/clang/test/SemaCXX/ |
warn-unused-result.cpp | 41 X x, *x2; local 43 x2->foo(); // expected-warning {{ignoring return value}}
|
/external/clang/test/SemaTemplate/ |
class-template-spec.cpp | 40 void testme(X<int_type> *x1, X<float, int> *x2) { 42 (void)x2->bar(); // okay: refers to #2
|
instantiate-field.cpp | 11 mutable T x2; // expected-error{{data member instantiated with function type}} member in struct:X 19 xi->x2 = 17;
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans4_dspr2.c | 324 int x0, x1, x2, x3; local 328 x2 = input[2]; 331 if (!(x0 | x1 | x2 | x3)) { 339 s3 = sinpi_4_9 * x2; 340 s4 = sinpi_1_9 * x2; 343 s7 = x0 - x2 + x3; 347 x2 = sinpi_3_9 * s7; 352 s2 = x2;
|
/external/opencv/cvaux/src/ |
decomppoly.cpp | 152 int x1, y1, x2, y2, x3, y3; 187 x2 = contour[ index2 ].x; 194 dx1 = x2 - x1; 196 dx2 = x3 - x2; 245 x2 = x3; 267 x1 = x2; 270 x2 = x3; 296 x1 = x2; 299 x2 = x3; 339 int x1_left = 0, y1_left = 0, x1_right = 0, y1_right = 0, x2, y2 [all...] |
/external/qemu/android/skin/ |
rect.h | 61 int x2, y2; member in struct:__anon26522 64 extern void skin_box_init( SkinBox* box, int x1, int y1, int x2, int y2 );
|
/external/qemu/slirp/ |
misc.h | 36 #define EMU_FTP 0x2 48 #define EMU_NTALK 0x2
|