Searched refs:MSG_WRONG_SIZE (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/core/channel/
H A Dchannel.c313 #define MSG_WRONG_SIZE ((uint32_t)-3) macro
327 ((uint32_t*)arg)[i] = MSG_WRONG_SIZE;
378 ASSERT_NE(msg, MSG_WRONG_SIZE, "got wrong message size");
386 ASSERT_NE(msg, MSG_WRONG_SIZE, "got wrong message size");

Completed in 44 milliseconds