HomeSort by: relevance | last modified time | path
    Searched refs:sizep (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
memstream.h 46 size_t *sizep; member in struct:u_memstream
52 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep);
memstream.c 31 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep)
48 mem->sizep = sizep;
57 FILE *const f = open_memstream(bufp, sizep);
76 *mem->sizep = size;
  /xsrc/external/mit/libXt/dist/src/
Shell.c 1388 struct _OldXSizeHints *sizep = &w->wm.size_hints; local
1390 sizep->x = w->core.x;
1391 sizep->y = w->core.y;
1392 sizep->width = w->core.width;
1393 sizep->height = w->core.height;
1395 if (sizep->flags & USSize) {
1396 if (sizep->flags & PSize)
1397 sizep->flags &= ~PSize;
1400 sizep->flags |= PSize;
1402 if (sizep->flags & USPosition)
    [all...]
  /xsrc/external/mit/libXaw/dist/src/
Tree.c 207 initialize_dimensions(Dimension **listp, int *sizep, int n)
212 *sizep = ((*listp) ? n : 0);
215 if (n > *sizep) {
219 *sizep = 0;
225 for (i = *sizep, l = (*listp) + i; i < n; i++, l++)
227 *sizep = n;
  /xsrc/external/mit/viewres/dist/
viewres.c 273 initialize_widgetnode_list(XmuWidgetNode ***listp, int *sizep, int n)
278 *sizep = ((*listp) ? n : 0);
281 if (n > *sizep) {
288 *sizep = 0;
291 for (i = *sizep, l = (*listp) + i; i < n; i++, l++)
293 *sizep = n;
  /xsrc/external/mit/xorg-server/dist/mi/
miarc.c 1738 addCap(miArcCapPtr * capsp, int *ncapsp, int *sizep, int end, int arcIndex)
1743 if (*ncapsp == *sizep) {
1744 newsize = *sizep + ADD_REALLOC_STEP;
1748 *sizep = newsize;
1760 int *sizep,
1766 if (*njoinsp == *sizep) {
1767 newsize = *sizep + ADD_REALLOC_STEP;
1771 *sizep = newsize;
1785 addArc(miArcDataPtr * arcsp, int *narcsp, int *sizep, xArc * xarc)
1790 if (*narcsp == *sizep) {
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/mi/
miarc.c 1615 int *sizep,
1622 if (*ncapsp == *sizep)
1624 newsize = *sizep + ADD_REALLOC_STEP;
1629 *sizep = newsize;
1642 int *sizep,
1653 if (*njoinsp == *sizep)
1655 newsize = *sizep + ADD_REALLOC_STEP;
1660 *sizep = newsize;
1677 int *sizep,
1683 if (*narcsp == *sizep)
    [all...]
  /xsrc/external/mit/libXfont/dist/src/bitmap/
pcfread.c 203 CARD32 type, CARD32 *formatp, CARD32 *sizep)
214 *sizep = tables[i].size;
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
pcfread.c 205 CARD32 type, CARD32 *formatp, CARD32 *sizep)
216 *sizep = tables[i].size;
  /xsrc/external/mit/xterm/dist/
misc.c 2658 getColormapInfo(XtermWidget xw, unsigned *typep, unsigned *sizep)
2662 *sizep = (unsigned) xw->visInfo->colormap_size;
2665 *sizep = 0;

Completed in 22 milliseconds