Searched refs:targetCharNdx (Results 1 – 2 of 2) sorted by relevance
70 const int targetCharNdx = numBits - (wordNdx*32+bit) - 1; in sampleMaskToString() local73 if (targetCharNdx < 0) in sampleMaskToString()77 result[targetCharNdx] = '1'; in sampleMaskToString()
67 const int targetCharNdx = numBits - (wordNdx*32+bit) - 1; in sampleMaskToString() local70 if (targetCharNdx < 0) in sampleMaskToString()74 result[targetCharNdx] = '1'; in sampleMaskToString()