Home
last modified time | relevance | path

Searched defs:x3 (Results 1 – 25 of 203) sorted by relevance

123456789

/external/libnfc-nci/src/gki/ulinux/
Ddata_types.h63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument
64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument
65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument
68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Ddata_types.h63 #define BCM_STRCAT_S(x1,x2,x3) strcat((x1),(x3)) argument
64 #define BCM_STRNCAT_S(x1,x2,x3,x4) strncat((x1),(x3),(x4)) argument
65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument
66 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
67 #define BCM_SPRINTF_S(x1,x2,x3,x4) sprintf((x1),(x3),(x4)) argument
68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4)) argument
/external/clang/test/SemaCXX/
Dattr-visibility.cpp18 struct x3 { struct
19 static int y;
Ddependent-types.cpp8 T& x3; // expected-error{{declaration of reference variable 'x3' requires an initializer}} in f() local
/external/ceres-solver/internal/ceres/
Dproblem.cc84 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock()
93 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock()
102 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock()
111 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
121 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
131 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
141 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
/external/pdfium/third_party/agg23/
Dagg_curves.cpp32 FX_FLOAT x3, FX_FLOAT y3, in init()
43 FX_FLOAT x3, FX_FLOAT y3, in recursive_bezier()
104 FX_FLOAT x3, FX_FLOAT y3, in bezier()
Dagg_curves.h70 FX_FLOAT x3, FX_FLOAT y3, in curve4_div()
144 FX_FLOAT x3, FX_FLOAT y3, in curve4()
159 FX_FLOAT x3, FX_FLOAT y3, in init()
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
Dlv_value.pass.cpp27 typename C::value_type x3, const C& c2) in test()
40 typename C::value_type x3) in insert3at()
Drv_value.pass.cpp30 typename C::value_type x3, const C& c2) in test()
43 typename C::value_type x3) in insert3at()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
DMeshSpawnShapeValue.java20 x3, y3, z3; field in MeshSpawnShapeValue.Triangle
23 float x3, float y3, float z3){ in Triangle()
31 float x3, float y3, float z3, Vector3 vector){ in pick()
DUnweightedMeshSpawnShapeValue.java50 x3 = vertices[p3Offset], y3 = vertices[p3Offset+1], z3 = vertices[p3Offset+2]; in spawnAux() local
61 x3 = vertices[p3Offset], y3 = vertices[p3Offset+1], z3 = vertices[p3Offset+2]; in spawnAux() local
DWeightMeshSpawnShapeValue.java55 x3 = vertices[p3Offset], y3 = vertices[p3Offset+1], z3 = vertices[p3Offset+2]; in calculateWeights() local
68 x3 = vertices[p3Offset], y3 = vertices[p3Offset+1], z3 = vertices[p3Offset+2]; in calculateWeights() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
Dp1.cpp10 char x3[] = { "hello" }; variable
/external/clang/test/CXX/temp/temp.param/
Dp15.cpp9 …>> *x3; // expected-error{{a space is required between consecutive right angle brackets (use '> … variable
/external/compiler-rt/lib/builtins/
Dpopcountti2.c24 tu_int x3 = (tu_int)a; in __popcountti2() local
/external/ceres-solver/examples/
Dmore_garbow_hillstrom.cc179 const T x3 = x[2]; variable
197 const T x3 = x[2]; variable
224 const T x3 = x[2]; variable
246 const T x3 = x[2]; variable
/external/clang/test/Sema/
Darray-size.c7 int x3[(unsigned)1073741824 + 1]; // expected-error{{array is too large}} in f() local
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DGeometryUtils.java98 static public boolean colinear (float x1, float y1, float x2, float y2, float x3, float y3) { in colinear()
105 …static public Vector2 triangleCentroid (float x1, float y1, float x2, float y2, float x3, float y3… in triangleCentroid()
112 …static public Vector2 triangleCircumcenter (float x1, float y1, float x2, float y2, float x3, floa… in triangleCircumcenter()
125 static public float triangleArea (float x1, float y1, float x2, float y2, float x3, float y3) { in triangleArea()
129 …static public Vector2 quadrilateralCentroid (float x1, float y1, float x2, float y2, float x3, flo… in quadrilateralCentroid()
/external/valgrind/massif/tests/
Dlong-time.c10 int i, *x1, *x2, *x3, *x4; in main() local
/external/pdfium/xfa/src/fxbarcode/common/
DBC_CommonPerspectiveTransform.cpp52 FX_FLOAT x3, in QuadrilateralToQuadrilateral()
95 FX_FLOAT x3, in SquareToQuadrilateral()
122 FX_FLOAT x3, in QuadrilateralToSquare()
/external/clang/test/CodeGen/
Dregparm-struct.c39 int x3; member
57 int x3; member
97 float x3; member
120 float x3; member
/external/clang/test/CXX/temp/temp.names/
Dp3-0x.cpp7 Y<X<1>> x3; // OK, same as Y<X<1> > x3; variable
/external/v8/test/mjsunit/
Dobj-construct.js43 var x3 = [ ]; variable
/external/clang/test/Index/
Dcxx-operator-overload.cpp9 Cls x1, x2, x3; in bar() local
/external/libavc/common/
Dih264_resi_trans_quant.c125 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; in ih264_resi_trans_quant_4x4() local
273 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; in ih264_resi_trans_quant_chroma_4x4() local
422 WORD32 x0,x1,x2,x3,x4,x5,x6,x7,i4_value; in ih264_hadamard_quant_4x4() local
550 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; in ih264_hadamard_quant_2x2_uv() local

123456789