Searched refs:DIVC (Results 1 – 4 of 4) sorted by relevance
38 (DIVC(max_att, BLE_DEFAULT_ATT_MTU - 5) * 2)53 (DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 1U)56 ((DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 2U) * (n_link) + 1)151 (2512 + ((892 + (DIVC(data_len, 207) * 244)) * (set_nbr)))
106 #undef DIVC107 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
119 #undef DIVC120 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
88 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro