Searched refs:nnodes (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libXmu/dist/include/X11/Xmu/ |
| H A D | WidgetNode.h | 68 int nnodes 88 int nnodes,
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | WidgetNode.c | 143 XmuWnInitializeNodes(XmuWidgetNode *nodearray, int nnodes) argument 152 for (i = nnodes - 1, wn = nodearray + (nnodes - 1); i >= 0; i--, wn--) { 186 for (j = 0, swn = nodearray; j < nnodes; j++, swn++) { 292 XmuWnNameToNode(XmuWidgetNode *nodelist, int nnodes, _Xconst char *name) argument 299 for (i = 0, wn = nodelist; i < nnodes; i++, wn++) {
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcmatch.c | 1219 int nnodes; local in function:FcFontSetSort 1247 nnodes = 0; 1253 nnodes += s->nfont; 1255 if (!nnodes) 1264 nodes = malloc (nnodes * sizeof (FcSortNode) + 1265 nnodes * sizeof (FcSortNode *) + 1269 nodeps = (FcSortNode **) (nodes + nnodes); 1270 patternLangSat = (FcBool *) (nodeps + nnodes); 1308 nnodes = new - nodes; 1310 qsort (nodeps, nnodes, sizeo [all...] |
Completed in 5 milliseconds