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

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/sets/
H A Ds.c93 # define LOCAL_SIZE 20 macro
94 int localFlags[LOCAL_SIZE], *flagPtr;
95 int localLen [LOCAL_SIZE], *lenPtr;
111 if (numElems <= LOCAL_SIZE) {
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclListObj.c1866 # define LOCAL_SIZE 20
1867 int localFlags[LOCAL_SIZE], *flagPtr;
1884 if (numElems <= LOCAL_SIZE) {
1846 # define LOCAL_SIZE macro
H A DtclUtil.c978 # define LOCAL_SIZE 20
979 int localFlags[LOCAL_SIZE], *flagPtr;
989 if (argc <= LOCAL_SIZE) {
969 # define LOCAL_SIZE macro
H A DtclDictObj.c469 #define LOCAL_SIZE 20
470 int localFlags[LOCAL_SIZE], *flagPtr;
488 if (numElems <= LOCAL_SIZE) {
463 #define LOCAL_SIZE macro
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclListObj.c1615 # define LOCAL_SIZE 20
1616 int localFlags[LOCAL_SIZE], *flagPtr;
1632 if (numElems <= LOCAL_SIZE) {
1599 # define LOCAL_SIZE macro
H A DtclUtil.c871 # define LOCAL_SIZE 20
872 int localFlags[LOCAL_SIZE], *flagPtr;
882 if (argc <= LOCAL_SIZE) {
863 # define LOCAL_SIZE macro

Completed in 272 milliseconds