Home
last modified time | relevance | path

Searched refs:dtype (Results 1 – 25 of 29) sorted by relevance

12

/external/kernel-headers/original/uapi/linux/hsi/
Dhsi_char.h28 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
29 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
30 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
/external/kernel-headers/original/uapi/linux/
Domapfb.h33 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument
34 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument
35 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
/external/skia/tests/
DPremulAlphaRoundTripTest.cpp69 for (int dtype = 0; dtype < 2; ++dtype) { in DEF_GPUTEST() local
73 if (0 != dtype) { in DEF_GPUTEST()
79 if (0 == dtype) { in DEF_GPUTEST()
DReadPixelsTest.cpp292 for (int dtype = 0; dtype < 3; ++dtype) { in DEF_GPUTEST() local
295 if (0 != dtype) { in DEF_GPUTEST()
302 if (0 == dtype) { in DEF_GPUTEST()
320 desc.fOrigin = 1 == dtype ? kBottomLeft_GrSurfaceOrigin : kTopLeft_GrSurfaceOrigin; in DEF_GPUTEST()
/external/openssh/
Ddns.c331 u_int8_t dtype; in export_dns_rr() local
336 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) { in export_dns_rr()
337 rdata_digest_type = dtype; in export_dns_rr()
/external/ceres-solver/internal/ceres/
Dsuitesparse.cc68 triplet.dtype = CHOLMOD_DOUBLE; in CreateSparseMatrix()
90 triplet.dtype = CHOLMOD_DOUBLE; in CreateSparseMatrixTranspose()
109 m.dtype = CHOLMOD_DOUBLE; in CreateSparseMatrixTransposeView()
235 block_matrix.dtype = CHOLMOD_DOUBLE; in BlockAMDOrdering()
Dcovariance_impl.cc459 cholmod_jacobian.dtype = CHOLMOD_DOUBLE; in ComputeCovarianceValuesUsingSuiteSparseQR()
/external/strace/linux/
Dubi-user.h390 __s8 dtype; /* obsolete, do not use! */ member
402 __s8 dtype; /* obsolete, do not use! */ member
/external/kernel-headers/original/uapi/mtd/
Dubi-user.h407 __s8 dtype; /* obsolete, do not use! */ member
419 __s8 dtype; /* obsolete, do not use! */ member
/external/eigen/Eigen/src/CholmodSupport/
DCholmodSupport.h23 mat.dtype = CHOLMOD_SINGLE; in cholmod_configure_matrix()
28 mat.dtype = CHOLMOD_DOUBLE; in cholmod_configure_matrix()
33 mat.dtype = CHOLMOD_SINGLE; in cholmod_configure_matrix()
38 mat.dtype = CHOLMOD_DOUBLE; in cholmod_configure_matrix()
74 res.dtype = 0; in viewAsCholmod()
/external/v8/tools/
Dgen-postmortem-metadata.py394 dtype = args[2];
398 'name': 'class_%s__%s__%s' % (klass, field, dtype),
/external/opencv/cv/src/
Dcvundistort.cpp386 int stype, dtype; in cvUndistortPoints() local
429 dtype = CV_MAT_TYPE(_dst->type); in cvUndistortPoints()
431 dstep = _dst->rows == 1 ? 1 : _dst->step/CV_ELEM_SIZE(dtype); in cvUndistortPoints()
476 if( dtype == CV_32FC2 ) in cvUndistortPoints()
Dcvcalibration.cpp2628 int stype = CV_MAT_TYPE(src->type), dtype = CV_MAT_TYPE(dst->type); in cvReprojectImageTo3D() local
2635 (CV_MAT_TYPE(dtype) == CV_16SC3 || CV_MAT_TYPE(dtype) == CV_32FC3) ); in cvReprojectImageTo3D()
2653 if( dtype != CV_32FC3 ) in cvReprojectImageTo3D()
2669 if( dtype == CV_16SC3 ) in cvReprojectImageTo3D()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java1736 int month = -1, dom = 0, dow = 0, dtype = -1; in toWallTimeRule() local
1749 dtype = rule.getDateRuleType(); in toWallTimeRule()
1752 if (dtype == DateTimeRule.DOW) { in toWallTimeRule()
1756 dtype = DateTimeRule.DOW_GEQ_DOM; in toWallTimeRule()
1759 dtype = DateTimeRule.DOW_LEQ_DOM; in toWallTimeRule()
1775 if (dtype != DateTimeRule.DOM) { in toWallTimeRule()
1787 if (dtype == DateTimeRule.DOM) { in toWallTimeRule()
1791 (dtype == DateTimeRule.DOW_GEQ_DOM), wallt, DateTimeRule.WALL_TIME); in toWallTimeRule()
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c82 enum dtype enum
169 do_row(enum dtype datatype, uint comps, int srcWidth, in do_row()
545 do_row_3D(enum dtype datatype, uint comps, int srcWidth, in do_row_3D()
908 enum dtype *datatype, uint *comps) in format_to_type_comps()
965 enum dtype datatype; in reduce_1d()
987 enum dtype datatype; in reduce_2d()
1031 enum dtype datatype; in reduce_3d()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp816 DateTimeRule::DateRuleType dtype; in toWallTimeRule() local
829 dtype = rule->getDateRuleType(); in toWallTimeRule()
832 if (dtype == DateTimeRule::DOW) { in toWallTimeRule()
836 dtype = DateTimeRule::DOW_GEQ_DOM; in toWallTimeRule()
839 dtype = DateTimeRule::DOW_LEQ_DOM; in toWallTimeRule()
854 if (dtype != DateTimeRule::DOM) { in toWallTimeRule()
866 if (dtype == DateTimeRule::DOM) { in toWallTimeRule()
870 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME); in toWallTimeRule()
/external/opencv/cxcore/src/
Dcxmatmul.cpp3125 int stype, dtype; in cvMulTransposed() local
3154 dtype = CV_MAT_TYPE( dst->type ); in cvMulTransposed()
3163 if( src->data.ptr == dst->data.ptr || (stype == dtype && in cvMulTransposed()
3179 stype == CV_8U && dtype == CV_32F ? in cvMulTransposed()
3182 stype == CV_8U && dtype == CV_64F ? in cvMulTransposed()
3185 stype == CV_16U && dtype == CV_32F ? in cvMulTransposed()
3188 stype == CV_16U && dtype == CV_64F ? in cvMulTransposed()
3191 stype == CV_16S && dtype == CV_32F ? in cvMulTransposed()
3194 stype == CV_16S && dtype == CV_64F ? in cvMulTransposed()
3197 stype == CV_32F && dtype == CV_32F ? in cvMulTransposed()
[all …]
/external/boringssl/src/include/openssl/
Drsa.h413 int (*verify)(int dtype, const uint8_t *m, unsigned int m_length,
/external/strace/
Dmtd.c345 map.lnum, map.dtype); in ubi_ioctl()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h648 inline void setType(DataType dtype, DataType stype) in setType() argument
650 dType = dtype; in setType()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c938 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode); in emit_store_chan() local
940 switch (dtype) { in emit_store_chan()
1069 switch (dtype) { in emit_store_chan()
1096 assert(dtype == TGSI_TYPE_SIGNED); in emit_store_chan()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1416 int dtype = typePrecedence(destType); in atNumCastExpr() local
1418 op = castOp[stype * 4 + dtype]; in atNumCastExpr()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/valgrind/perf/
Dtinycc.c13970 CType dtype; in init_putv() local
13991 dtype = *type; in init_putv()
13992 dtype.t &= ~VT_CONSTANT; /* need to do that to avoid false warning */ in init_putv()
13997 gen_assign_cast(&dtype); in init_putv()
14043 vset(&dtype, VT_LOCAL, c); in init_putv()

12