Home
last modified time | relevance | path

Searched refs:pldm_msgbuf_extract_real32 (Results 1 – 2 of 2) sorted by relevance

/openbmc/libpldm/tests/
H A Dmsgbuf.cpp376 EXPECT_EQ(pldm_msgbuf_extract_real32(ctx, &val), PLDM_SUCCESS); in TEST()
389 EXPECT_NE(pldm_msgbuf_extract_real32(ctx, &val), PLDM_SUCCESS); in TEST()
403 EXPECT_NE(pldm_msgbuf_extract_real32(ctx, &val), PLDM_SUCCESS); in TEST()
/openbmc/libpldm/src/
H A Dmsgbuf.h647 #define pldm_msgbuf_extract_real32(ctx, dst) \ macro