Lines Matching refs:nn
199 int nn = 0;202 for ( --width; width >= 0; width--, nn++ ) {203 to[nn] = hexchars[(value >> (width*4)) & 15];