Home | History | Annotate | Download | only in android

Lines Matching refs:nn

78     int  nn;
80 for (nn = 0; _codes[nn].type >= 0; nn++) {
81 if (_codes[nn].type == type)
82 return _codes[nn].table;
90 int nn;
95 for (nn = 0; list[nn].name != NULL; nn++) {
98 return nn;