/external/kernel-headers/original/uapi/linux/hsi/ |
D | hsi_char.h | 28 #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
|
D | cs-protocol.h | 109 #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/ |
D | stats_utils.py | 37 def FactsToNumpyArray(facts, dtype): argument
|
/external/strace/linux/ |
D | ubi-user.h | 390 __s8 dtype; /* obsolete, do not use! */ member 402 __s8 dtype; /* obsolete, do not use! */ member
|
/external/kernel-headers/original/uapi/mtd/ |
D | ubi-user.h | 407 __s8 dtype; /* obsolete, do not use! */ member 419 __s8 dtype; /* obsolete, do not use! */ member
|
/external/openssh/ |
D | dns.c | 331 u_int8_t dtype; in export_dns_rr() local
|
/external/kernel-headers/original/uapi/linux/ |
D | omapfb.h | 33 #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/ |
D | cvundistort.cpp | 386 int stype, dtype; in cvUndistortPoints() local
|
D | cvcalibration.cpp | 2628 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/ |
D | VTimeZone.java | 1705 int month = -1, dom = 0, dow = 0, dtype = -1; in toWallTimeRule() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 1736 int month = -1, dom = 0, dow = 0, dtype = -1; in toWallTimeRule() local
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 1416 int dtype = typePrecedence(destType); in atNumCastExpr() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 938 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode); in emit_store_chan() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_gen_mipmap.c | 82 enum dtype enum
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 3125 int stype, dtype; in cvMulTransposed() local
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir.h | 648 inline void setType(DataType dtype, DataType stype) in setType()
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 816 DateTimeRule::DateRuleType dtype; in toWallTimeRule() local
|
/external/valgrind/perf/ |
D | tinycc.c | 13970 CType dtype; in init_putv() local
|