| /external/llvm-project/polly/lib/External/isl/ |
| D | isl_pw_add_constant_templ.c | 13 #define VAL CAT(isl_,VAL_BASE) macro 29 FN(VAL,free)(v); in FN() local 41 FN(VAL,free)(v); in FN() local 45 FN(VAL,free)(v); in FN() local
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
| D | stm32l4xx.h | 224 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument 230 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL))) argument
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/ |
| D | stm32l4xx.h | 224 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument 230 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL))) argument
|
| /external/llvm-project/libc/utils/UnitTest/ |
| D | Test.h | 211 #define EXPECT_TRUE(VAL) EXPECT_EQ((VAL), true) argument 213 #define ASSERT_TRUE(VAL) \ argument 217 #define EXPECT_FALSE(VAL) EXPECT_EQ((VAL), false) argument 219 #define ASSERT_FALSE(VAL) \ argument
|
| /external/tpm2-tss/src/tss2-mu/ |
| D | tpml-types.c | 22 #define VAL macro
|
| D | tpmt-types.c | 22 #define VAL macro
|
| D | tpmu-types.c | 22 #define VAL macro
|
| D | tpms-types.c | 22 #define VAL macro
|
| /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/llvm-project/clang/test/CodeGenCXX/ |
| D | debug-info-byval.cpp | 18 class VAL { class
|
| /external/clang/test/CodeGenCXX/ |
| D | debug-info-byval.cpp | 18 class VAL { class
|
| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | APInt.h | 94 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
|
| /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/crosvm/sys_util/src/ |
| D | scoped_signal_handler.rs | 213 static mut VAL: Option<Arc<Mutex<()>>> = None; in get_mutex() variable
|
| /external/clang/test/Index/ |
| D | annotate-tokens.m | 63 #define VAL 0 macro
|
| /external/llvm-project/clang/test/Index/ |
| D | annotate-tokens.m | 63 #define VAL 0 macro
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | TargetParser.h | 69 #define X86_FEATURE(VAL, ENUM) \ argument
|
| D | AMDHSAKernelDescriptor.h | 42 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
|
| /external/strace/tests-mx32/ |
| 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/strace/tests/ |
| D | futex.c | 154 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
|
| /external/python/apitools/apitools/base/protorpclite/ |
| D | descriptor_test.py | 162 VAL = 1 variable in DescribeFieldTest.testDefault_EnumField.MyEnum
|
| /external/llvm-project/llvm/include/llvm/Support/ |
| D | AMDHSAKernelDescriptor.h | 42 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
|
| /external/clang/include/clang/AST/ |
| D | TemplateBase.h | 91 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
|
| /external/deqp/framework/common/ |
| D | tcuTexture.cpp | 1358 #define PN(VAL, OFFS, BITS) (unormFloatToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1359 #define PS(VAL, OFFS, BITS) (snormFloatToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1360 #define PU(VAL, OFFS, BITS) (uintToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1361 #define PI(VAL, OFFS, BITS) (intToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1510 #define PU(VAL, OFFS, BITS) (uintToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixel() argument 1511 #define PI(VAL, OFFS, BITS) (intToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixel() argument
|