Searched refs:SC_RPC_MAX_MSG (Results 1 – 2 of 2) sorted by relevance
25 #define SC_RPC_MAX_MSG 8U macro69 int32_t i32[(SC_RPC_MAX_MSG - 1U)];70 int16_t i16[(SC_RPC_MAX_MSG - 1U) * 2U];71 int8_t i8[(SC_RPC_MAX_MSG - 1U) * 4U];72 uint32_t u32[(SC_RPC_MAX_MSG - 1U)];73 uint16_t u16[(SC_RPC_MAX_MSG - 1U) * 2U];74 uint8_t u8[(SC_RPC_MAX_MSG - 1U) * 4U];
82 if (msg->size > SC_RPC_MAX_MSG) { in sc_ipc_read()106 if (msg->size > SC_RPC_MAX_MSG) in sc_ipc_write()
Completed in 3 milliseconds