Searched refs:roundUp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dicons.c103 roundUp(int v, int multiple) function in typeref:typename:int
117 w = roundUp(iconWidth(tmp_win), ir->stepx);
118 h = roundUp(iconHeight(tmp_win), ir->stepy);
/xsrc/external/mit/ctwm/dist/
H A Dicons.c52 static int roundUp(int v, int multiple);
241 w = roundUp(iconWidth, ir->stepx);
242 h = roundUp(iconHeight, ir->stepy);
269 w = roundUp(iconWidth, ir->stepx);
270 h = roundUp(iconHeight, ir->stepy);
1366 roundUp(int v, int multiple) function in typeref:typename:int

Completed in 3 milliseconds