| /src/external/bsd/less/dist/ |
| brac.c | 31 int nest; local 78 nest = 0; 83 if (nest == INT_MAX) 85 nest++; 87 else if (c == cbrac && --nest < 0)
|
| /src/bin/ksh/ |
| tree.c | 543 int nest = 0; local 562 nest++; 568 if (c == CSUBST && nest == 0) 570 nest--; 574 nest++; 579 if (c == wp[-1] && nest == 0) 582 nest--;
|
| misc.c | 574 int nest = 0, bnest = 0; local 604 nest++; 612 } else if (nest) 613 nest--; 618 return saw_glob && !in_bracket && !nest; 819 int nest = 0; local 824 if ((*++p == /*(*/ ')' && nest-- == 0) 825 || (*p == '|' && match_sep && nest == 0)) 828 nest++;
|
| /src/sys/netipsec/ |
| ipsec_input.c | 515 int error, nest; local 554 nest = 0; 557 if (ip6_hdrnestlimit && (++nest > ip6_hdrnestlimit)) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genhooks.cc | 271 int print_nest, nest = 0; local 286 if (nest && nest == print_nest) 288 nest++; 289 if (nest > MAX_NEST) 291 if (nest == print_nest) 296 if (nest == print_nest) 298 nest--; 308 if (nest == print_nest)
|
| sese.cc | 223 class loop *nest; local 225 nest = bb->loop_father; 226 while (loop_outer (nest) 227 && loop_in_sese_p (loop_outer (nest), region)) 228 nest = loop_outer (nest); 230 return nest; 241 loop_p nest = outermost_loop_in_sese_1 (region, bb); local 243 if (loop_in_sese_p (nest, region)) 244 return nest; [all...] |
| graphite-scop-detection.cc | 524 for (loop_p nest = sese.entry->dest->loop_father; nest; nest = nest->next) 526 if (!loop_in_sese_p (nest, sese)) 529 for (auto loop : loops_list (cfun, LI_INCLUDE_ROOT, nest)) 1052 edge nest = scop.entry; local 1058 if (! graphite_find_data_references_in_stmt (nest, loop, stmt, &drs)) 1436 edge nest = region.entry; local 1448 graphite_find_data_references_in_stmt (nest, loop, stmt, &drs) 1550 struct loop *nest local [all...] |
| ipa-inline.cc | 1445 loop nest and overall size growth, so we optimize for overall number 1449 int nest = MIN (ipa_call_summaries->get (edge)->loop_depth, 8); local 1454 badness = badness >> nest; 1456 badness = badness << nest; 1458 fprintf (dump_file, " %f: no profile. nest %i\n", 1459 badness.to_double (), nest);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genhooks.cc | 269 int print_nest, nest = 0; local 284 if (nest && nest == print_nest) 286 nest++; 287 if (nest > MAX_NEST) 289 if (nest == print_nest) 294 if (nest == print_nest) 296 nest--; 306 if (nest == print_nest)
|
| sese.cc | 223 class loop *nest; local 225 nest = bb->loop_father; 226 while (loop_outer (nest) 227 && loop_in_sese_p (loop_outer (nest), region)) 228 nest = loop_outer (nest); 230 return nest; 241 loop_p nest = outermost_loop_in_sese_1 (region, bb); local 243 if (loop_in_sese_p (nest, region)) 244 return nest; [all...] |
| graphite-scop-detection.cc | 934 edge nest = scop.entry; local 940 if (! graphite_find_data_references_in_stmt (nest, loop, stmt, &drs)) 1300 edge nest = region.entry; local 1312 graphite_find_data_references_in_stmt (nest, loop, stmt, &drs); 1414 struct loop *nest local 1420 if (dr_may_alias_p (dr1->dr, dr2->dr, nest))
|
| /src/sys/arch/hpc/hpc/platid_gen/ |
| platid_gen.c | 86 int nest; variable 178 nest = -1; 181 genctx[MODE_CPU][nest].alt = NULL; 182 genctx[MODE_MACHINE][nest].alt = NULL; 229 nest++; 230 if (MAXNEST <= nest) { 231 fprintf(stderr, "too much nest\n"); 234 genctx[mode][nest].num = 0; 235 genctx[mode][nest].alt = NULL; 236 genctx[mode][nest].node_name[0] = NULL [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| stabs.c | 328 int nest; local 336 nest = 0; 351 if (nest == 0) 353 --nest; 356 ++nest; 357 else if (nest == 0) 444 nest = 0; 455 if (nest == 0) 461 --nest; 464 ++nest; [all...] |
| aoutx.h | 5124 int nest; 5129 nest = 0; 5137 if (nest == 0) 5139 --nest; 5142 ++nest; 5143 else if (nest == 0) 5196 nest = 0; 5206 if (nest == 0) 5211 --nest; 5214 ++nest; 5115 int nest; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| stabs.c | 328 int nest; local 336 nest = 0; 351 if (nest == 0) 353 --nest; 356 ++nest; 357 else if (nest == 0) 444 nest = 0; 455 if (nest == 0) 461 --nest; 464 ++nest; [all...] |
| aoutx.h | 5124 int nest; 5129 nest = 0; 5137 if (nest == 0) 5139 --nest; 5142 ++nest; 5143 else if (nest == 0) 5196 nest = 0; 5206 if (nest == 0) 5211 --nest; 5214 ++nest; 5115 int nest; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| stabs.c | 328 int nest; local 336 nest = 0; 351 if (nest == 0) 353 --nest; 356 ++nest; 357 else if (nest == 0) 444 nest = 0; 455 if (nest == 0) 461 --nest; 464 ++nest; [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| stabs.c | 328 int nest; local 336 nest = 0; 351 if (nest == 0) 353 --nest; 356 ++nest; 357 else if (nest == 0) 444 nest = 0; 455 if (nest == 0) 461 --nest; 464 ++nest; [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| macro.c | 282 int nest = 0; local 290 if (nest == 0) 295 nest--; 298 nest++;
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| macro.c | 291 int nest = 0; local 294 && (in->ptr[idx] != '>' || nest)) 304 nest--; 306 nest++;
|
| /src/sys/netinet6/ |
| ip6_input.c | 253 int hit, off = sizeof(struct ip6_hdr), nest; local 702 nest = 0; 713 if (ip6_hdrnestlimit && (++nest > ip6_hdrnestlimit)) {
|
| /src/usr.bin/unifdef/ |
| unifdef.c | 254 static void nest(void); 434 static void Fdrop (void) { nest(); Dfalse(); } 435 static void Fpass (void) { nest(); Pelif(); } 436 static void Ftrue (void) { nest(); Strue(); } 437 static void Ffalse(void) { nest(); Sfalse(); } 535 nest(void) function
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_macsec_linux.c | 127 struct nlattr *nest = nla_nest_start(msg, MACSEC_ATTR_RXSC_CONFIG); local 129 if (!nest) 134 nla_nest_end(msg, nest); 761 struct nlattr *nest; local 775 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG); 776 if (!nest) 782 nla_nest_end(msg, nest); 828 struct nlattr *nest; local 837 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG); 838 if (!nest) 954 struct nlattr *nest; local 1013 struct nlattr *nest; local 1052 struct nlattr *nest; local 1281 struct nlattr *nest; local 1336 struct nlattr *nest; local 1372 struct nlattr *nest; local [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| stabs.c | 1340 int nest = 0; local 1345 ++nest; 1347 --nest; 1348 else if (*q2 == ':' && nest == 0)
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| stabs.c | 1340 int nest = 0; local 1345 ++nest; 1347 --nest; 1348 else if (*q2 == ':' && nest == 0)
|