Searched refs:SAFE_DIVISOR (Results 1 – 3 of 3) sorted by relevance
22 (1000.0 * putsize) / SAFE_DIVISOR(puttime[0]), \23 (1000.0 * putsize) / SAFE_DIVISOR(puttime[1]), \24 (1000.0 * putsize) / SAFE_DIVISOR(puttime[2]))40 (1000.0 * putsize) / SAFE_DIVISOR(puttime[0]), \41 (1000.0 * putsize) / SAFE_DIVISOR(puttime[1]), \42 (1000.0 * putsize) / SAFE_DIVISOR(puttime[2]))53 (1000000 * putsize) / SAFE_DIVISOR(puttime[0]), \54 (1000000 * putsize) / SAFE_DIVISOR(puttime[1]), \55 (1000000 * putsize) / SAFE_DIVISOR(puttime[2]))72 SAFE_DIVISOR(puttime[0])), \[all …]
22 (1000.0 * putsize) / SAFE_DIVISOR(puttime))31 (putsize >> 1) / SAFE_DIVISOR(puttime - empty_msg_put_time); \44 (((uint64_t)putsize * 1000000U) / SAFE_DIVISOR(puttime)))54 SAFE_DIVISOR(puttime - empty_msg_put_time)))
63 #define SAFE_DIVISOR(a) (((a) != 0)?(a):1) macro