/src/games/trek/ |
attack.c | 84 int cas; local in function:attack 141 cas = (shldabsb * 100) / hit; 145 cas, hit); 156 cas = ranf(1000); 157 for (l = 0; cas >= 0; l++) 158 cas -= Param.damprob[l]; 179 cas = tothit * 0.015 * franf(); 180 if (cas >= 2) { 183 cas); 184 Game.deaths += cas; [all...] |
/src/sys/arch/sh3/sh3/ |
lock_stubs.S | 53 * T - still reflects cas success status (to avoid another test) 95 !! T bit still indicates if cas was successful 96 bf.s 1f ! hard case if cas failed 117 !! T bit still indicates if cas was successful 118 bf.s 1f ! hard case if cas failed
|
/src/common/lib/libc/arch/sparc64/atomic/ |
atomic_cas.S | 37 cas [%o0], %o1, %o2
|
atomic_dec.S | 39 cas [%o0], %o2, %o3
|
atomic_inc.S | 39 cas [%o0], %o2, %o3
|
atomic_swap.S | 39 cas [%o0], %o2, %o3
|
atomic_and.S | 39 cas [%o0], %o2, %o3
|
atomic_or.S | 39 cas [%o0], %o2, %o3
|
atomic_add.S | 39 cas [%o0], %o2, %o3
|
/src/sys/arch/sparc64/include/ |
asm.h | 50 #define CASPTR cas
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_arb.c | 61 int pagemiss, cas, bpp; local in function:nv04_calc_arb 72 cas = arb->mem_latency; 77 mclks = 13 + cas;
|
/src/common/lib/libc/arch/aarch64/atomic/ |
__aarch64_lse.S | 129 #define CAS _CONCAT4(cas, ACQ, REL, OPSFX) 169 CAS R0, R1, [x2]
|
/src/sys/arch/m68k/060sp/dist/ |
isp.doc | 55 cas (w/ a misaligned effective address) 181 Integrating cas/cas2: 183 The instructions "cas2" and "cas" (when used with a misaligned effective 200 If the "core" emulation routines of either "cas" or "cas2" perform some
|
iskeletn.s | 154 # Entry point for the selected cas emulation code implementation. 177 # from being paged out. This routine is needed by the cas/cas2
|
isp.s | 351 # _compandset() - emulate misaligned "cas" # 454 # cas.w 0000 1100 11 |<ea>| 0000 000* **00 0*** # 455 # cas.l 0000 1110 11 |<ea>| 0000 000* **00 0*** # 474 # (group2) movep, chk2, cmp2, cas2, cas 552 # the cases of "cas Dc,Du,(a7)+" and "cas Dc,Du,-(a7)" used from supervisor 2928 # _compandset(): routine to emulate cas w/ misaligned <ea> # 2930 # _isp_cas_finish(): routine called when cas emulation completes # 2932 # _isp_cas_restart(): restart cas emulation after a fault # 2937 # range of core cas/cas2emulation code [all...] |
itest.s | 140 ### cas 1294 cas.w %d1,%d2,(%a0) # Dc,Du,<ea> 1321 cas.w %d1,%d2,(%a0) # Dc,Du,<ea> 1349 cas.l %d1,%d2,(%a0) # Dc,Du,<ea> 1376 cas.l %d1,%d2,(%a0) # Dc,Du,<ea> 1404 cas.l %d1,%d2,(%a0) # Dc,Du,<ea> 1431 cas.l %d1,%d2,(%a0) # Dc,Du,<ea>
|
/src/share/man/man4/ |
Makefile | 18 cac.4 can.4 canloop.4 cardbus.4 carp.4 cas.4 ccd.4 cd.4 \
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
imx8mq.dtsi | 1387 usb3-resume-missing-cas; 1419 usb3-resume-missing-cas;
|
/src/sys/dev/pci/ |
if_cas.c | 112 CFATTACH_DECL3_NEW(cas, sizeof(struct cas_softc), 1136 aprint_error("cas: invalid Receive Descriptor ring size %d\n", 1151 aprint_error("cas: invalid completion ring size %d\n", sz);
|