Searched refs:totalLiteralBytes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclExecute.c6196 double totalLiteralBytes, currentLiteralBytes;
6214 totalLiteralBytes = sizeof(LiteralTable)
6219 totalCodeBytes = statsPtr->totalByteCodeBytes + totalLiteralBytes;
6265 totalLiteralBytes);
6174 double totalLiteralBytes, currentLiteralBytes; local
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c8131 double totalLiteralBytes, currentLiteralBytes;
8151 totalLiteralBytes = sizeof(LiteralTable)
8156 totalCodeBytes = statsPtr->totalByteCodeBytes + totalLiteralBytes;
8202 totalLiteralBytes);
8110 double totalLiteralBytes, currentLiteralBytes; local

Completed in 105 milliseconds