Home | History | Annotate | Download | only in i18n

Lines Matching refs:divideAndRoundUp

1251 static inline int32_t divideAndRoundUp(int a, int b) {
1316 int32_t neededPerPrimaryByte = divideAndRoundUp(totalNeeded, primaries4count);
1317 int32_t neededPerFinalByte = divideAndRoundUp(neededPerPrimaryByte, medialCount * medialCount);