Lines Matching refs:nn
175 int nn;
177 for (nn = 0; nn < global->num_redirs; nn++)
179 Redir redir = &global->redirs[nn];
184 memmove( redir, redir + 1, ((global->num_redirs - nn)-1)*sizeof(*redir) );
358 int nn;
369 for (nn = 0; commands[nn].names != NULL; nn++)
371 const char* name = commands[nn].names;
387 return &commands[nn];
562 int nn;
567 for (nn = 0; nn < count; nn++) {
568 int c = buf[nn];
570 temp[nn] = '!';
572 temp[nn] = '.';
574 temp[nn] = (char)c;
576 temp[nn] = 0;
582 for (nn = 0; nn < size; nn++) {
583 control_client_read_byte( client, buf[nn] );
844 int nn;
845 for (nn = 0; nn < global->num_redirs; nn++) {
846 Redir redir = &global->redirs[nn];
900 int nn;
902 for (nn = 0; nn < global->num_redirs; nn++) {
903 Redir redir = &global->redirs[nn];
1066 int nn;
1072 for (nn = 0; ; nn++) {
1073 const char* name = _cdma_subscription_sources[nn].name;
1074 ACdmaSubscriptionSource ssource = _cdma_subscription_sources[nn].source;
1131 int nn;
1132 for (nn = 0; _gsm_states[nn].name != NULL; nn++) {
1133 if (state == _gsm_states[nn].state)
1134 return _gsm_states[nn].name;
1163 int nn;
1167 for (nn = 0; ; nn++) {
1168 const char* name = _gsm_states[nn].name;
1169 const char* display = _gsm_states[nn].display;
1183 int nn;
1190 for (nn = 0; ; nn++) {
1191 const char* name = _gsm_states[nn].name;
1192 ARegistrationState state = _gsm_states[nn].state;
1215 int nn;
1219 for (nn = 0; ; nn++) {
1220 const char* name = _gsm_states[nn].name;
1221 const char* display = _gsm_states[nn].display;
1235 int nn;
1242 for (nn = 0; ; nn++) {
1243 const char* name = _gsm_states[nn].name;
1244 ARegistrationState state = _gsm_states[nn].state;
1266 int nn;
1268 for (nn = 0; args[nn] != 0; nn++) {
1269 int c = args[nn];
1274 if (nn == 0)
1343 int nn;
1344 for (nn = 0; nn < count; nn++) {
1345 ACall call = amodem_get_call( android_modem, nn );
1582 int nn;
1608 " \\xNN where NN are two hexadecimal numbers\r\n"
1628 for (nn = 0; pdus[nn] != NULL; nn++)
1629 amodem_receive_sms( android_modem, pdus[nn] );
1899 int nn;
1902 for (nn = 0; nn < count; nn++) {
1906 int count2 = android_event_get_code_count( nn );;
1908 p = android_event_bufprint_type_str( p, end, nn );
1923 int nn, type, dummy;
1941 for (nn = 0; nn < count; nn++) {
1943 android_event_bufprint_code_str( p, end, type, nn );
2006 " \\xNN where NN are two hexadecimal numbers\r\n"