Home
last modified time | relevance | path

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

12345678

/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/libcxx/test/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.cpp29 typename C::value_type x3, const C& c2) in test()
42 typename C::value_type x3) in insert3at()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_curves.cpp30 FX_FLOAT x3, FX_FLOAT y3, in init()
41 FX_FLOAT x3, FX_FLOAT y3, in recursive_bezier()
102 FX_FLOAT x3, FX_FLOAT y3, in bezier()
Dagg_curves.h71 FX_FLOAT x3, FX_FLOAT y3, in curve4_div()
147 FX_FLOAT x3, FX_FLOAT y3, in curve4()
162 FX_FLOAT x3, FX_FLOAT y3, in init()
/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/bluetooth/bluedroid/gki/ulinux/
Ddata_types.h53 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3)) argument
54 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4)) argument
/external/clang/test/CXX/temp/temp.param/
Dp15.cpp9 …>> *x3; // expected-error{{a space is required between consecutive right angle brackets (use '> … variable
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
Dp1.cpp10 char x3[] = { "hello" }; variable
/external/compiler-rt/lib/builtins/
Dpopcountti2.c24 tu_int x3 = (tu_int)a; in __popcountti2() local
/external/qemu/android/skin/
Dargb.h86 #define ARGB_SUM(x1,x2,x3) x1 = _mm_add_pi32(x2, x3) argument
94 #define ARGB_INTERP255(x1,x2,x3,alpha) \ argument
97 #define ARGB_ADDW_11(x1,x2,x3) \ argument
100 #define ARGB_ADDW_31(x1,x2,x3) \ argument
107 #define ARGB_ADDW_13(x1,x2,x3) \ argument
147 #define ARGB_SUM(x1,x2,x3) \ argument
162 #define ARGB_INTERP255(x1,x2,x3,alpha) \ argument
172 #define ARGB_ADDW_11(x1,x2,x3) \ argument
178 #define ARGB_ADDW_31(x1,x2,x3) \ argument
184 #define ARGB_ADDW_13(x1,x2,x3) \ argument
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/ubench/
Dfunction-excess-args.js1 function f(x0, x1, x2, x3, x4) argument
Dfunction-correct-args.js1 function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9) argument
/external/clang/test/Sema/
Darray-size.c7 int x3[(unsigned)1073741824 + 1]; // expected-error{{array is too large}} in f() local
/external/valgrind/main/massif/tests/
Dlong-time.c10 int i, *x1, *x2, *x3, *x4; in main() local
/external/chromium_org/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/clang/test/CXX/temp/temp.names/
Dp3-0x.cpp7 Y<X<1>> x3; // OK, same as Y<X<1> > x3; variable
/external/openssl/crypto/rc2/
Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; in RC2_encrypt() local
185 register RC2_INT x0,x1,x2,x3,t; in RC2_decrypt() 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/CodeGen/
Dregparm-struct.c39 int x3; member
57 int x3; member
97 float x3; member
120 float x3; member
/external/clang/test/CXX/expr/expr.post/expr.call/
Dp7-0x.cpp25 void f(X1 x1, X2 x2, X3 x3, X4 x4) { in f()

12345678