/src/lib/libc/arch/m68k/string/ |
memccpy.S | 68 movl %d0,%a0 | XXX maybe use lea to avoid stall? 90 movl %d0,%a0 | XXX maybe use lea to avoid stall?
|
/src/usr.bin/make/unit-tests/ |
depsrc-precious.mk | 5 # In such a case, the target file is usually removed, to avoid having
|
dep-double-colon-indep.mk | 8 # file. Be careful with parallel mode though, to avoid lost updates and
|
directive-export-literal.mk | 13 # .export-literal can be skipped, to avoid a setenv call, which may leak
|
cond-eof.mk | 14 # operation. Still, it is easy to avoid evaluating these expressions, just in
|
directive-export.mk | 46 # exported first, ending in an endless loop. To avoid this endless loop,
|
cmd-interrupt.mk | 6 # target is removed. This is to avoid having an unfinished target that
|
var-scope-cmdline.mk | 9 # above single-sentence rule, in order to avoid unnecessary lookups in scopes,
|
/src/share/mk/ |
bsd.rpc.mk | 8 # We don't use implicit suffix rules here to avoid dependencies in the
|
/src/games/hack/ |
hack.shk.c | 947 boolean uondoor = 0, satdoor, avoid = 0, badinv; local in function:shk_move 999 avoid = FALSE; 1003 avoid = FALSE; 1014 avoid = !badinv; 1016 avoid = (u.uinshop && dist(gx, gy) > 8); 1020 if (((!ESHK(shkp)->robbed && !ESHK(shkp)->billct) || avoid) 1032 avoid = FALSE; 1038 if (avoid && uondoor) { /* perhaps we cannot avoid him */ 1042 avoid = FALSE [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
fp_extend_impl.inc | 70 // to (signed) int. To avoid that, explicitly cast to src_rep_t.
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sc7180-trogdor-lazor.dtsi | 27 * to avoid using bogus temperature values.
|
sc7180-idp.dts | 571 * Configure a pull-up on RX. This is needed to avoid 658 * Configure a pull-up on RX. This is needed to avoid
|
/src/sys/lib/libkern/arch/m68k/ |
udivsi3.S | 69 | now we can do the divide. to avoid overflow, we have to 103 | as in mulsi3, we have to do the multiply in stages to avoid
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
omap4-droid4-xt894.dts | 21 * of the gpio interrupt to avoid lost events in deeper idle states.
|
kirkwood-linksys-viper.dts | 228 * single CPU port. So leave this port disabled to avoid confusion.
|
aspeed-bmc-facebook-wedge400.dts | 370 * DMA mode needs to be disabled to avoid conflicts with UHCI
|
kirkwood-dir665.dts | 258 * single CPU port. So leave this port disabled to avoid confusion. */
|
imx51-zii-rdu1.dts | 700 * To avoid this problem we configure the pad 701 * to ALT1/GPIO and avoid driving SD1_WP
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
hihope-rev4.dtsi | 16 * but needed to avoid cs2000/rcar_sound probe dead-lock
|
/src/tools/make/ |
configure.ac | 44 # regexp package. To avoid them, we need to find out who has regfree().
|
/src/sys/arch/i386/stand/lib/ |
bios_disk.S | 127 and $0xf, %bx # and min offset - to avoid overrun
|
/src/sys/arch/m68k/060sp/dist/ |
ilsp.doc | 50 instructions, a program can avoid the overhead associated with
|
fplsp.doc | 50 instructions, a program can avoid the overhead associated
|
/src/sys/arch/vax/boot/xxboot/ |
start.S | 156 movl $_C_LABEL(start), %sp # move stack to avoid clobbering the code
|