Home
last modified time | relevance | path

Searched defs:dtype (Results 1 – 18 of 18) sorted by relevance

/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
Dcs-protocol.h109 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument
110 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument
111 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
/external/autotest/client/site_tests/hardware_PerfCounterVerification/
Dstats_utils.py37 def FactsToNumpyArray(facts, dtype): argument
/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/openssh/
Ddns.c331 u_int8_t dtype; in export_dns_rr() local
/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/opencv/cv/src/
Dcvundistort.cpp386 int stype, dtype; in cvUndistortPoints() local
Dcvcalibration.cpp2628 int stype = CV_MAT_TYPE(src->type), dtype = CV_MAT_TYPE(dst->type); in cvReprojectImageTo3D() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java1705 int month = -1, dom = 0, dow = 0, dtype = -1; in toWallTimeRule() local
/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
/external/javassist/src/main/javassist/compiler/
DCodeGen.java1416 int dtype = typePrecedence(destType); in atNumCastExpr() local
/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
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c82 enum dtype enum
/external/opencv/cxcore/src/
Dcxmatmul.cpp3125 int stype, dtype; in cvMulTransposed() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h648 inline void setType(DataType dtype, DataType stype) in setType()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp816 DateTimeRule::DateRuleType dtype; in toWallTimeRule() local
/external/valgrind/perf/
Dtinycc.c13970 CType dtype; in init_putv() local