Searched refs:CEIL4 (Results 1 – 2 of 2) sorted by relevance
48 #define CEIL4(x) ((((x)+3)/4)*4) macro313 int rcblen = CEIL4(xcRB->request_control_blk_length); in XCRB_msg_to_type6CPRB_msgX()318 if (CEIL4(xcRB->request_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX()324 CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()331 req_sumlen = CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()333 if ((CEIL4(xcRB->request_control_blk_length) <= in XCRB_msg_to_type6CPRB_msgX()336 (req_sumlen < CEIL4(xcRB->request_control_blk_length))) { in XCRB_msg_to_type6CPRB_msgX()340 if (CEIL4(xcRB->reply_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX()345 CEIL4(xcRB->reply_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()352 resp_sumlen = CEIL4(xcRB->reply_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()[all …]
61 #define CEIL4(x) ((((x)+3)/4)*4) macro