/netbsd-src/sys/arch/hpc/hpc/platid_gen/ |
H A D | platid_gen.c | 86 int nest; variable 178 nest = -1; in main() 181 genctx[MODE_CPU][nest].alt = NULL; in main() 182 genctx[MODE_MACHINE][nest].alt = NULL; in main() 229 nest++; in enter() 230 if (MAXNEST <= nest) { in enter() 234 genctx[mode][nest].num = 0; in enter() 235 genctx[mode][nest].alt = NULL; in enter() 236 genctx[mode][nest].node_name[0] = NULL; in enter() 237 genctx[mode][nest].node_name[1] = NULL; in enter() [all …]
|
/netbsd-src/sys/arch/hpc/hpc/ |
H A D | 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 …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sese.c | 223 class loop *nest; in outermost_loop_in_sese_1() local 225 nest = bb->loop_father; in outermost_loop_in_sese_1() 226 while (loop_outer (nest) in outermost_loop_in_sese_1() 227 && loop_in_sese_p (loop_outer (nest), region)) in outermost_loop_in_sese_1() 228 nest = loop_outer (nest); in outermost_loop_in_sese_1() 230 return nest; in outermost_loop_in_sese_1() 241 loop_p nest = outermost_loop_in_sese_1 (region, bb); in outermost_loop_in_sese() local 243 if (loop_in_sese_p (nest, region)) in outermost_loop_in_sese() 244 return nest; in outermost_loop_in_sese() 248 nest = nest->inner; in outermost_loop_in_sese() [all …]
|
H A D | genhooks.c | 296 int print_nest, nest = 0; in emit_init_macros() local 311 if (nest && nest == print_nest) in emit_init_macros() 313 nest++; in emit_init_macros() 314 if (nest > MAX_NEST) in emit_init_macros() 316 if (nest == print_nest) in emit_init_macros() 321 if (nest == print_nest) in emit_init_macros() 323 nest--; in emit_init_macros() 333 if (nest == print_nest) in emit_init_macros()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sese.cc | 223 class loop *nest; in outermost_loop_in_sese_1() local 225 nest = bb->loop_father; in outermost_loop_in_sese_1() 226 while (loop_outer (nest) in outermost_loop_in_sese_1() 227 && loop_in_sese_p (loop_outer (nest), region)) in outermost_loop_in_sese_1() 228 nest = loop_outer (nest); in outermost_loop_in_sese_1() 230 return nest; in outermost_loop_in_sese_1() 241 loop_p nest = outermost_loop_in_sese_1 (region, bb); in outermost_loop_in_sese() local 243 if (loop_in_sese_p (nest, region)) in outermost_loop_in_sese() 244 return nest; in outermost_loop_in_sese() 248 nest = nest->inner; in outermost_loop_in_sese() [all …]
|
H A D | genhooks.cc | 269 int print_nest, nest = 0; in emit_init_macros() local 284 if (nest && nest == print_nest) in emit_init_macros() 286 nest++; in emit_init_macros() 287 if (nest > MAX_NEST) in emit_init_macros() 289 if (nest == print_nest) in emit_init_macros() 294 if (nest == print_nest) in emit_init_macros() 296 nest--; in emit_init_macros() 306 if (nest == print_nest) in emit_init_macros()
|
/netbsd-src/external/bsd/less/dist/ |
H A D | brac.c | 31 int nest; in match_brac() local 78 nest = 0; in match_brac() 83 if (nest == INT_MAX) in match_brac() 85 nest++; in match_brac() 87 else if (c == cbrac && --nest < 0) in match_brac()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | stabs.c | 328 int nest; in _bfd_link_section_stabs() local 336 nest = 0; in _bfd_link_section_stabs() 351 if (nest == 0) in _bfd_link_section_stabs() 353 --nest; in _bfd_link_section_stabs() 356 ++nest; in _bfd_link_section_stabs() 357 else if (nest == 0) in _bfd_link_section_stabs() 444 nest = 0; in _bfd_link_section_stabs() 455 if (nest == 0) in _bfd_link_section_stabs() 461 --nest; in _bfd_link_section_stabs() 464 ++nest; in _bfd_link_section_stabs() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | stabs.c | 299 int nest; in _bfd_link_section_stabs() local 307 nest = 0; in _bfd_link_section_stabs() 322 if (nest == 0) in _bfd_link_section_stabs() 324 --nest; in _bfd_link_section_stabs() 327 ++nest; in _bfd_link_section_stabs() 328 else if (nest == 0) in _bfd_link_section_stabs() 415 nest = 0; in _bfd_link_section_stabs() 426 if (nest == 0) in _bfd_link_section_stabs() 432 --nest; in _bfd_link_section_stabs() 435 ++nest; in _bfd_link_section_stabs() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | srconv.c | 550 struct coff_scope *scope, int type, int nest) in wr_dps_start() argument 568 nest, in wr_dps_start() 579 dps.nesting = nest; in wr_dps_start() 603 struct coff_type *type, int nest) in walk_tree_type_1() argument 676 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1); in walk_tree_type_1() 692 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1); in walk_tree_type_1() 699 walk_tree_symbol (sfile, 0, param, nest); in walk_tree_type_1() 727 walk_tree_symbol (sfile, 0, member, nest + 1); in walk_tree_type_1() 783 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1); in walk_tree_type_1() 810 walk_tree_symbol (sfile, 0, member, nest + 1); in walk_tree_type_1() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | srconv.c | 550 struct coff_scope *scope, int type, int nest) in wr_dps_start() argument 568 nest, in wr_dps_start() 579 dps.nesting = nest; in wr_dps_start() 603 struct coff_type *type, int nest) in walk_tree_type_1() argument 676 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1); in walk_tree_type_1() 692 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1); in walk_tree_type_1() 699 walk_tree_symbol (sfile, 0, param, nest); in walk_tree_type_1() 727 walk_tree_symbol (sfile, 0, member, nest + 1); in walk_tree_type_1() 783 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1); in walk_tree_type_1() 810 walk_tree_symbol (sfile, 0, member, nest + 1); in walk_tree_type_1() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | cond.c | 554 cond_finish_check (int nest) in cond_finish_check() argument 556 if (current_cframe != NULL && current_cframe->macro_nest >= nest) in cond_finish_check() 558 if (nest >= 0) in cond_finish_check() 570 cond_exit_macro (nest); in cond_finish_check() 579 cond_exit_macro (int nest) in cond_exit_macro() argument 581 while (current_cframe != NULL && current_cframe->macro_nest >= nest) in cond_exit_macro()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | cond.c | 554 cond_finish_check (int nest) in cond_finish_check() argument 556 if (current_cframe != NULL && current_cframe->macro_nest >= nest) in cond_finish_check() 558 if (nest >= 0) in cond_finish_check() 570 cond_exit_macro (nest); in cond_finish_check() 579 cond_exit_macro (int nest) in cond_exit_macro() argument 581 while (current_cframe != NULL && current_cframe->macro_nest >= nest) in cond_exit_macro()
|
/netbsd-src/bin/ksh/ |
H A D | 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--;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | lexer.c | 575 { int nest; in scan() local 579 nest = 1; in scan() 589 nest++; in scan() 598 if (--nest == 0) in scan() 1242 unsigned nest = 1; in delimitedStringConstant() local 1297 nest = 1; in delimitedStringConstant() 1321 nest = 0; in delimitedStringConstant() 1325 nest = 0; in delimitedStringConstant() 1337 if (nest == 1) in delimitedStringConstant() 1393 unsigned nest = 1; in tokenStringConstant() local [all …]
|
H A D | dmacro.c | 228 static int nest; in expand() local 229 if (nest > global.recursionLimit) in expand() 235 nest++; in expand() 457 nest--; in expand()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dmacro.d | 54 __gshared int nest; in expand() local 55 if (nest > global.recursionLimit) in expand() 61 nest++; in expand() 256 nest--; in expand()
|
H A D | lexer.d | 692 int nest; in scan() local 695 nest = 1; in scan() 706 nest++; in scan() 714 if (--nest == 0) in scan() 1426 uint nest = 1; in delimitedStringConstant() local 1480 nest = 1; in delimitedStringConstant() 1507 nest = 0; in delimitedStringConstant() 1512 nest = 0; in delimitedStringConstant() 1525 if (nest == 1) in delimitedStringConstant() 1585 uint nest = 1; in tokenStringConstant() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/ |
H A D | headerutils.py | 104 nest = -1 107 nest = 0 118 nest += 1 120 nest -= 1 125 if nest > 0:
|
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/ |
H A D | headerutils.py | 104 nest = -1 107 nest = 0 118 nest += 1 120 nest -= 1 125 if nest > 0:
|
/netbsd-src/usr.bin/unifdef/ |
H A D | unifdef.c | 254 static void nest(void); 434 static void Fdrop (void) { nest(); Dfalse(); } in Fdrop() 435 static void Fpass (void) { nest(); Pelif(); } in Fpass() 436 static void Ftrue (void) { nest(); Strue(); } in Ftrue() 437 static void Ffalse(void) { nest(); Sfalse(); } in Ffalse() 535 nest(void) in nest() function
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | header_body_checks_replace.ref | 15 header_body_checks: test-queueID: replace: header subject: nested subject: header: nest 16 8 NEST 0 |header: nest
|
H A D | header_body_checks_prepend.ref | 21 header_body_checks: test-queueID: prepend: header subject: nested subject: header: nest 22 header: nest
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kCallingConv.td | 76 /// The 'nest' parameter, if any, is passed in A1. 91 /// The 'nest' parameter, if any, is passed in A1.
|
/netbsd-src/sys/netipsec/ |
H A D | ipsec_input.c | 515 int error, nest; in ipsec6_common_input_cb() local 554 nest = 0; in ipsec6_common_input_cb() 557 if (ip6_hdrnestlimit && (++nest > ip6_hdrnestlimit)) { in ipsec6_common_input_cb()
|