/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | CodeOutput.java | 31 public void write(short u0, short u1); in write() 36 public void write(short u0, short u1, short u2); in write() 41 public void write(short u0, short u1, short u2, short u3); in write() 46 public void write(short u0, short u1, short u2, short u3, short u4); in write()
|
D | ShortArrayCodeOutput.java | 63 public void write(short u0, short u1) { in write() 69 public void write(short u0, short u1, short u2) { in write() 76 public void write(short u0, short u1, short u2, short u3) { in write() 84 public void write(short u0, short u1, short u2, short u3, short u4) { in write()
|
/external/mesa3d/src/glx/ |
D | render2.c | 42 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, in __indirect_glMap1d() 109 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, in __indirect_glMap1f() 172 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, in __indirect_glMap2d() 250 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, in __indirect_glMap2f()
|
/external/mesa3d/src/mesa/main/ |
D | eval.c | 360 map1(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, in map1() 426 _mesa_Map1f( GLenum target, GLfloat u1, GLfloat u2, GLint stride, in _mesa_Map1f() 434 _mesa_Map1d( GLenum target, GLdouble u1, GLdouble u2, GLint stride, in _mesa_Map1d() 442 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in map2() 526 GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, in _mesa_Map2f() 537 GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, in _mesa_Map2d() 828 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) in _mesa_MapGrid1f() 846 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) in _mesa_MapGrid1d() 853 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, in _mesa_MapGrid2f() 881 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, in _mesa_MapGrid2d()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_sse2.c | 51 __m128i u0, u1, sum; in vpx_fdct8x8_1_sse2() local 89 __m128i u0, u1; in vpx_fdct16x16_1_sse2() local 158 __m128i u0, u1; in vpx_fdct32x32_1_sse2() local
|
/external/opencv3/modules/cudaoptflow/src/cuda/ |
D | tvl1flow.cu | 108 …__global__ void warpBackwardKernel(const PtrStepSzf I0, const PtrStepf u1, const PtrStepf u2, PtrS… in warpBackwardKernel() 169 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf I1w, PtrStepSzf I1wx, in warpBackward() 220 PtrStepf u1, PtrStepf u2, PtrStepf u3, PtrStepf error, in estimateUKernel() 299 PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf u3, PtrStepSzf error, in estimateU() 319 …__global__ void estimateDualVariablesKernel(const PtrStepSzf u1, const PtrStepf u2, const PtrStepS… in estimateDualVariablesKernel() 356 void estimateDualVariables(PtrStepSzf u1, PtrStepSzf u2, PtrStepSzf u3, in estimateDualVariables()
|
/external/e2fsprogs/lib/uuid/ |
D | uuid.h.in | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
|
D | uuid.h | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument
|
D | compare.c | 40 #define UUCMP(u1,u2) if (u1 != u2) return((u1 < u2) ? -1 : 1); argument
|
/external/v8/test/mjsunit/ |
D | never-optimize.js | 44 function u1() { function
|
/external/opencv3/modules/video/src/ |
D | tvl1flow.cpp | 237 UMat &u1, UMat &u2, UMat &I1w, UMat &I1wx, UMat &I1wy, in warpBackward() 281 UMat &p21, UMat &p22, UMat &u1, in estimateU() 322 bool cv_ocl_tvl1flow::estimateDualVariables(UMat &u1, UMat &u2, in estimateDualVariables() 609 Mat_<float> u1; member 633 void buildFlowMap(const Mat_<float>& u1, const Mat_<float>& u2, Mat_<float>& map1, Mat_<float>& map… in buildFlowMap() 876 Mat_<float> u1; member 910 …t_<float>& I1w, const Mat_<float>& I1wx, const Mat_<float>& I1wy, const Mat_<float>& u1, const Mat… in calcGradRho() 944 Mat_<float> u1; member 1007 void estimateV(const Mat_<float>& I1wx, const Mat_<float>& I1wy, const Mat_<float>& u1, const Mat_<… in estimateV() 1040 Mat_<float>& u1, Mat_<float>& u2, Mat_<float>& u3, in estimateU() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_string.h | 112 unsigned char u1, u2; in util_strcmp() local 128 unsigned char u1, u2; in util_strncmp() local
|
/external/clang/test/Parser/ |
D | cxx-friend.cpp | 17 int u1; member
|
/external/clang/test/CodeGen/ |
D | xcore-stringtype.c | 158 union U3{union U1 u1;}; member 159 union U4{union U1 u1;}; member 160 void unionType1(union U1 u1) {} in unionType1()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | Vector3D.java | 137 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2) { in Vector3D() method in Vector3D 153 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, in Vector3D() method in Vector3D 172 public Vector3D(double a1, Vector3D u1, double a2, Vector3D u2, in Vector3D() method in Vector3D
|
/external/clang/test/SemaTemplate/ |
D | fun-template-def.cpp | 24 T f1(T t1, U u1, int i1) in f1()
|
/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/ |
D | piecewise_construct.pass.cpp | 37 B(double d, unsigned u1, unsigned u2) : d_(d), u1_(u1), u2_(u2) {} in B()
|
/external/webrtc/webrtc/base/ |
D | random.cc | 76 double u1 = static_cast<double>(NextOutput()) / 0xFFFFFFFFFFFFFFFFull; in Gaussian() local
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_vertex.h | 57 GLfloat u1, v1; member 66 GLfloat u1, v1, q1; member
|
/external/opencv/cvaux/src/ |
D | cveigenobjects.cpp | 286 float f = fu[l], u1 = bu1[ij], u2 = bu2[ij]; in icvCalcCovarMatrixEx_8u32fR() local 318 uchar u1 = bu1[ij]; in icvCalcCovarMatrixEx_8u32fR() local 337 float f = fu[l], u1 = bu1[ij], u2 = bu2[ij]; in icvCalcCovarMatrixEx_8u32fR() local 374 uchar u1 = bu1[l]; in icvCalcCovarMatrixEx_8u32fR() local 394 uchar u1 = bu1[l]; in icvCalcCovarMatrixEx_8u32fR() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/ |
D | DSASigner.java | 134 BigInteger u1 = m.multiply(w).mod(q); in verifySignature() local
|
/external/clang/test/CXX/class/class.static/class.static.data/ |
D | p3.cpp | 39 U<int> u1; variable
|
/external/valgrind/none/tests/ppc32/ |
D | test_dfp1.c | 317 unsigned long long u0, u0x, u1, u1x; in test_dfp_two_arg_ops() local 441 unsigned long long u0, u1, rm_idx; in test_rounding_modes() local
|
/external/valgrind/none/tests/ppc64/ |
D | test_dfp1.c | 317 unsigned long long u0, u0x, u1, u1x; in test_dfp_two_arg_ops() local 441 unsigned long long u0, u1, rm_idx; in test_rounding_modes() local
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | ExcludedProxyTest.java | 50 URL u1 = new URL("http://" + Support_Configuration.HomeAddress); in test_usingProxy() local
|