/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | info.h | 53 # define whitespace(c) ((c == ' ') || (c == '\t')) argument 57 # define whitespace_or_newline(c) (whitespace (c) || (c == '\n')) argument 99 NODE **nodes; /* Array of nodes visited in this window. */ member
|
H A D | session.c | 722 #define alphabetic(c) (islower (c) || isupper (c) || isdigit (c)) argument 729 int end, c; variable 778 int c; variable 2609 char **nodes = xmalloc (len * sizeof (char *)); in split_list_of_nodenames() local 2651 char **nodes = split_list_of_nodenames (line); variable 4989 unsigned char c; in info_get_input_char() local
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | regex_internal.c | 694 int c = pstr->raw_mbs[pstr->raw_mbs_idx + offset - 1]; in re_string_reconstruct() local 832 int c; in re_string_context_at() local 1366 calc_state_hash (const re_node_set *nodes, unsigned int context) in calc_state_hash() 1386 re_acquire_state (reg_errcode_t *err, re_dfa_t *dfa, const re_node_set *nodes) in re_acquire_state() 1437 const re_node_set *nodes, unsigned int context) in re_acquire_state_context() 1521 create_ci_newstate (const re_dfa_t *dfa, const re_node_set *nodes, in create_ci_newstate() 1571 create_cd_newstate (const re_dfa_t *dfa, const re_node_set *nodes, in create_cd_newstate()
|
H A D | regex_internal.h | 327 unsigned char c; /* for CHARACTER */ member 567 #define IS_WORD_CONTEXT(c) ((c) & CONTEXT_WORD) argument 568 #define IS_NEWLINE_CONTEXT(c) ((c) & CONTEXT_NEWLINE) argument 569 #define IS_BEGBUF_CONTEXT(c) ((c) & CONTEXT_BEGBUF) argument 570 #define IS_ENDBUF_CONTEXT(c) ((c) & CONTEXT_ENDBUF) argument 571 #define IS_ORDINARY_CONTEXT(c) ((c) == 0) argument 593 re_node_set nodes; member 713 re_token_t *nodes; member
|
H A D | regexec.c | 2557 transit_state_bkref (re_match_context_t *mctx, const re_node_set *nodes) in transit_state_bkref() 2753 const re_node_set *nodes; in get_subexp() local 2845 find_subexp_node (const re_dfa_t *dfa, const re_node_set *nodes, in find_subexp_node() 3731 unsigned char c = re_string_byte_at (input, str_idx), d; in check_node_accept_bytes() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
H A D | nouveau_nvkm_core_mm.c | 202 u32 c = 0, a; in nvkm_mm_tail() local 291 int nodes = 0; in nvkm_mm_fini() local
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/regex/ |
H A D | matcher.c | 38 struct rx_node **nodes; member 332 static struct dfa_state *_step_matcher(int c, struct dfa_state *cs, int *r) in _step_matcher()
|
/netbsd-src/common/lib/libc/gen/ |
H A D | radixtree.c | 330 struct radix_tree_node *nodes[RADIX_TREE_MAX_HEIGHT]; in radix_tree_await_memory() local 398 unsigned int i, c; in radix_tree_node_count_ptrs() local 524 struct radix_tree_node *c; in radix_tree_lookup_ptr() local 1164 void *c; in radix_tree_dump_node() local 1475 struct testnode *nodes; in test2() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-devirt.cc | 2384 maybe_record_node (vec <cgraph_node *> &nodes, in maybe_record_node() 2514 record_target_from_binfo (vec <cgraph_node *> &nodes, in record_target_from_binfo() 2615 possible_polymorphic_call_targets_1 (vec <cgraph_node *> &nodes, in possible_polymorphic_call_targets_1() 2896 record_targets_from_bases (tree otr_type, in record_targets_from_bases() 3043 vec <cgraph_node *> nodes = vNULL; in possible_polymorphic_call_targets() local 3158 struct decl_warn_count *c = in possible_polymorphic_call_targets() local 3311 struct decl_warn_count &c = in possible_polymorphic_call_targets() local
|
H A D | modulo-sched.cc | 556 int start, end, c, ii; in schedule_reg_move() local 910 sbitmap *tmp_precede, sbitmap must_precede, int c, in set_must_precede_follow() 994 int min_cycle, c; in optimize_sc() local 2146 int i, c, success, num_splits = 0; in sms_schedule_by_order() local 2645 find_max_asap (ddg_ptr g, sbitmap nodes) in find_max_asap() 2666 find_max_hv_min_mob (ddg_ptr g, sbitmap nodes) in find_max_hv_min_mob() 2695 find_max_dv_min_mob (ddg_ptr g, sbitmap nodes) in find_max_dv_min_mob() 3214 int c, sbitmap must_precede, in ps_add_node_check_conflicts()
|
H A D | omp-general.cc | 987 for (const char *c = getenv ("OFFLOAD_TARGET_NAMES"); c;) in omp_max_simt_vf() local 1042 for (const char *c = names; c; ) in omp_offload_device_kind_arch_isa() local 1635 for (tree c = i ? clauses2 : clauses1; c; c = OMP_CLAUSE_CHAIN (c)) in omp_construct_simd_compare() local 2571 vec<symtab_node *> nodes) in omp_lto_input_declare_variant_alt() 2746 for (tree c = *clauses; c; c_p = c, c = OMP_CLAUSE_CHAIN (c)) in oacc_verify_routine_clauses() local 2816 for (tree c = TREE_VALUE (attr); c; c = OMP_CLAUSE_CHAIN (c)) in oacc_verify_routine_clauses() local
|
H A D | cgraph.h | 1520 vec<cgraph_node *> nodes; member 1533 vec<varpool_node *> nodes; member 3290 cgraph_node *c = callee->ultimate_alias_target (); in recursive_p() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | modulo-sched.c | 556 int start, end, c, ii; in schedule_reg_move() local 910 sbitmap *tmp_precede, sbitmap must_precede, int c, in set_must_precede_follow() 994 int min_cycle, c; in optimize_sc() local 2145 int i, c, success, num_splits = 0; in sms_schedule_by_order() local 2644 find_max_asap (ddg_ptr g, sbitmap nodes) in find_max_asap() 2665 find_max_hv_min_mob (ddg_ptr g, sbitmap nodes) in find_max_hv_min_mob() 2694 find_max_dv_min_mob (ddg_ptr g, sbitmap nodes) in find_max_dv_min_mob() 3213 int c, sbitmap must_precede, in ps_add_node_check_conflicts()
|
H A D | cgraph.h | 1564 vec<cgraph_node *> nodes; member 1577 vec<varpool_node *> nodes; member 3322 cgraph_node *c = callee->ultimate_alias_target (); in recursive_p() local
|
H A D | tree-loop-distribution.c | 456 int c = rdg_vertex_for_stmt (rdg, stmt); in create_edge_for_control_dependence() local 1452 auto_vec<int, 3> nodes; in build_rdg_partition_for_vertex() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | free_list.d | 855 private shared size_t nodes; member 1123 auto c = a.allocate(100); variable 1141 auto c = a.allocate(100); variable 1157 auto c = a.allocate(64); variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | free_list.d | 966 private shared size_t nodes; member 1235 auto c = a.allocate(100); variable 1254 auto c = a.allocate(100); variable 1271 auto c = a.allocate(64); variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.cc | 2981 int c; in gfc_find_symtree() local 4130 unsigned nodes; in count_st_nodes() local 4168 unsigned nodes, i, node_cntr; in do_traverse_symtree() local 4304 int c; in gfc_find_gsymbol() local 4327 int c; in gfc_find_case_gsymbol() local 4587 gfc_constructor *c; in gen_special_c_interop_ptr() local 4768 #define NAMED_INTCST(a,b,c,d) \ in std_for_isocbinding_symbol() argument 4774 #define NAMED_FUNCTION(a,b,c,d) \ in std_for_isocbinding_symbol() argument 4777 #define NAMED_SUBROUTINE(a,b,c,d) \ in std_for_isocbinding_symbol() argument 4880 #define NAMED_INTCST(a,b,c,d) case a : in generate_isocbinding_symbol() argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 2974 int c; in gfc_find_symtree() local 4110 unsigned nodes; in count_st_nodes() local 4148 unsigned nodes, i, node_cntr; in do_traverse_symtree() local 4284 int c; in gfc_find_gsymbol() local 4307 int c; in gfc_find_case_gsymbol() local 4567 gfc_constructor *c; in gen_special_c_interop_ptr() local 4724 #define NAMED_INTCST(a,b,c,d) \ in std_for_isocbinding_symbol() argument 4730 #define NAMED_FUNCTION(a,b,c,d) \ in std_for_isocbinding_symbol() argument 4733 #define NAMED_SUBROUTINE(a,b,c,d) \ in std_for_isocbinding_symbol() argument 4836 #define NAMED_INTCST(a,b,c,d) case a : in generate_isocbinding_symbol() argument [all …]
|
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | regs.c | 382 #define NCLASS(x,c) (x)->r_nclass[c] argument 405 trivially_colorable_p(int c, int *n) in trivially_colorable_p() 949 int c, cw; in setxarg() local 1122 #define ONLY(c,s) if (c) s(c, &ablock[rc->num]) in insnwalk() argument 1163 int *c; in insnwalk() local 1796 EnableAdjMoves(REGW *nodes) in EnableAdjMoves() 1814 DecrementDegree(REGW *w, int c) in DecrementDegree() 2345 int c; in colfind() local 2376 int okColors, c; in AssignColors() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | req.c | 242 int nodes = 0, newhdr = 0, subject = 0, pubkey = 0, precert = 0; in req_main() local 1597 char c = '*'; in genpkey_cb() local
|
H A D | apps.c | 77 char c = '\0', *p = NULL; in chopup_args() local 1146 char c; in set_table_opts() local 1937 static void nodes_print(const char *name, STACK_OF(X509_POLICY_NODE) *nodes) in nodes_print()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | vms-lib.c | 49 unsigned char *nodes; member 1124 unsigned char c; in vms_lib_bread() local
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | vms-lib.c | 49 unsigned char *nodes; member 1121 unsigned char c; in vms_lib_bread() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | apps.c | 96 char c = '\0', *p = NULL; in chopup_args() local 1268 char c; in set_table_opts() local 2050 static void nodes_print(const char *name, STACK_OF(X509_POLICY_NODE) *nodes) in nodes_print()
|