Searched refs:wsize (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DDrLine.c34 #define wsize (SIZEOF(xPolySegmentReq) + WLNSPERBATCH * SIZEOF(xSegment)) macro
62 wsize : zsize)) ) {
H A DDrRect.c34 #define wsize (SIZEOF(xPolyRectangleReq) + WRCTSPERBATCH * SIZEOF(xRectangle)) macro
62 wsize : zsize)) ) {
/xsrc/external/mit/libXt/dist/src/
H A DCreate.c289 Cardinal wsize = widget_class->core_class.widget_size; local in function:xtWidgetAlloc
300 wsize = (Cardinal) ((wsize + sizeof(double) - 1)
304 widget = (Widget) __XtCalloc(1, (unsigned) (wsize + csize));
306 (csize ? (XtPointer) ((char *) widget + wsize) : NULL);
355 Cardinal wsize; local in function:xtCreate
412 wsize = widget_class->core_class.widget_size;
413 req_widget = (Widget) XtStackAlloc(wsize, widget_cache);
414 (void) memcpy(req_widget, (char *) widget, (size_t) wsize);
770 Cardinal wsize local in function:_XtCreateHookObj
[all...]
/xsrc/external/mit/xterm/dist/
H A Dresize.c187 static const char *wsize[EMULATIONS] = variable in typeref:typename:const char * []
548 readstring(ttyfp, buf, wsize[emu]);
549 if (sscanf(buf, wsize[emu], &ts.ws_xpixel, &ts.ws_ypixel) != 2) {

Completed in 7 milliseconds