Home | History | Annotate | Download | only in android

Lines Matching refs:nn

371         int  nn;
373 for (nn = 0; ; nn++ ) {
374 const char* skin_name = skin_aliases[nn].name;
375 const char* skin_alias = skin_aliases[nn].alias;
615 int nn;
618 for (nn = 0; searchPaths[nn] != NULL; nn++) {
619 p = bufprint(app, end, "%s", searchPaths[nn]);
1012 int nn, found;
1021 for (nn = 0; nn < MAX_CORE_PROCS; nn++) {
1022 int port = CORE_BASE_PORT + nn*2;
1024 coreconsole_init(&cores[nn], &address, looper);
1030 for (nn = 0; nn < MAX_CORE_PROCS; nn++) {
1031 int port = CORE_BASE_PORT + nn*2;
1032 if (cores[nn].ok) {
1039 coreconsole_done(&cores[nn]);