x                  49 daemons/attrd/pacemaker-attrd.h #define ATTRD_SUPPORTS_MULTI_MESSAGE(x) ((x) >= 4)
x                  50 daemons/attrd/pacemaker-attrd.h #define ATTRD_SUPPORTS_CONFIRMATION(x)  ((x) >= 5)
x                  30 daemons/controld/controld_messages.h #  define fsa_typed_data(x) fsa_typed_data_adv(msg_data, x, __func__)
x                  46 include/crm/lrmd.h #define LRMD_SUPPORTS_SCHEMA_XFER(x) (compare_version((x), "1.2") >= 0)
x                  47 lib/common/remote.c #define __swab16(x) ((uint16_t)(                                      \
x                  48 lib/common/remote.c         (((uint16_t)(x) & (uint16_t)0x00ffU) << 8) |                  \
x                  49 lib/common/remote.c         (((uint16_t)(x) & (uint16_t)0xff00U) >> 8)))
x                  51 lib/common/remote.c #define __swab32(x) ((uint32_t)(                                      \
x                  52 lib/common/remote.c         (((uint32_t)(x) & (uint32_t)0x000000ffUL) << 24) |            \
x                  53 lib/common/remote.c         (((uint32_t)(x) & (uint32_t)0x0000ff00UL) <<  8) |            \
x                  54 lib/common/remote.c         (((uint32_t)(x) & (uint32_t)0x00ff0000UL) >>  8) |            \
x                  55 lib/common/remote.c         (((uint32_t)(x) & (uint32_t)0xff000000UL) >> 24)))
x                  57 lib/common/remote.c #define __swab64(x) ((uint64_t)(                                      \
x                  58 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x00000000000000ffULL) << 56) |   \
x                  59 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x000000000000ff00ULL) << 40) |   \
x                  60 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x0000000000ff0000ULL) << 24) |   \
x                  61 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x00000000ff000000ULL) <<  8) |   \
x                  62 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x000000ff00000000ULL) >>  8) |   \
x                  63 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x0000ff0000000000ULL) >> 24) |   \
x                  64 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0x00ff000000000000ULL) >> 40) |   \
x                  65 lib/common/remote.c         (((uint64_t)(x) & (uint64_t)0xff00000000000000ULL) >> 56)))
x                  21 lib/common/tests/rules/pcmk__evaluate_date_spec_test.c run_one_test(const char *t, const char *x, int expected)
x                  24 lib/common/tests/rules/pcmk__evaluate_date_spec_test.c     xmlNodePtr xml = pcmk__xml_parse(x);
x                  87 lib/common/tests/scores/pcmk_parse_score_test.c #define A(x) #x
x                  88 lib/common/tests/scores/pcmk_parse_score_test.c #define B(x) A(x)
x                 116 lib/common/tests/xml_element/pcmk__xe_get_score_test.c #define A(x) #x
x                 117 lib/common/tests/xml_element/pcmk__xe_get_score_test.c #define B(x) A(x)
x                3054 lib/pengine/pe_output.c         int x;
x                3092 lib/pengine/pe_output.c         x = out->message(out, (const char *) rsc->priv->xml->name,
x                3094 lib/pengine/pe_output.c         if (x == pcmk_rc_ok) {
x                  78 libltdl/libltdl/lt__private.h #  define __attribute__(x)
x                  19 tools/crm_resource_print.c #define cons_string(x) x?x:"NA"