Searched refs:hit (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Danalyze_brprob99 /^ .* heuristics: .*. exec [0-9]* hit [0-9]* (.*.)$/ {
102 sub (/ heuristics: .*. exec [0-9]* hit [0-9]* (.*.)$/,"",name)
105 sub (/. exec [0-9]* hit [0-9]* (.*.)$/,"",pred)
108 sub (/ hit [0-9]* (.*.)$/,"",count)
109 hit=$0
110 sub (/^ .* heuristics: .*. exec [0-9]* hit /,"",hit)
111 sub (/ (.*.)$/,"",hit)
115 hit = count"-"hit;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/
H A Danalyze_brprob99 /^ .* heuristics: .*. exec [0-9]* hit [0-9]* (.*.)$/ {
102 sub (/ heuristics: .*. exec [0-9]* hit [0-9]* (.*.)$/,"",name)
105 sub (/. exec [0-9]* hit [0-9]* (.*.)$/,"",pred)
108 sub (/ hit [0-9]* (.*.)$/,"",count)
109 hit=$0
110 sub (/^ .* heuristics: .*. exec [0-9]* hit /,"",hit)
111 sub (/ (.*.)$/,"",hit)
115 hit = count"-"hit;
[all...]
/netbsd-6-1-5-RELEASE/games/trek/
H A Dattack.c58 ** Under certain conditions you can get a critical hit. This
59 ** sort of hit damages devices. The probability that a given
69 ** it) depends on the amount of the hit and the "damfac[]"
80 int hit, i, l; local
118 /* complete the hit */
121 hit = Etc.klingon[i].power * pow(dustfac, tothe) * Param.hitfac;
126 /* see how much of hit shields will absorb */
131 shldabsb = propor * chgfac * hit;
136 /* actually do the hit */
137 printf("\aHIT: %d units", hit);
[all...]
H A Dphaser.c104 int hit; local
167 hit = getintpar("units");
168 if (hit < 0)
170 if (hit == 0)
172 extra += hit;
179 b->units = hit;
180 hit = getintpar("course");
181 if (hit < 0 || hit > 360)
183 b->angle = hit * 0.017453292
[all...]
/netbsd-6-1-5-RELEASE/games/sail/
H A Dpl_3.c56 int guns, car, ready, shootat, hit; local
146 hit = HDT[index][target-1];
148 hit = HDTrake[index][target-1];
150 hit++;
151 hit += QUAL[index][mc->qual-1];
155 hit--;
157 hit -= 2;
161 hit++;
163 hit += 2;
167 hit
[all...]
H A Ddr_1.c276 int shootat, hit; local
354 hit = HDT[indx][target-1];
356 hit = HDTrake[indx][target-1];
358 hit++;
359 hit += QUAL[indx][capship(sp)->specs->qual - 1];
363 hit--;
365 hit -= 2;
374 hit++;
376 hit += 2;
380 hit
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-hw-hit-once.exp20 set test watchpoint-hw-hit-once
H A Dwatchpoint-solib.exp86 gdb_test "continue" ".*New value = 1.*" "continue to watchpoint hit"
89 gdb_test "continue" ".*New value = 1.*" "continue to watchpoint hit again"
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dhip_55.h29 unsigned char * hit; member in struct:dns_rdata_hip
H A Dhip_55.c211 isc_region_consume(&region, 2); /* hit length + algorithm */
269 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
280 RETERR(mem_tobuffer(target, hip->hit, hip->hit_len));
316 hip->hit = hip->key = hip->servers = NULL;
318 hip->hit = mem_maybedup(mctx, region.base, hip->hit_len);
319 if (hip->hit == NULL)
340 if (hip->hit != NULL)
341 isc_mem_free(mctx, hip->hit);
359 isc_mem_free(hip->mctx, hip->hit);
478 isc_region_consume(&r1, 2); /* hit lengt
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dradiotap.c208 int hit = 0; local
248 hit = 1;
281 if (hit)
/netbsd-6-1-5-RELEASE/games/rogue/
H A DMakefile6 SRCS= hit.c init.c inventory.c level.c machdep.c main.c \
/netbsd-6-1-5-RELEASE/usr.bin/deroff/
H A Dderoff.c1453 int hit; local
1498 hit = 1;
1500 printf("preliminary hit macro %c%c ", c1, c2);
1504 hit = YES;
1507 hit = (filesp == files);
1510 hit = !inmacro;
1513 hit = inmacro;
1516 hit = parag;
1519 hit = !keepblock;
1522 hit
[all...]
/netbsd-6-1-5-RELEASE/games/larn/
H A Ddiag.c37 int hit, dam; local
74 lprcat("\n\nHere's a Table for the to hit percentages\n");
77 lprcat("\n to hit: if (rnd(22) < (2[monst AC] + your level + dex + WC/8 -1)/2) then hit");
79 lprcat("\n to hit: if rnd(22) < to hit then player hits\n");
80 lprcat("\n Each entry is as follows: to hit / damage / number hits to kill\n");
84 hit = 2 * monster[i].armorclass + 2 * monster[i].level + 16;
88 (long) (hit / 2), (long) max(0, dam + 2), (long) (monster[i].hitpoints / (dam + 2) + 1),
89 (long) ((hit
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmds.c162 int hit; member in struct:mi_cmd_stats
193 stats.hit++;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Ds2_srvr.c219 if (!s->hit)
252 if (s->hit)
614 s->hit=1;
638 if (!s->hit)
700 int n,hit; local
707 hit=s->hit;
708 *(p++)=(unsigned char)hit;
710 if (!hit)
724 /* If 'hit' i
[all...]
H A Dd1_clnt.c251 s->hit = 0;
332 if (s->hit)
378 s->hit = 1;
535 if (!s->hit)
568 if (s->hit)
582 if (!s->hit)
593 if (s->hit)
664 if (s->hit)
722 if (s->hit) s->ctx->stats.sess_hit++;
/netbsd-6-1-5-RELEASE/regress/sys/uvm/pdsim/
H A Dpdsim.c53 int hit; member in struct:__anon5400
196 stats[index].hit++;
280 stats[i].hit, stats[i].fault, irr[i]);
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dpmap_svc.c153 register struct pmaplist *hit = NULL; local
160 hit = pml;
164 return (hit);
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Dpmap_svc.c153 register struct pmaplist *hit = NULL; local
160 hit = pml;
164 return (hit);
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dzdump.c165 static time_t hunt(char * name, time_t lot, time_t hit);
498 hunt(char *name, time_t lot, time_t hit) argument
514 diff = (long) (hit - lot);
521 else if (t >= hit)
533 } else hit = t;
536 show(name, hit, TRUE);
537 return hit;
/netbsd-6-1-5-RELEASE/distrib/mvme68k/miniroot/
H A Dinstall.md210 Default answers are displyed in brackets after the questions. You can hit
212 hit return. Also, quitting in the middle of installation may leave your
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_stat.c120 UVM_RA_EVCNT_DEFINE(hit); variable
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dif_qtreg.h219 u_short hit; member in struct:qt_init
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Ddmeventd.c1109 struct thread_status *thread, *hit = NULL; local
1118 hit = thread;
1126 if (hit && !next) {
1128 return _registered_device(message_data, hit);
1131 if (!hit)
1134 thread = hit;
1142 hit = thread;
1148 return _registered_device(message_data, hit);

Completed in 206 milliseconds

123