Searched refs:nest (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dnested.c320 new_val = AGALOC(sz, "empty nest");
763 res_val = AGALOC(sizeof(*res_val) + nm_len + 1, "nest args");
770 tArgList * arg_list = AGALOC(sizeof(*arg_list), "nest arg l");
/freebsd-9.3-release/contrib/less/
H A Dbrac.c34 register int nest; local
83 nest = 0;
87 nest++;
88 else if (c == cbrac && --nest < 0)
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dstabs.c299 int nest;
307 nest = 0;
322 if (nest == 0)
324 --nest;
327 ++nest;
328 else if (nest == 0)
413 nest = 0;
424 if (nest == 0)
430 --nest;
433 ++nest;
297 int nest; local
[all...]
H A Daoutx.h5051 int nest;
5056 nest = 0;
5064 if (nest == 0)
5066 --nest;
5069 ++nest;
5070 else if (nest == 0)
5122 nest = 0;
5132 if (nest == 0)
5137 --nest;
5140 ++nest;
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsrconv.c583 struct coff_scope *scope, int type, int nest)
601 nest,
612 dps.nesting = nest;
636 struct coff_type *type, int nest)
709 walk_tree_type_1 (sfile, symbol, type->u.pointer.points_to, nest + 1);
725 walk_tree_type_1 (sfile, symbol, type->u.function.function_returns, nest + 1);
732 walk_tree_symbol (sfile, 0, param, nest);
760 walk_tree_symbol (sfile, 0, member, nest + 1);
816 walk_tree_type_1 (sfile, symbol, type->u.array.array_of, nest + 1);
843 walk_tree_symbol (sfile, 0, member, nest
581 wr_dps_start(struct coff_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct coff_scope *scope, int type, int nest) argument
635 walk_tree_type_1(struct coff_sfile *sfile, struct coff_symbol *symbol, struct coff_type *type, int nest) argument
908 walk_tree_type(struct coff_sfile *sfile, struct coff_symbol *symbol, struct coff_type *type, int nest) argument
955 walk_tree_symbol(struct coff_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct coff_symbol *symbol, int nest) argument
1169 walk_tree_scope(struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, int nest, int type) argument
[all...]
H A Dstabs.c1266 int nest = 0; local
1271 ++nest;
1273 --nest;
1274 else if (*q2 == ':' && nest == 0)
/freebsd-9.3-release/contrib/gcc/
H A Dlambda-code.c46 /* This loop nest code generation is based on non-singular matrix
78 nest . U = auxiliary space) , which has two important properties:
325 /* Create a new loop nest structure with DEPTH loops, and INVARIANTS as the
345 print_lambda_loopnest (FILE * outfile, lambda_loopnest nest, char start) argument
348 for (i = 0; i < LN_DEPTH (nest); i++)
351 print_lambda_loop (outfile, LN_LOOPS (nest)[i], LN_DEPTH (nest),
352 LN_INVARIANTS (nest), 'i');
381 lambda_lattice_compute_base (lambda_loopnest nest) argument
391 depth = LN_DEPTH (nest);
629 lambda_compute_auxillary_space(lambda_loopnest nest, lambda_trans_matrix trans) argument
1025 lambda_loopnest_transform(lambda_loopnest nest, lambda_trans_matrix trans) argument
1172 depth_of_nest(struct loop *nest) argument
[all...]
H A Dipa-inline.c341 once in the single recursion nest path in the inline graph. */
399 int nest = MIN (edge->loop_nest, 8); local
404 badness >>= nest; local
406 badness <<= nest; local
H A Dcgraph.c378 tree call_stmt, gcov_type count, int nest)
416 edge->loop_nest = nest;
377 cgraph_create_edge(struct cgraph_node *caller, struct cgraph_node *callee, tree call_stmt, gcov_type count, int nest) argument
/freebsd-9.3-release/usr.bin/unifdef/
H A Dunifdef.c225 static void nest(void);
441 static void Fdrop (void) { nest(); Dfalse(); }
442 static void Fpass (void) { nest(); Pelif(); }
443 static void Ftrue (void) { nest(); Strue(); }
444 static void Ffalse(void) { nest(); Sfalse(); }
528 nest(void) function
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c74 int nest, reg_errcode_t *err);
77 int nest, reg_errcode_t *err);
80 int nest, reg_errcode_t *err);
83 int nest, reg_errcode_t *err);
2168 parse_reg_exp (regexp, preg, token, syntax, nest, err)
2173 int nest;
2178 tree = parse_branch (regexp, preg, token, syntax, nest, err);
2186 && (nest == 0 || token->type != OP_CLOSE_SUBEXP))
2188 branch = parse_branch (regexp, preg, token, syntax, nest, err);
2214 parse_branch (regexp, preg, token, syntax, nest, er
[all...]
/freebsd-9.3-release/sys/netipsec/
H A Dipsec_input.c564 int error, nest; local
744 nest = 0;
747 if (V_ip6_hdrnestlimit && (++nest > V_ip6_hdrnestlimit)) {
/freebsd-9.3-release/contrib/bmake/
H A Dvar.c3128 int nest; local
3132 nest = 1;
3140 *cp != '\0' && !(*cp == ':' && nest == 1);
3156 ++nest;
3158 --nest;
3159 if (nest == 0)
/freebsd-9.3-release/sys/netinet6/
H A Dip6_input.c415 int off = sizeof(struct ip6_hdr), nest; local
995 nest = 0;
998 if (V_ip6_hdrnestlimit && (++nest > V_ip6_hdrnestlimit)) {
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp576 KEYWORD(nest);
/freebsd-9.3-release/etc/
H A Dservices850 nest-protocol 489/tcp
851 nest-protocol 489/udp

Completed in 294 milliseconds