/external/clang/test/CodeGenCXX/ |
D | debug-info-byval.cpp | 18 class VAL { class
|
/external/kernel-headers/original/uapi/linux/ |
D | btf.h | 85 #define BTF_INT_ENCODING(VAL) (((VAL) & 0x0f000000) >> 24) argument 86 #define BTF_INT_OFFSET(VAL) (((VAL) & 0x00ff0000) >> 16) argument 87 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) argument
|
/external/ltp/testcases/kernel/syscalls/sigrelse/ |
D | sigrelse01.c | 145 #define CHILD_EXIT(VAL) ((VAL >> 8) & 0377) /* exit value of child process */ argument 146 #define CHILD_SIG(VAL) (VAL & 0377) /* signal value of child proc */ argument
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_constants.py | 249 VAL = _Validator() variable
|
/external/u-boot/include/ |
D | lcdvideo.h | 29 #define LCDBIT(BIT, VAL) ((VAL) << (31 - BIT)) argument
|
/external/u-boot/drivers/net/ |
D | mcfmii.c | 34 #define mk_mii_write(ADDR, REG, VAL) (0x50020000 | ((ADDR << 23) | \ argument
|
D | mpc8xx_fec.c | 705 #define mk_mii_write(ADDR, REG, VAL) (0x50020000 | ((ADDR << 23) | \ argument
|
/external/clang/test/Index/ |
D | annotate-tokens.m | 63 #define VAL 0 macro
|
/external/strace/tests-mx32/ |
D | futex.c | 154 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
|
/external/strace/tests/ |
D | futex.c | 154 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
|
/external/strace/tests-m32/ |
D | futex.c | 154 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | AMDHSAKernelDescriptor.h | 43 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
|
D | TargetParser.h | 261 #define X86_FEATURE(VAL, ENUM) \ argument
|
/external/python/apitools/apitools/base/protorpclite/ |
D | descriptor_test.py | 162 VAL = 1 variable in DescribeFieldTest.testDefault_EnumField.MyEnum
|
/external/clang/include/clang/AST/ |
D | TemplateBase.h | 91 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
|
D | Expr.h | 1223 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 1327 #define PN(VAL, OFFS, BITS) (unormFloatToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1328 #define PS(VAL, OFFS, BITS) (snormFloatToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1329 #define PU(VAL, OFFS, BITS) (uintToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1330 #define PI(VAL, OFFS, BITS) (intToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1479 #define PU(VAL, OFFS, BITS) (uintToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixel() argument 1480 #define PI(VAL, OFFS, BITS) (intToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixel() argument
|
D | tcuAstcUtil.cpp | 1998 #define SB(NDX, VAL) dst.setBit((NDX), (VAL)) in writeBlockMode() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 93 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 79 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 83 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
|
/external/elfutils/libdw/ |
D | libdwP.h | 885 #define READ_AND_RELOCATE(RELOC_HOOK, VAL) \ argument
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 1982 #define FETCH(VAL,INDEX,CHAN)\ argument 1985 #define IFETCH(VAL,INDEX,CHAN)\ argument
|