Searched refs:nump (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dparse_be.h8 int parse_keyword(const char *s, int *nump);
H A Dparse_be.c512 parse_keyword(const char *s, int *nump) argument
541 *nump = ret->subnum;
/xsrc/external/mit/twm/dist/src/
H A Dparse.h91 extern int parse_keyword(char *s, int *nump);
H A Dparse.c599 parse_keyword(char *s, int *nump) argument
613 *nump = p->subnum;
/xsrc/external/mit/x11perf/dist/
H A Dx11perf.c163 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) argument
1481 *nump = count;
1505 GetNumbers (int argi, int argc, char **argv, unsigned long *intsp, int *nump) argument
1510 count = GetWords (argi, argc, argv, words, nump);
1526 GetRops (int argi, int argc, char **argv, int *ropsp, int *nump) argument
1557 GetPops(int argi,int argc,char ** argv,int * popsp,int * nump) argument
1608 GetFormats(int argi,int argc,char ** argv,int * formatsp,int * nump) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmiindex.c44 miBuildRenderColormap (ColormapPtr pColormap, Pixel *pixels, int *nump) argument
172 *nump = n;
/xsrc/external/mit/xorg-server/dist/render/
H A Dmiindex.c44 miBuildRenderColormap(ColormapPtr pColormap, Pixel * pixels, int *nump) argument
167 *nump = n;
/xsrc/external/mit/xfs/dist/difs/
H A Dcharinfo.c90 int *nump, /* return */
184 *nump = nchars;
85 getCharInfos(FontPtr pfont,int num_ranges,fsRange * range,Bool ink_metrics,int * nump,CharInfoPtr ** retp) argument
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c1791 *nump, local in function:SetDefaultFontPath
1822 nump = cp = newpath = malloc(len);
1831 *nump = (unsigned char) size;
1832 nump = cp++;
1841 *nump = (unsigned char) size;
H A Dcolormap.c1225 int npix, count, *nump = NULL; local in function:FindColor
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/
H A Ddixfonts.c1701 unsigned char *cp, *pp, *nump, *newpath; local in function:SetDefaultFontPath
1728 nump = cp = newpath = malloc(len);
1737 *nump = (unsigned char) size;
1738 nump = cp++;
1748 *nump = (unsigned char) size;
H A Dcolormap.c766 int npix, count, *nump = NULL; local in function:FindColor
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/
H A Dttinterp.c7118 FT_ULong nump, k; local in function:Ins_DELTAP
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 in function:Ins_DELTAC
7293 nump = (FT_ULong)args[0];
7295 for ( k = 1; k <= nump; k++ )

Completed in 27 milliseconds