Searched refs:INITIAL_SIZE (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclPreserve.c42 #define INITIAL_SIZE 2 macro
150 (INITIAL_SIZE*sizeof(Reference)));
151 spaceAvl = INITIAL_SIZE;
/macosx-10.10.1/groff-38/groff/src/include/
H A Dptable.h61 enum { FULL_NUM = 2, FULL_DEN = 3, INITIAL_SIZE = 17 }; \
84 v = new PASSOC(T)[size = INITIAL_SIZE]; \
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclPreserve.c48 #define INITIAL_SIZE 2 /* Initial number of reference slots to make */ macro
150 spaceAvl = spaceAvl ? 2*spaceAvl : INITIAL_SIZE;
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c89 #define INITIAL_SIZE 100 macro
389 rs->nodes = (domNode**)MALLOC(INITIAL_SIZE * sizeof(domNode*));
390 rs->allocated = INITIAL_SIZE;
441 rs->nodes = (domNode**)MALLOC(INITIAL_SIZE * sizeof(domNode*));
442 rs->allocated = INITIAL_SIZE;
686 tokens = (XPathTokens)MALLOC(INITIAL_SIZE * sizeof(XPathToken));
691 allocated = INITIAL_SIZE;
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkOption.c128 #define INITIAL_SIZE 5 macro
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkOption.c134 #define INITIAL_SIZE 5 macro

Completed in 110 milliseconds