Home
last modified time | relevance | path

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

/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Mumps/MUMPS/PORD/lib/
H A Dnestdiss.c87 nd->parent = nd->childB = nd->childW = NULL; in newNDnode()
197 nd->childW = w_nd; w_nd->parent = nd; in splitNDnode()
232 if ((nd->childB == NULL) || (nd->childW == NULL)) in buildNDtree()
250 if ((nd->childW->nvint > MIN_NODES) in buildNDtree()
252 queue[qtail++] = nd->childW; in buildNDtree()
271 || (parent->childW == NULL)) in freeNDtree()
278 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in freeNDtree()
H A Dmultisector.c203 || (parent->childW == NULL)) in extractMS2stage()
209 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in extractMS2stage()
259 || (parent->childW == NULL)) in extractMSmultistage()
265 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in extractMSmultistage()
/dports/math/coinmumps/MUMPS_4.10.0/PORD/lib/
H A Dnestdiss.c87 nd->parent = nd->childB = nd->childW = NULL; in newNDnode()
197 nd->childW = w_nd; w_nd->parent = nd; in splitNDnode()
232 if ((nd->childB == NULL) || (nd->childW == NULL)) in buildNDtree()
250 if ((nd->childW->nvint > MIN_NODES) in buildNDtree()
252 queue[qtail++] = nd->childW; in buildNDtree()
271 || (parent->childW == NULL)) in freeNDtree()
278 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in freeNDtree()
H A Dmultisector.c203 || (parent->childW == NULL)) in extractMS2stage()
209 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in extractMS2stage()
259 || (parent->childW == NULL)) in extractMSmultistage()
265 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in extractMSmultistage()
/dports/math/mumps/mumps-5.1.2/PORD/lib/
H A Dnestdiss.c87 nd->parent = nd->childB = nd->childW = NULL; in newNDnode()
197 nd->childW = w_nd; w_nd->parent = nd; in splitNDnode()
232 if ((nd->childB == NULL) || (nd->childW == NULL)) in buildNDtree()
250 if ((nd->childW->nvint > MIN_NODES) in buildNDtree()
252 queue[qtail++] = nd->childW; in buildNDtree()
271 || (parent->childW == NULL)) in freeNDtree()
278 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in freeNDtree()
H A Dmultisector.c203 || (parent->childW == NULL)) in extractMS2stage()
209 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in extractMS2stage()
259 || (parent->childW == NULL)) in extractMSmultistage()
265 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in extractMSmultistage()
/dports/math/mumps4/MUMPS_4.10.0/PORD/lib/
H A Dnestdiss.c87 nd->parent = nd->childB = nd->childW = NULL; in newNDnode()
197 nd->childW = w_nd; w_nd->parent = nd; in splitNDnode()
232 if ((nd->childB == NULL) || (nd->childW == NULL)) in buildNDtree()
250 if ((nd->childW->nvint > MIN_NODES) in buildNDtree()
252 queue[qtail++] = nd->childW; in buildNDtree()
271 || (parent->childW == NULL)) in freeNDtree()
278 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in freeNDtree()
H A Dmultisector.c203 || (parent->childW == NULL)) in extractMS2stage()
209 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in extractMS2stage()
259 || (parent->childW == NULL)) in extractMSmultistage()
265 for (nd = parent->childW; nd->childB != NULL; nd = nd->childB); in extractMSmultistage()
/dports/games/wargus/wargus-3.2.0/scripts/lib/
H A Dlayouts.lua184 local childW = self.width - self.paddingX * 2
207 childW = newS
216 childW = s
222 childW = expandingChildrenS
228 dbgPrint(xOff, yOff, childW, childH)
231 child.width = childW
235 xOff = xOff + childW + padding
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Dscreenshot.c118 Window findW = DefaultRootWindow(dpy), stopW = 0, childW, initW; in find_window() local
128 XTranslateCoordinates(dpy, findW, stopW, x, y, &x, &y, &childW); in find_window()
130 if (childW && in find_window()
131 XGetWindowAttributes(dpy, childW, &wa) && in find_window()
134 stopW = childW; in find_window()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DSpinB.c1707 if (w != childW && XtIsManaged(childW)) in LayoutSpinBox()
1710 XmeConfigureObject(childW, posX, posY, in LayoutSpinBox()
1711 ((Widget)childW)->core.width, in LayoutSpinBox()
1712 ((Widget)childW)->core.height, in LayoutSpinBox()
1713 ((Widget)childW)->core.border_width in LayoutSpinBox()
1716 posX += XtWidth(childW) + spacingX; in LayoutSpinBox()
2390 Widget childW; in GetSpinSize() local
2421 childW = spinW->composite.children[i]; in GetSpinSize()
2423 if (XtIsManaged(childW)) in GetSpinSize()
2442 if (XtIsManaged(childW)) in GetSpinSize()
[all …]
H A DGrabShell.c562 Dimension childW = MAX(1, cw); in DoLayout() local
566 childW, childH, childwid->core.border_width); in DoLayout()
H A DDropSMgr.c157 Widget childW) ;
717 Widget childW ) in IsDescendent() argument
721 if ((parentW == NULL) || (childW == NULL)) in IsDescendent()
724 tmp = XtParent(childW); in IsDescendent()
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxcmap.c364 Window rootW,childW; local
372 if (XQueryPointer(theDisp,mainW,&rootW,&childW,&rx,&ry,&x,&y,&mask)) {
H A Dxvgrab.c316 Window childW = 0; in Grab() local
318 XTranslateCoordinates(theDisp, rW, cW, rx, ry, &xr, &yr, &childW); in Grab()
319 if (childW) in Grab()
320 cW = childW; in Grab()
/dports/japanese/xv/xv-3.10a/
H A Dxcmap.c364 Window rootW,childW; local
372 if (XQueryPointer(theDisp,mainW,&rootW,&childW,&rx,&ry,&x,&y,&mask)) {
H A Dxvgrab.c316 Window childW = 0; in Grab() local
318 XTranslateCoordinates(theDisp, rW, cW, rx, ry, &xr, &yr, &childW); in Grab()
319 if (childW) in Grab()
320 cW = childW; in Grab()
/dports/graphics/xv/xv-3.10a/
H A Dxcmap.c364 Window rootW,childW; local
372 if (XQueryPointer(theDisp,mainW,&rootW,&childW,&rx,&ry,&x,&y,&mask)) {
H A Dxvgrab.c316 Window childW = 0; in Grab() local
318 XTranslateCoordinates(theDisp, rW, cW, rx, ry, &xr, &yr, &childW); in Grab()
319 if (childW) in Grab()
320 cW = childW; in Grab()
/dports/math/ipopt/Ipopt-3.12.13/ThirdParty/Mumps/MUMPS/PORD/include/
H A Dtypes.h72 struct _nestdiss *parent, *childB, *childW; member
/dports/math/coinmumps/MUMPS_4.10.0/PORD/include/
H A Dtypes.h72 struct _nestdiss *parent, *childB, *childW; member
/dports/math/mumps4/MUMPS_4.10.0/PORD/include/
H A Dtypes.h72 struct _nestdiss *parent, *childB, *childW; member
/dports/x11/xmag/xmag-1.0.6/
H A Dxmag.c569 Window findW = DefaultRootWindow(dpy), stopW, childW; in FindWindow() local
576 x, y, &x, &y, &childW); in FindWindow()
581 if (childW && in FindWindow()
582 XGetWindowAttributes(dpy, childW, &wa) && in FindWindow()
585 stopW = childW; in FindWindow()
/dports/math/mumps/mumps-5.1.2/PORD/include/
H A Dtypes.h82 struct _nestdiss *parent, *childB, *childW; member
/dports/devel/fifechan/fifechan-0.1.5/src/widgets/
H A Dcontainer.cpp250 … int childW = rec.x + rec.width + (*currChild)->getMarginLeft() + (*currChild)->getMarginRight(); in resizeToContent() local
252 totalW = std::max(totalW, childW); in resizeToContent()