Searched refs:nLabelSeqLen (Results 1 – 1 of 1) sorted by relevance
1125 sal_Int32 nLabelSeqLen = -1; // used to see if labels are always used or not and have in detectArguments() local1152 if (nLabelSeqLen == -1) // set initial value to compare with below further on in detectArguments()1153 nLabelSeqLen = nCurLabelSeqLen; in detectArguments()1154 if (nLabelSeqLen != nCurLabelSeqLen) in detectArguments()1155 nLabelSeqLen = -2; // failed / no consistent use of label cells in detectArguments()1415 DBG_ASSERT(nLabelSeqLen >= 0 || nLabelSeqLen == -2 /*not used*/, in detectArguments()1418 if (nLabelSeqLen > 0) // == 0 means no label sequence in use in detectArguments()
Completed in 258 milliseconds