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

  /src/sys/dev/ic/
arcofivar.h 41 uint8_t *past; member in struct:arcofi_softc::__anonffb7a5170208
arcofi.c 472 uint8_t *past; local in function:arcofi_recv_data
475 past = sc->sc_recv.past;
477 while (cur != past &&
483 return past - cur;
493 uint8_t *past; local in function:arcofi_xmit_data
496 past = sc->sc_xmit.past;
498 while (cur != past &&
504 return past - cur
    [all...]
  /src/share/locale/ctype/
el_GR.ISO8859-7.src 10 VARIABLE Greek/ISO8859-7 character set by <past@netmode.ntua.gr>, CODESET=ISO8859-7
  /src/lib/libc/arch/vax/gen/
__setjmp14.S 71 addl3 $SC_LEN,4(%ap),%r2 # point to past signal context
  /src/common/dist/zlib/
gzguts.h 189 int past; /* true if read requested past end */ member in struct:__anone1a3ef820108
gzlib.c 73 state->past = 0; /* have not read past end yet */
374 state->past = 0;
483 return state->mode == GZ_READ ? state->past : 0;
518 state->past = 0;
gzread.c 302 state->past = 1; /* tried to read past end */
472 state->past = 0;
494 state->past = 0;
532 state->past = 1; /* read past end */
  /src/sys/arch/amiga/stand/bootblock/boot/
startit.s 172 addl %d2,%a3 | one long word past
173 addl %d2,%a1 | one long word past
  /src/sys/external/isc/libsodium/dist/m4/
lt~obsolete.m4 15 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
  /src/usr.bin/make/unit-tests/
posix1.mk 55 # In the past substitutions did not work with the D/F forms and those
varmod-gmtime.mk 56 # 1970. Going back 50 years in the past is not a practical use case for
varmod-localtime.mk 56 # 1970. Going back 50 years in the past is not a practical use case for
varmod.mk 148 # as it would be wrong to skip past the end of the string.
  /src/usr.sbin/sysinst/
README.md_defs 131 to a partition past RAW_PART (so 'd' on luna68k)
  /src/sys/arch/vax/boot/xxboot/
start.S 101 # Make sure the parameter block is past the disklabel.
  /src/usr.sbin/makefs/
cd9660.c 1015 int past)
1020 int temp_past = past;
1039 temp_past = past;
1049 skip += past;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rk3288-veyron-mickey.dts 114 * past there is less effective.
  /src/bin/csh/
func.c 98 * one past the end.
573 * one past the end.
721 goto past;
740 goto past;
761 past:
  /src/sys/arch/hppa/stand/xxboot/
start.S 50 ; arg1 = address of first doubleword past the end of ipl part 1

Completed in 20 milliseconds