Searched refs:TclLog2 (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclLiteral.c366 iPtr->stats.literalCount[TclLog2(length)]++;
H A DtclCompile.c753 log2 = TclLog2(lifetimeMicroSec);
4075 statsPtr->srcCount[TclLog2(codePtr->numSrcBytes)]++;
4076 statsPtr->byteCodeCount[TclLog2((int)(codePtr->structureSize))]++;
H A DtclCompile.h935 MODULE_SCOPE int TclLog2(int value);
H A DtclExecute.c8072 * TclLog2 --
8088 TclLog2(
8068 TclLog2( function
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclLiteral.c336 iPtr->stats.literalCount[TclLog2(length)]++;
H A DtclCompile.c655 log2 = TclLog2(lifetimeMicroSec);
4059 statsPtr->srcCount[TclLog2(codePtr->numSrcBytes)]++;
4060 statsPtr->byteCodeCount[TclLog2((int)(codePtr->structureSize))]++;
H A DtclCompile.h861 EXTERN int TclLog2 _ANSI_ARGS_((int value));
H A DtclExecute.c6137 * TclLog2 --
6153 TclLog2(value)
6132 TclLog2(value) function

Completed in 250 milliseconds