Searched refs:callNestingDepths (Results 1 – 2 of 2) sorted by relevance
927 static const int callNestingDepths[] = { 4, 8, 32 }; in init() local929 for (int nestDepthNdx = 0; nestDepthNdx < DE_LENGTH_OF_ARRAY(callNestingDepths); nestDepthNdx++) in init()931 const int nestingDepth = callNestingDepths[nestDepthNdx]; in init()
938 static const int callNestingDepths[] = { 4, 8, 32 }; in init() local940 for (int nestDepthNdx = 0; nestDepthNdx < DE_LENGTH_OF_ARRAY(callNestingDepths); nestDepthNdx++) in init()942 const int nestingDepth = callNestingDepths[nestDepthNdx]; in init()