| /src/games/trek/ |
| kill.c | 151 kills(int x, int y, int f) function
|
| trek.h | 249 int kills; /* number of stars killed */ member in struct:Game_struct 442 void kills(int, int , int);
|
| /src/sys/kern/ |
| exec_subr.c | 65 VMCMD_EVCNT_DECL(kills); variable 144 VMCMD_EVCNT_INCR(kills);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-into-ssa.cc | 129 bitmap kills; member in struct:mark_def_sites_global_data 632 KILLS. 642 mark_def_sites (basic_block bb, gimple *stmt, bitmap kills) 677 if (!bitmap_bit_p (kills, DECL_UID (sym))) 690 bitmap_set_bit (kills, DECL_UID (def)); 745 KILLS is a bitmap of blocks where the value is defined before any use. */ 748 prune_unused_phi_nodes (bitmap phis, bitmap kills, bitmap uses) 769 bitmap_and_compl (to_remove, kills, uses); 795 bitmap_ior (to_remove, kills, phis); 901 if (bitmap_bit_p (kills, u) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-into-ssa.cc | 129 bitmap kills; member in struct:mark_def_sites_global_data 643 KILLS. 653 mark_def_sites (basic_block bb, gimple *stmt, bitmap kills) 688 if (!bitmap_bit_p (kills, DECL_UID (sym))) 701 bitmap_set_bit (kills, DECL_UID (def)); 756 KILLS is a bitmap of blocks where the value is defined before any use. */ 759 prune_unused_phi_nodes (bitmap phis, bitmap kills, bitmap uses) 780 bitmap_and_compl (to_remove, kills, uses); 806 bitmap_ior (to_remove, kills, phis); 912 if (bitmap_bit_p (kills, u) [all...] |
| /src/external/cddl/osnet/dist/cmd/ztest/ |
| ztest.c | 76 * Use the -k option to set the desired frequency of kills. 6185 int kills = 0; local 6322 kills++; 6392 kills, iters - kills, (100.0 * kills) / MAX(1, iters));
|