Home
last modified time | relevance | path

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

12

/third_party/mbedtls/include/mbedtls/
Dplatform_util.h47 #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/
Denum_alias.rs11 VAL = 0, enumerator
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Denum_alias.hpp6 VAL enumerator
/third_party/libbpf/include/uapi/linux/
Dbtf.h92 #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/
Dtst_test_macros.h130 #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/
Dcmp-zext-uimm0.c4 #define TEST(X,OP,VAL) (zext(X) OP (VAL)) == (X OP (VAL)) argument
/third_party/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
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dtcases.c33 #define VAL MCI_STATUS_VAL macro
/third_party/skia/third_party/externals/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
/third_party/cmsis/CMSIS/Core/Include/a-profile/
Dcmsis_iccarm_a.h158 #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/
Dpppoe.c94 #define PPPOE_ADD_16(PTR, VAL) \ argument
/third_party/cmsis/CMSIS/Core/Include/m-profile/
Dcmsis_iccarm_m.h205 #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/
Daria.c46 #define PUT_U32_BE(DEST, IDX, VAL) \ argument
/third_party/openssl/crypto/aria/
Daria.c46 #define PUT_U32_BE(DEST, IDX, VAL) \ argument
/third_party/python/Python/
Dinitconfig.c1785 #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/
DtcuTexture.cpp1429 #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/
DAPInt.h93 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/
DAPInt.h83 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
/third_party/cmsis/CMSIS/Core/Include/
Dcore_cm0.h453 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
Dcore_cm1.h479 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
Dcore_cm0plus.h477 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
Dcore_sc000.h493 __IOM uint32_t VAL; /*!< Offset: 0x008 (R/W) SysTick Current Value Register */ member
/third_party/ffmpeg/libavutil/
Dvulkan.c61 #define CASE(VAL) case VAL: return #VAL in ff_vk_ret2str() argument
/third_party/elfutils/libdw/
DlibdwP.h894 #define READ_AND_RELOCATE(RELOC_HOOK, VAL) \ argument

12