Searched refs:OD_DIVU_SMALL_CONSTS (Results 1 – 2 of 2) sorted by relevance
33 extern uint32_t OD_DIVU_SMALL_CONSTS[OD_DIVU_DMAX][2];37 ((uint32_t)((OD_DIVU_SMALL_CONSTS[(_d)-1][0] * (uint64_t)(_x) + \38 OD_DIVU_SMALL_CONSTS[(_d)-1][1]) >> \
28 uint32_t OD_DIVU_SMALL_CONSTS[OD_DIVU_DMAX][2] = { variable