/third_party/boost/libs/ratio/example/ |
D | static_assert.hpp | 15 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 18 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 22 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 26 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__… argument
|
/third_party/boost/boost/chrono/detail/ |
D | static_assert.hpp | 15 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 18 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 22 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 26 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__LIN… argument
|
/third_party/boost/libs/ratio/example/type_traits/ |
D | common_type.hpp | 27 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 30 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 34 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) \ argument 40 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_EX_COMMON_TYPE_NAME(_… argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-imx8/sci/ |
D | rpc.h | 15 #define RPC_VER(MSG) ((MSG)->version) argument 16 #define RPC_SIZE(MSG) ((MSG)->size) argument 17 #define RPC_SVC(MSG) ((MSG)->svc) argument 18 #define RPC_FUNC(MSG) ((MSG)->func) argument 19 #define RPC_R8(MSG) ((MSG)->func) argument 20 #define RPC_I32(MSG, IDX) ((MSG)->DATA.i32[(IDX) / 4U]) argument 21 #define RPC_I16(MSG, IDX) ((MSG)->DATA.i16[(IDX) / 2U]) argument 22 #define RPC_I8(MSG, IDX) ((MSG)->DATA.i8[(IDX)]) argument 23 #define RPC_U32(MSG, IDX) ((MSG)->DATA.u32[(IDX) / 4U]) argument 24 #define RPC_U16(MSG, IDX) ((MSG)->DATA.u16[(IDX) / 2U]) argument [all …]
|
/third_party/boost/boost/ratio/ |
D | config.hpp | 66 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 69 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 73 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 79 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_RATIO_NAME(__boost_ratio_test_… argument
|
/third_party/libpsl/msvc/ |
D | detectenv-msvc.mak | 56 MSG = ^ macro 101 MSG = ^ macro
|
/third_party/flutter/skia/include/gpu/ |
D | GrConfig.h | 98 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG) argument 100 #define GR_WARN(MSG) ("WARNING: " MSG) argument
|
/third_party/ltp/testcases/kernel/syscalls/bpf/ |
D | bpf_prog01.c | 32 const char MSG[] = "Ahoj!"; variable
|
D | bpf_prog02.c | 30 const char MSG[] = "Ahoj!"; variable
|
D | bpf_prog03.c | 37 static const char MSG[] = "Ahoj!"; variable
|
/third_party/ltp/testcases/cve/ |
D | cve-2016-7117.c | 51 #define MSG "abcdefghijklmnop" macro
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
D | handle-scope.h | 34 #define STATIC_ASSERT(COND,MSG) typedef char static_assertion_##MSG[(COND)?1:-1] argument
|
/third_party/e2fsprogs/lib/ss/ |
D | help.c | 98 #define MSG "No info found for " in ss_help() macro
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType_common.h | 31 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_FreeType_common.h | 30 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_tls_common.h | 51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
|
D | eap_server_ikev2.c | 19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_tls_common.h | 51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
|
D | eap_server_ikev2.c | 19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
D | pidns30.c | 70 #define MSG "HOW ARE YOU" macro
|
D | pidns31.c | 71 #define MSG "HOW ARE YOU" macro
|
/third_party/ffmpeg/ffbuild/ |
D | common.mak | 21 MSG = $@ macro
|
/third_party/jerryscript/jerry-debugger/ |
D | jerry_client.py | 337 MSG = str(error_msg) variable
|
/third_party/python/Lib/ctypes/ |
D | wintypes.py | 133 class MSG(ctypes.Structure): class
|
/third_party/gn/src/base/win/ |
D | windows_types.h | 90 typedef struct tagMSG MSG, *PMSG, *NPMSG, *LPMSG; typedef
|