Home
last modified time | relevance | path

Searched +defs:x3 +defs:x4 (Results 1 – 25 of 147) sorted by relevance

123456

/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/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/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()
Dproblem_impl.cc351 double* x0, double* x1, double* x2, double* x3) { in AddResidualBlock()
363 double* x0, double* x1, double* x2, double* x3, double* x4) { in AddResidualBlock()
376 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) { in AddResidualBlock()
390 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
406 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
423 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, in AddResidualBlock()
441 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()
33 FX_FLOAT x4, FX_FLOAT y4) in init()
43 FX_FLOAT x3, FX_FLOAT y3, in recursive_bezier()
44 FX_FLOAT x4, FX_FLOAT y4, in recursive_bezier()
104 FX_FLOAT x3, FX_FLOAT y3, in bezier()
105 FX_FLOAT x4, FX_FLOAT y4) in bezier()
Dagg_curves.h70 FX_FLOAT x3, FX_FLOAT y3, in curve4_div()
71 FX_FLOAT x4, FX_FLOAT y4) : in curve4_div()
144 FX_FLOAT x3, FX_FLOAT y3, in curve4()
145 FX_FLOAT x4, FX_FLOAT y4) in curve4()
159 FX_FLOAT x3, FX_FLOAT y3, in init()
160 FX_FLOAT x4, FX_FLOAT y4) in init()
/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
/external/v8/test/mjsunit/compiler/
Dregress-gap.js75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) { argument
/external/clang/test/Sema/
Darray-size.c7 int x3[(unsigned)1073741824 + 1]; // expected-error{{array is too large}} in f() local
8 int x4[1073741824 - 1]; in f() local
/external/valgrind/massif/tests/
Dlong-time.c10 int i, *x1, *x2, *x3, *x4; in main() local
/external/libopus/celt/
Dcelt.c92 opus_val32 x0, x1, x2, x3, x4; in comb_filter_const() local
121 opus_val32 x0, x1, x2, x3, x4; in comb_filter() local
/external/clang/test/Index/
Dcxx-operator-overload.cpp9 Cls x1, x2, x3; in bar() local
10 Cls x4 = x1 + x2 + x3; in bar() local
/external/v8/test/mjsunit/
Dobj-construct.js43 var x3 = [ ]; variable
45 var x4 = [ 1, 2, 3 ]; variable
/external/clang/test/SemaCXX/
Ddependent-types.cpp8 T& x3; // expected-error{{declaration of reference variable 'x3' requires an initializer}} in f() local
9 T x4[]; // expected-error{{needs an explicit size or an initializer}} in f() local
Ddirect-initializer.cpp41 X x3(1.0, 1.0); // expected-error{{no matching constructor for initialization of 'X'}} in g() local
43 X x4(3.14, y); in g() local
/external/clang/test/CXX/expr/expr.post/expr.call/
Dp7-0x.cpp25 void f(X1 x1, X2 x2, X3 x3, X4 x4) { in f()
/external/clang/test/Frontend/
Dbackend-diagnostic.c27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, in inlineAsmError()
/external/valgrind/VEX/orig_amd64/
DSortedToOrig.hs7 x3 = zip [1 ..] x2 function
8 x4 = concat (map qq x3) function
/external/skia/experimental/docs/
DinterpolatorFunctions.js5 function interp_cubic_coords(x1, x2, x3, x4, t) argument
/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm.c44 uint32_t x3 = r->v[6]; in freeze() local
45 uint32_t x4 = r->v[8]; in freeze() local
107 uint32_t x3 = x->v[6]; in fe1305x2_tobytearray() local
108 uint32_t x4 = x->v[8]; in fe1305x2_tobytearray() local
/external/mesa3d/src/gallium/state_trackers/vega/
Dbezier.h36 float x3, y3; member
37 float x4, y4; member
/external/clang/test/SemaTemplate/
Dinstantiate-member-pointers.cpp35 X3<int, Y, &Y::x> x3; variable
46 int &get_X4(X4<&Y::x> x4, Y& y) { in get_X4() argument
53 void test_accept_X4(X4<&Y::x> x4) { in test_accept_X4()
/external/ceres-solver/examples/
Dpowell.cc107 double x3 = 0.0; in main() local
108 double x4 = 1.0; in main() local
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
Dp1.cpp28 X2<char> x3; // FIXME: no warning! variable
29 X2<int> x4; variable
/external/pdfium/public/
Dfpdf_doc.h303 FS_FLOAT x3; member
305 FS_FLOAT x4; member

123456