| /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/bsd/ntp/dist/sntp/libopts/ |
| nested.c | 280 new_val = AGALOC(sz, "empty nest"); 723 res_val = AGALOC(sizeof(*res_val) + nm_len + 1, "nest args"); 730 tArgList * arg_list = AGALOC(sizeof(*arg_list), "nest arg l");
|
| /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/sys/arch/hpc/hpc/ |
| platid.awk | 70 mode_name[mode], nm, saved_name, shifts[mode, nest]) > out_h 71 if (nest) { 73 for (i = 0; i < nest; i++) { 130 nest = 0 189 if (nest != 0) { 233 nms[nest] = nm 234 enums[nest] = enumerator[mode] 235 names[nest] = saved_name 236 cpus[nest] = saved_cpu 238 if (nest == 2) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| 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...] |
| 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)
|
| 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...] |
| tree-ssa-loop-prefetch.cc | 558 only when the step is loop invariant in the entire loop nest. */ 1443 nest. */ 1471 of the loops in the nest (length of VEC and LOOP_SIZES vectors). */ 1494 of the considered loop nest, and, LOOP is its innermost loop. */ 1527 loops. LOOP is the innermost loop of the current loop nest. */ 1597 in the loop nest of LOOP. NO_OTHER_REFS is true if there are no other 1604 class loop *nest, *aloop; 1620 /* Find the outermost loop of the loop nest of loop (we require that 1621 there are no sibling loops inside the nest). */ 1622 nest = loop [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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...] |
| 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)
|
| 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/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/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.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/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/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/binutils/dist/binutils/ |
| srconv.c | 550 struct coff_scope *scope, int type, int nest) 568 nest, 579 dps.nesting = nest; 603 struct coff_type *type, int nest) 676 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1); 692 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1); 699 walk_tree_symbol (sfile, 0, param, nest); 727 walk_tree_symbol (sfile, 0, member, nest + 1); 783 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1); 810 walk_tree_symbol (sfile, 0, member, nest + 1) [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| srconv.c | 550 struct coff_scope *scope, int type, int nest) 568 nest, 579 dps.nesting = nest; 603 struct coff_type *type, int nest) 676 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1); 692 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1); 699 walk_tree_symbol (sfile, 0, param, nest); 727 walk_tree_symbol (sfile, 0, member, nest + 1); 783 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1); 810 walk_tree_symbol (sfile, 0, member, nest + 1) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dmacro.d | 54 __gshared int nest; 55 if (nest > global.recursionLimit) 61 nest++; 256 nest--; 318 * Nest parentheses.
|
| /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/external/gpl3/gcc/dist/contrib/header-tools/ |
| headerutils.py | 104 nest = -1 107 nest = 0 118 nest += 1 120 nest -= 1 125 if nest > 0:
|
| /src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
| headerutils.py | 104 nest = -1 107 nest = 0 118 nest += 1 120 nest -= 1 125 if nest > 0:
|
| /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/sys/netipsec/ |
| ipsec_input.c | 515 int error, nest; local 554 nest = 0; 557 if (ip6_hdrnestlimit && (++nest > ip6_hdrnestlimit)) {
|