Searched refs:CEIL4 (Results 1 – 1 of 1) sorted by relevance
32 #define CEIL4(x) ((((x)+3)/4)*4) macro405 int rcblen = CEIL4(xcRB->request_control_blk_length); in XCRB_msg_to_type6CPRB_msgX()410 if (CEIL4(xcRB->request_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX()416 CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()425 req_sumlen = CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()427 if ((CEIL4(xcRB->request_control_blk_length) <= in XCRB_msg_to_type6CPRB_msgX()430 (req_sumlen < CEIL4(xcRB->request_control_blk_length))) { in XCRB_msg_to_type6CPRB_msgX()434 if (CEIL4(xcRB->reply_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX()442 resp_sumlen = CEIL4(xcRB->reply_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()444 if ((CEIL4(xcRB->reply_control_blk_length) <= xcRB->reply_data_length) ? in XCRB_msg_to_type6CPRB_msgX()[all …]