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

/freebsd-11-stable/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-11-stable/contrib/less/
H A Dbrac.c34 int nest; local
83 nest = 0;
87 nest++;
88 else if (c == cbrac && --nest < 0)
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c117 struct nlattr *nest = nla_nest_start(msg, MACSEC_ATTR_RXSC_CONFIG); local
119 if (!nest)
124 nla_nest_end(msg, nest);
706 struct nlattr *nest; local
717 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
718 if (!nest)
724 nla_nest_end(msg, nest);
770 struct nlattr *nest; local
779 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG);
780 if (!nest)
896 struct nlattr *nest; local
955 struct nlattr *nest; local
994 struct nlattr *nest; local
1213 struct nlattr *nest; local
1268 struct nlattr *nest; local
1304 struct nlattr *nest; local
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h906 #define KMP_BIND_USER_LOCK_TEMPLATE(nest, kind, suffix) \
908 __kmp_acquire##nest##user_lock_with_checks_ = (int (*)( \
909 kmp_user_lock_p, kmp_int32))__kmp_acquire##nest##kind##_##suffix; \
910 __kmp_release##nest##user_lock_with_checks_ = (int (*)( \
911 kmp_user_lock_p, kmp_int32))__kmp_release##nest##kind##_##suffix; \
912 __kmp_test##nest##user_lock_with_checks_ = (int (*)( \
913 kmp_user_lock_p, kmp_int32))__kmp_test##nest##kind##_##suffix; \
914 __kmp_init##nest##user_lock_with_checks_ = \
915 (void (*)(kmp_user_lock_p))__kmp_init##nest##kind##_##suffix; \
916 __kmp_destroy##nest##user_lock_with_checks
[all...]
/freebsd-11-stable/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-11-stable/usr.bin/unifdef/
H A Dunifdef.c236 static void nest(void);
567 static void Fdrop (void) { nest(); Dfalse(); }
568 static void Fpass (void) { nest(); Pelif(); }
569 static void Ftrue (void) { nest(); Strue(); }
570 static void Ffalse(void) { nest(); Sfalse(); }
655 nest(void) function
/freebsd-11-stable/sys/netipsec/
H A Dipsec_input.c499 int error, nest; local
639 nest = 0;
642 if (V_ip6_hdrnestlimit && (++nest > V_ip6_hdrnestlimit)) {
/freebsd-11-stable/sys/netinet6/
H A Dip6_input.c494 int nest; local
505 nest = 0;
510 if (V_ip6_hdrnestlimit && (++nest > V_ip6_hdrnestlimit)) {
549 int off = sizeof(struct ip6_hdr), nest; local
939 nest = 0;
942 if (V_ip6_hdrnestlimit && (++nest > V_ip6_hdrnestlimit)) {
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c63 int nest, reg_errcode_t *err);
66 int nest, reg_errcode_t *err);
69 int nest, reg_errcode_t *err);
72 int nest, reg_errcode_t *err);
2148 reg_syntax_t syntax, int nest, reg_errcode_t *err)
2152 tree = parse_branch (regexp, preg, token, syntax, nest, err);
2160 && (nest == 0 || token->type != OP_CLOSE_SUBEXP))
2162 branch = parse_branch (regexp, preg, token, syntax, nest, err);
2189 reg_syntax_t syntax, int nest, reg_errcode_t *err)
2193 tree = parse_expression (regexp, preg, token, syntax, nest, er
2138 parse_reg_exp(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, int nest, reg_errcode_t *err) argument
2179 parse_branch(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, int nest, reg_errcode_t *err) argument
2224 parse_expression(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, int nest, reg_errcode_t *err) argument
2440 parse_sub_exp(re_string_t *regexp, regex_t *preg, re_token_t *token, reg_syntax_t syntax, int nest, reg_errcode_t *err) argument
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dvar.c3204 int nest; local
3208 nest = 1;
3216 *cp != '\0' && !(*cp == ':' && nest == 1);
3232 ++nest;
3234 --nest;
3235 if (nest == 0)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp651 KEYWORD(nest);

Completed in 237 milliseconds