/dflybsd-src/games/worm/ |
H A D | worm.c | 55 static struct body { struct 58 struct body *prev; argument 59 struct body *next; argument
|
/dflybsd-src/contrib/bmake/ |
H A D | for.c | 67 Buffer body; /* Unexpanded body of the loop */ member 373 ForLoop_SubstVarLong(ForLoop *f, unsigned int firstItem, Buffer *body, in ForLoop_SubstVarLong() 408 ForLoop_SubstVarShort(ForLoop *f, unsigned int firstItem, Buffer *body, in ForLoop_SubstVarShort() 451 ForLoop_SubstBody(ForLoop *f, unsigned int firstItem, Buffer *body) in ForLoop_SubstBody() 482 For_NextIteration(ForLoop *f, Buffer *body) in For_NextIteration()
|
/dflybsd-src/contrib/wpa_supplicant/src/pae/ |
H A D | ieee802_1x_kay.c | 85 static void set_mka_param_body_len(void *body, unsigned int len) in set_mka_param_body_len() 93 static unsigned int get_mka_param_body_len(const void *body) in get_mka_param_body_len() 100 static u8 get_mka_param_body_type(const void *body) in get_mka_param_body_type() 139 ieee802_1x_mka_dump_basic_body(struct ieee802_1x_mka_basic_body *body) in ieee802_1x_mka_dump_basic_body() 172 ieee802_1x_mka_dump_peer_body(struct ieee802_1x_mka_peer_body *body) in ieee802_1x_mka_dump_peer_body() 205 ieee802_1x_mka_dump_dist_sak_body(struct ieee802_1x_mka_dist_sak_body *body) in ieee802_1x_mka_dump_dist_sak_body() 239 ieee802_1x_mka_dump_sak_use_body(struct ieee802_1x_mka_sak_use_body *body) in ieee802_1x_mka_dump_sak_use_body() 739 struct ieee802_1x_mka_basic_body *body; in ieee802_1x_mka_encode_basic_body() local 796 const struct ieee802_1x_mka_basic_body *body; in ieee802_1x_mka_decode_basic_body() local 946 struct ieee802_1x_mka_peer_body *body; in ieee802_1x_mka_encode_live_peer_body() local [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cp-gimplify.c | 67 finish_bc_block (enum bc_t bc, tree label, gimple_seq body) in finish_bc_block() 99 tree body = TRY_STMTS (*stmt_p); in genericize_try_block() local 111 tree body = HANDLER_BODY (*stmt_p); in genericize_catch_block() local 121 build_gimple_eh_filter_tree (tree body, tree allowed, tree failure) in build_gimple_eh_filter_tree() 141 tree body = EH_SPEC_STMTS (*stmt_p); in genericize_eh_spec_block() local 187 gimplify_cp_loop (tree cond, tree body, tree incr, bool cond_is_first) in gimplify_cp_loop() 322 tree break_block, body, t; in gimplify_switch_stmt() local 471 tree body = TREE_OPERAND (stmt, 0); in gimplify_must_not_throw_expr() local
|
H A D | semantics.c | 533 simplify_loop_decl_cond (tree *cond_p, tree body) in simplify_loop_decl_cond() 765 tree body = DO_BODY (do_stmt) = pop_stmt_list (DO_BODY (do_stmt)); in finish_do_body() local 1280 tree body = do_poplevel (BIND_EXPR_BODY (stmt)); in finish_compound_stmt() local 1935 tree body = NULL_TREE; in empty_expr_stmt_p() local 4410 finish_omp_parallel (tree clauses, tree body) in finish_omp_parallel() 4432 finish_omp_task (tree clauses, tree body) in finish_omp_task() 4451 tree condv, tree incrv, tree *body, in handle_omp_for_class_iterator() 4684 tree incrv, tree body, tree pre_body, tree clauses) in finish_omp_for() 5068 tree body = build_must_not_throw_expr (TRANSACTION_EXPR_BODY (stmt), in finish_transaction_stmt() local 5671 tree body; member [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | ipa.c | 117 symtab_node *body = node->ultimate_alias_target (); in process_references() local 186 symtab_node *body = n->function_symbol (); in walk_polymorphic_call_targets() local 434 symtab_node *body = e->callee->function_symbol (); in remove_unreachable_nodes() local 857 cgraph_build_static_cdtor_1 (char which, tree body, int priority, bool final, in cgraph_build_static_cdtor_1() 954 cgraph_build_static_cdtor (char which, tree body, int priority) in cgraph_build_static_cdtor() 991 tree body; in build_cdtor() local
|
H A D | gimple.c | 569 gimple_build_bind (tree vars, gimple_seq body, tree block) in gimple_build_bind() 905 gimple_build_omp_critical (gimple_seq body, tree name, tree clauses) in gimple_build_omp_critical() 926 gimple_build_omp_for (gimple_seq body, int kind, tree clauses, size_t collapse, in gimple_build_omp_for() 952 gimple_build_omp_parallel (gimple_seq body, tree clauses, tree child_fn, in gimple_build_omp_parallel() 977 gimple_build_omp_task (gimple_seq body, tree clauses, tree child_fn, in gimple_build_omp_task() 1000 gimple_build_omp_section (gimple_seq body) in gimple_build_omp_section() 1015 gimple_build_omp_master (gimple_seq body) in gimple_build_omp_master() 1029 gimple_build_omp_grid_body (gimple_seq body) in gimple_build_omp_grid_body() 1044 gimple_build_omp_taskgroup (gimple_seq body) in gimple_build_omp_taskgroup() 1076 gimple_build_omp_ordered (gimple_seq body, tree clauses) in gimple_build_omp_ordered() [all …]
|
H A D | dce.c | 69 deletable_insn_p_1 (rtx body) in deletable_insn_p_1() 96 rtx body, x; in deletable_insn_p() local 239 mark_nonreg_stores (rtx body, rtx_insn *insn, bool fast) in mark_nonreg_stores()
|
H A D | rtl-error.c | 37 rtx body = PATTERN (insn); in location_for_asm() local
|
H A D | loop-unroll.c | 889 basic_block preheader, *body, swtch, ezc_swtch = NULL; in unroll_loop_runtime_iterations() local 1306 basic_block *body, bb; in referenced_in_one_insn_in_loop_p() local 1333 basic_block *body, bb; in reset_debug_uses_in_loop() local 1575 basic_block *body, bb; in analyze_insns_in_loop() local
|
/dflybsd-src/tools/tools/net80211/wesside/wesside/ |
H A D | wesside.c | 612 unsigned char* body; in send_assoc() local 643 void wepify(unsigned char* body, int dlen) { in wepify() 896 void log_dictionary(unsigned char* body, int len) { in log_dictionary() 1005 unsigned char* body; in stuff_for_us() local 1163 unsigned char* body; in decrypt_arpreq() local 1218 unsigned char *body = (unsigned char*) (wh+1); in log_wep() local 1251 unsigned char *body; in try_dictionary() local 1428 unsigned char *body = (unsigned char*) (wh+1); in add_keystream() local 1446 unsigned char *body; in got_wep() local 1699 unsigned char* body; in send_fragment() local [all …]
|
/dflybsd-src/contrib/mdocml/ |
H A D | mdoc_macro.c | 545 struct roff_node *body; /* Our own body. */ in blk_exp_close() local 958 struct roff_node *body; /* Our own body. */ in blk_full() local 1252 struct roff_node *body; /* saved body context */ in blk_part_imp() local 1576 struct roff_node *body, *n; in phrase_ta() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cp-gimplify.c | 110 tree body = TRY_STMTS (*stmt_p); in genericize_try_block() local 122 tree body = HANDLER_BODY (*stmt_p); in genericize_catch_block() local 132 build_gimple_eh_filter_tree (tree body, tree allowed, tree failure) in build_gimple_eh_filter_tree() 152 tree body = EH_SPEC_STMTS (*stmt_p); in genericize_eh_spec_block() local 198 genericize_cp_loop (tree *stmt_p, location_t start_locus, tree cond, tree body, in genericize_cp_loop() 317 tree break_block, body, cond, type; in genericize_switch_stmt() local 504 tree body = TREE_OPERAND (stmt, 0); in gimplify_must_not_throw_expr() local
|
H A D | lambda.c | 1273 tree body = begin_function_body (); in maybe_add_lambda_conv_op() local 1428 tree body = begin_function_body (); in start_lambda_function() local 1502 prune_lambda_captures (tree body) in prune_lambda_captures() 1548 finish_lambda_function (tree body) in finish_lambda_function()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-omp.c | 50 c_finish_omp_critical (location_t loc, tree body, tree name) in c_finish_omp_critical() 344 tree incrv, tree body, tree pre_body) in c_finish_omp_for()
|
H A D | c-gimplify.c | 130 c_build_bind_expr (location_t loc, tree block, tree body) in c_build_bind_expr()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-loop-ivcanon.c | 118 basic_block *body = get_loop_body (loop); in tree_num_loop_insns() local 199 basic_block *body = get_loop_body (loop); in tree_estimate_loop_size() local
|
H A D | dce.c | 68 deletable_insn_p_1 (rtx body) in deletable_insn_p_1() 95 rtx body, x; in deletable_insn_p() local 214 mark_nonreg_stores (rtx body, rtx insn, bool fast) in mark_nonreg_stores()
|
H A D | ipa.c | 1139 cgraph_build_static_cdtor_1 (char which, tree body, int priority, bool final) in cgraph_build_static_cdtor_1() 1214 cgraph_build_static_cdtor (char which, tree body, int priority) in cgraph_build_static_cdtor() 1256 tree body; in build_cdtor() local
|
H A D | gimple.c | 613 gimple_build_bind (tree vars, gimple_seq body, tree block) in gimple_build_bind() 931 gimple_build_omp_critical (gimple_seq body, tree name) in gimple_build_omp_critical() 950 gimple_build_omp_for (gimple_seq body, tree clauses, size_t collapse, in gimple_build_omp_for() 975 gimple_build_omp_parallel (gimple_seq body, tree clauses, tree child_fn, in gimple_build_omp_parallel() 999 gimple_build_omp_task (gimple_seq body, tree clauses, tree child_fn, in gimple_build_omp_task() 1022 gimple_build_omp_section (gimple_seq body) in gimple_build_omp_section() 1037 gimple_build_omp_master (gimple_seq body) in gimple_build_omp_master() 1067 gimple_build_omp_ordered (gimple_seq body) in gimple_build_omp_ordered() 1098 gimple_build_omp_sections (gimple_seq body, tree clauses) in gimple_build_omp_sections() 1125 gimple_build_omp_single (gimple_seq body, tree clauses) in gimple_build_omp_single() [all …]
|
H A D | rtl-error.c | 40 rtx body = PATTERN (insn); in location_for_asm() local
|
H A D | loop-unroll.c | 967 basic_block preheader, *body, swtch, ezc_swtch; in unroll_loop_runtime_iterations() local 1543 basic_block *body, bb; in referenced_in_one_insn_in_loop_p() local 1570 basic_block *body, bb; in reset_debug_uses_in_loop() local 1813 basic_block *body, bb; in analyze_insns_in_loop() local
|
H A D | cfgloop.c | 797 get_loop_body_with_size (const struct loop *loop, basic_block *body, in get_loop_body_with_size() 811 basic_block *body, bb; in get_loop_body() local 1131 basic_block *body; in VEC() local 1165 basic_block * body; in num_loop_branches() local
|
/dflybsd-src/nrelease/root/autorun/ |
H A D | stylesheet.css | 4 body {margin:0;text-align:center;background:url("bar.gif") repeat-x 0px 222px;} selector
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-gimplify.c | 181 c_build_bind_expr (location_t loc, tree block, tree body) in c_build_bind_expr()
|