Searched refs:CEIL4 (Results 1 – 2 of 2) sorted by relevance
35 #define CEIL4(x) ((((x)+3)/4)*4) macro408 int rcblen = CEIL4(xcRB->request_control_blk_length); in XCRB_msg_to_type6CPRB_msgX()413 if (CEIL4(xcRB->request_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX()419 CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()428 req_sumlen = CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()430 if ((CEIL4(xcRB->request_control_blk_length) <= in XCRB_msg_to_type6CPRB_msgX()433 (req_sumlen < CEIL4(xcRB->request_control_blk_length))) { in XCRB_msg_to_type6CPRB_msgX()437 if (CEIL4(xcRB->reply_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX()442 CEIL4(xcRB->reply_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()451 resp_sumlen = CEIL4(xcRB->reply_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()[all …]
44 #define CEIL4(x) ((((x)+3)/4)*4) macro