/third_party/mbedtls/include/mbedtls/ |
D | platform_util.h | 47 #define MBEDTLS_DEPRECATED_STRING_CONSTANT(VAL) \ argument 50 #define MBEDTLS_DEPRECATED_NUMERIC_CONSTANT(VAL) \ argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | enum_alias.rs | 11 VAL = 0, enumerator
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | enum_alias.hpp | 6 VAL enumerator
|
/third_party/libbpf/include/uapi/linux/ |
D | btf.h | 92 #define BTF_INT_ENCODING(VAL) (((VAL) & 0x0f000000) >> 24) argument 93 #define BTF_INT_OFFSET(VAL) (((VAL) & 0x00ff0000) >> 16) argument 94 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) argument
|
/third_party/ltp/include/ |
D | tst_test_macros.h | 130 #define TST_EXP_VAL_SILENT_(SCALL, VAL, SSCALL, ...) \ argument 146 #define TST_EXP_VAL_SILENT(SCALL, VAL, ...) TST_EXP_VAL_SILENT_(SCALL, VAL, #SCALL, ##__VA_ARGS__) argument 148 #define TST_EXP_VAL(SCALL, VAL, ...) \ argument
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | cmp-zext-uimm0.c | 4 #define TEST(X,OP,VAL) (zext(X) OP (VAL)) == (X OP (VAL)) argument
|
/third_party/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
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | tcases.c | 33 #define VAL MCI_STATUS_VAL macro
|
/third_party/skia/third_party/externals/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
|
/third_party/cmsis/CMSIS/Core/Include/a-profile/ |
D | cmsis_iccarm_a.h | 158 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument 180 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument
|
/third_party/lwip/src/netif/ppp/ |
D | pppoe.c | 94 #define PPPOE_ADD_16(PTR, VAL) \ argument
|
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
D | cmsis_iccarm_m.h | 205 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument 227 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument
|
/third_party/node/deps/openssl/openssl/crypto/aria/ |
D | aria.c | 46 #define PUT_U32_BE(DEST, IDX, VAL) \ argument
|
/third_party/openssl/crypto/aria/ |
D | aria.c | 46 #define PUT_U32_BE(DEST, IDX, VAL) \ argument
|
/third_party/python/Python/ |
D | initconfig.c | 1785 #define STRINGIFY(VAL) _STRINGIFY(VAL) in config_init_int_max_str_digits() argument 1786 #define _STRINGIFY(VAL) #VAL in config_init_int_max_str_digits() argument
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.cpp | 1429 #define PN(VAL, OFFS, BITS) (unormFloatToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1430 #define PS(VAL, OFFS, BITS) (snormFloatToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1431 #define PU(VAL, OFFS, BITS) (uintToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1432 #define PI(VAL, OFFS, BITS) (intToChannel((VAL), (BITS)) << (OFFS)) in setPixel() argument 1581 #define PU(VAL, OFFS, BITS) (uintToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixel() argument 1582 #define PI(VAL, OFFS, BITS) (intToChannel((deUint32)(VAL), (BITS)) << (OFFS)) in setPixel() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 93 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 83 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
|
/third_party/cmsis/CMSIS/Core/Include/ |
D | core_cm0.h | 453 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
|
D | core_cm1.h | 479 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
|
D | core_cm0plus.h | 477 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
|
D | core_sc000.h | 493 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
|
/third_party/ffmpeg/libavutil/ |
D | vulkan.c | 61 #define CASE(VAL) case VAL: return #VAL in ff_vk_ret2str() argument
|
/third_party/elfutils/libdw/ |
D | libdwP.h | 894 #define READ_AND_RELOCATE(RELOC_HOOK, VAL) \ argument
|