Home
last modified time | relevance | path

Searched defs:VAL (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm-project/polly/lib/External/isl/
Disl_pw_add_constant_templ.c13 #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/
Dstm32l4xx.h224 #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/
Dstm32l4xx.h224 #define WRITE_REG(REG, VAL) ((REG) = (VAL)) argument
230 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL))) argument
/external/llvm-project/libc/utils/UnitTest/
DTest.h211 #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/
Dtpml-types.c22 #define VAL macro
Dtpmt-types.c22 #define VAL macro
Dtpmu-types.c22 #define VAL macro
Dtpms-types.c22 #define VAL macro
/external/kernel-headers/original/uapi/linux/
Dbtf.h85 #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/
Ddebug-info-byval.cpp18 class VAL { class
/external/clang/test/CodeGenCXX/
Ddebug-info-byval.cpp18 class VAL { class
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h94 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
/external/ltp/testcases/kernel/syscalls/sigrelse/
Dsigrelse01.c145 #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/
Dscoped_signal_handler.rs213 static mut VAL: Option<Arc<Mutex<()>>> = None; in get_mutex() variable
/external/clang/test/Index/
Dannotate-tokens.m63 #define VAL 0 macro
/external/llvm-project/clang/test/Index/
Dannotate-tokens.m63 #define VAL 0 macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetParser.h69 #define X86_FEATURE(VAL, ENUM) \ argument
DAMDHSAKernelDescriptor.h42 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
/external/strace/tests-mx32/
Dfutex.c154 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
/external/strace/tests-m32/
Dfutex.c154 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
/external/strace/tests/
Dfutex.c154 # define VAL ((unsigned long) 0xbadda7a0facefeedLLU) macro
/external/python/apitools/apitools/base/protorpclite/
Ddescriptor_test.py162 VAL = 1 variable in DescribeFieldTest.testDefault_EnumField.MyEnum
/external/llvm-project/llvm/include/llvm/Support/
DAMDHSAKernelDescriptor.h42 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
/external/clang/include/clang/AST/
DTemplateBase.h91 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
/external/deqp/framework/common/
DtcuTexture.cpp1358 #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

123