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

  /xsrc/external/mit/ctwm/dist/
parse_be.h 8 int parse_keyword(const char *s, int *nump);
parse_be.c 512 parse_keyword(const char *s, int *nump)
541 *nump = ret->subnum;
  /xsrc/external/mit/twm/dist/src/
parse.h 91 extern int parse_keyword(char *s, int *nump);
parse.c 599 parse_keyword(char *s, int *nump)
613 *nump = p->subnum;
  /xsrc/external/mit/x11perf/dist/
x11perf.c 163 static int GetWords(int argi, int argc, char **argv, char **wordsp, int *nump);
165 int *nump);
166 static int GetRops(int argi, int argc, char **argv, int *ropsp, int *nump);
167 static int GetPops(int argi, int argc, char **argv, int *popsp, int *nump);
168 static int GetFormats(int argi, int argc, char **argv, int *formatsp, int *nump);
1469 GetWords (int argi, int argc, char **argv, char **wordsp, int *nump)
1481 *nump = count;
1505 GetNumbers (int argi, int argc, char **argv, unsigned long *intsp, int *nump)
1510 count = GetWords (argi, argc, argv, words, nump);
1526 GetRops (int argi, int argc, char **argv, int *ropsp, int *nump)
    [all...]
  /xsrc/external/mit/xorg-server/dist/render/
miindex.c 44 miBuildRenderColormap(ColormapPtr pColormap, Pixel * pixels, int *nump)
167 *nump = n;
  /xsrc/external/mit/xorg-server.old/dist/render/
miindex.c 44 miBuildRenderColormap (ColormapPtr pColormap, Pixel *pixels, int *nump)
172 *nump = n;
  /xsrc/external/mit/xfs/dist/difs/
charinfo.c 90 int *nump, /* return */
184 *nump = nchars;
  /xsrc/external/mit/xorg-server.old/dist/dix/
dixfonts.c 1791 *nump, local
1822 nump = cp = newpath = malloc(len);
1831 *nump = (unsigned char) size;
1832 nump = cp++;
1841 *nump = (unsigned char) size;
colormap.c 1225 int npix, count, *nump = NULL; local
1348 nump = pmap->numPixelsRed;
1353 nump = pmap->numPixelsGreen;
1358 nump = pmap->numPixelsBlue;
1362 npix = nump[client];
1385 nump[client]++;
  /xsrc/external/mit/xorg-server/dist/dix/
dixfonts.c 1707 unsigned char *cp, *pp, *nump, *newpath; local
1734 nump = cp = newpath = malloc(len);
1743 *nump = (unsigned char) size;
1744 nump = cp++;
1754 *nump = (unsigned char) size;
colormap.c 766 int npix, count, *nump = NULL; local
881 nump = pmap->numPixelsRed;
886 nump = pmap->numPixelsGreen;
891 nump = pmap->numPixelsBlue;
895 npix = nump[client];
916 nump[client]++;
  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.c 7118 FT_ULong nump, k; local
7133 nump = (FT_ULong)args[0]; /* some points theoretically may occur more
7136 for ( k = 1; k <= nump; k++ )
7287 FT_ULong nump, k; local
7293 nump = (FT_ULong)args[0];
7295 for ( k = 1; k <= nump; k++ )

Completed in 33 milliseconds