Home
last modified time | relevance | path

Searched defs:MSG (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/libs/ratio/example/
Dstatic_assert.hpp15 #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/
Dstatic_assert.hpp15 #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/
Dcommon_type.hpp27 #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/
Drpc.h15 #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/
Dconfig.hpp66 #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/
Ddetectenv-msvc.mak56 MSG = ^ macro
101 MSG = ^ macro
/third_party/flutter/skia/include/gpu/
DGrConfig.h98 #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/
Dbpf_prog01.c32 const char MSG[] = "Ahoj!"; variable
Dbpf_prog02.c30 const char MSG[] = "Ahoj!"; variable
Dbpf_prog03.c37 static const char MSG[] = "Ahoj!"; variable
/third_party/ltp/testcases/cve/
Dcve-2016-7117.c51 #define MSG "abcdefghijklmnop" macro
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandle-scope.h34 #define STATIC_ASSERT(COND,MSG) typedef char static_assertion_##MSG[(COND)?1:-1] argument
/third_party/e2fsprogs/lib/ss/
Dhelp.c98 #define MSG "No info found for " in ss_help() macro
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.h31 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
/third_party/flutter/skia/src/ports/
DSkFontHost_FreeType_common.h30 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_tls_common.h51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_tls_common.h51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
Deap_server_ikev2.c19 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns30.c70 #define MSG "HOW ARE YOU" macro
Dpidns31.c71 #define MSG "HOW ARE YOU" macro
/third_party/ffmpeg/ffbuild/
Dcommon.mak21 MSG = $@ macro
/third_party/jerryscript/jerry-debugger/
Djerry_client.py337 MSG = str(error_msg) variable
/third_party/python/Lib/ctypes/
Dwintypes.py133 class MSG(ctypes.Structure): class
/third_party/gn/src/base/win/
Dwindows_types.h90 typedef struct tagMSG MSG, *PMSG, *NPMSG, *LPMSG; typedef

12