Home
last modified time | relevance | path

Searched refs:tpiCnt (Results 1 – 1 of 1) sorted by relevance

/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemPackLayout.cpp150 int cells,tpiCnt; in LayoutChildren() local
159 tpiCnt=cells+1; in LayoutChildren()
160 if (tpiCnt*sizeof(TmpPanelInfo)<=sizeof(autoMem)) { in LayoutChildren()
165 dynMem=(TmpPanelInfo*)malloc(tpiCnt*sizeof(TmpPanelInfo)); in LayoutChildren()
168 FillTPIs(tpiCnt); in LayoutChildren()