HomeSort by: relevance | last modified time | path
    Searched refs:ahead (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/thead/
Makefile 2 dtb-$(CONFIG_ARCH_THEAD) += th1520-lichee-pi-4a.dtb th1520-beaglev-ahead.dtb
  /src/games/battlestar/
room.c 87 ahead = here.north;
94 ahead = here.south;
101 ahead = here.east;
108 ahead = here.west;
123 return ("ahead");
140 return ("ahead");
155 return ("ahead");
172 return ("ahead");
globals.c 270 int left, right, ahead, back; variable in typeref:typename:int
command2.c 332 setbit(location[ahead].objects, WOODSMAN);
333 setbit(location[ahead].objects, DEADWOOD);
334 setbit(location[ahead].objects, MALLET);
command7.c 233 else if (ahead && position != ahead)
234 moveplayer(ahead, AHEAD);
240 moveplayer(location[position].down, AHEAD);
extern.h 136 #define AHEAD 1002
288 extern int left, right, ahead, back;
command4.c 222 case AHEAD:
223 deposit = ahead;
cypher.c 79 if (!moveplayer(location[position].up, AHEAD))
89 if (!moveplayer(location[position].down, AHEAD))
106 case AHEAD:
107 if (!moveplayer(ahead, AHEAD))
  /src/sys/arch/m68k/m68k/
w16copy.s 51 beq 1f | if so, skip ahead
59 bcs 3f | skip ahead if long count % 64k == 0
77 bcs 6f | skip ahead if no odd bytes
97 beq 1f | if so, skip ahead
104 bne 4f | if not, skip ahead
111 bcs 3f | skip ahead if long count % 64k == 0
125 bra 6f | jump ahead to copy the odd bytes
130 bcs 6f | if so, skip ahead
151 bcs 8f | skip ahead if no odd bytes
  /src/lib/libc/time/
tzselect.ksh 478 echo >&2 'ahead (east) of Greenwich,' \
  /src/usr.bin/gzip/
unlz.c 351 lz_peek(const struct lz_decoder *lz, unsigned ahead)
353 off_t diff = lz->pos - ahead - 1;
  /src/lib/libm/arch/vax/
n_argred.S 97 blss 1f # [zl] yes, go ahead and do polyd
  /src/common/dist/zlib/contrib/ada/
zlib.ads 101 -- inflate() will go ahead and process the first block, and will return
  /src/sys/external/isc/libsodium/dist/
aclocal.m4 1145 # Go ahead even if we have the value already cached. We do so because we

Completed in 18 milliseconds