Home
last modified time | relevance | path

Searched refs:past (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/openbsd/sys/dev/ic/
H A Darcofi.c467 sc->sc_recv.past = (uint8_t *)rbuf + rsz; in arcofi_start_input()
496 sc->sc_xmit.past = (uint8_t *)wbuf + wsz; in arcofi_start_output()
897 uint8_t *cur, *past; in arcofi_hwintr() local
911 past = sc->sc_recv.past; in arcofi_hwintr()
916 if (cur != NULL && cur != past) { in arcofi_hwintr()
918 if (cur == past) { in arcofi_hwintr()
926 if (cur == NULL || cur == past) { in arcofi_hwintr()
938 past = sc->sc_xmit.past; in arcofi_hwintr()
942 if (cur != past) in arcofi_hwintr()
945 if (cur == past) { in arcofi_hwintr()
[all …]
H A Darcofivar.h41 uint8_t *past; member
/openbsd/sys/dev/pci/drm/i915/
H A DTODO.txt6 improved a lot the past 2 years, there's no reason anymore not to use it.
12 - There's a lot of complexity added past few years to make relocations faster.
16 2. Any complexity added in this area past few years which can't be justified
/openbsd/lib/libz/
H A Dgzlib.c73 state->past = 0; /* have not read past end yet */ in gz_reset()
377 state->past = 0; in gzseek64()
486 return state->mode == GZ_READ ? state->past : 0; in gzeof()
521 state->past = 0; in gzclearerr()
H A Dgzread.c302 state->past = 1; /* tried to read past end */ in gz_read()
473 state->past = 0; in gzungetc()
495 state->past = 0; in gzungetc()
533 state->past = 1; /* read past end */ in gzgets()
H A Dgzguts.h189 int past; /* true if read requested past end */ member
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub/
H A DSubtest.t91 is($ran, 1, "did not get past the terminate");
99 is($ran, 1, "did not get past the terminate");
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dpp69 splice() offset past end of array at - line 4.
70 splice() offset past end of array at - line 6.
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dwrappers.t157 my $past = CORE::time;
161 cmp_ok($past, '<=', $present, 'time');
/openbsd/gnu/lib/libiberty/src/
H A Daclocal.m44 dnl See whether strncmp reads past the end of its string parameters.
6 dnl but erroneously reads past the end of strings. This can cause
13 Check whether strncmp reads past the end of its string parameters. */
/openbsd/gnu/gcc/gcc/config/mmix/
H A Dt-mmix8 # and crt{i,n}.asm, specifically about execution not continuing past the
/openbsd/gnu/usr.bin/binutils/gprof/
H A Daclocal.m4145 dnl that is generated. We must strip everything past the first ":",
146 dnl and everything past the last "/".
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Daclocal.m4155 dnl that is generated. We must strip everything past the first ":",
156 dnl and everything past the last "/".
/openbsd/gnu/usr.bin/binutils/ld/
H A Daclocal.m4147 dnl that is generated. We must strip everything past the first ":",
148 dnl and everything past the last "/".
/openbsd/gnu/usr.bin/binutils/binutils/
H A Daclocal.m4157 dnl that is generated. We must strip everything past the first ":",
158 dnl and everything past the last "/".
/openbsd/usr.bin/file/magdir/
H A Driff119 # skip past vids strh
142 # skip past first (video) LIST
/openbsd/gnu/usr.bin/perl/t/op/
H A Dlfs.t133 explain("seeking past 2GB failed: $err");
144 explain("writing past 2GB failed: process limits?");
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dconfigure.host35 # not zero'd out if you seek past the end and then write.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dconfigure.host39 # not zero'd out if you seek past the end and then write.
/openbsd/gnu/usr.bin/perl/ext/Fcntl/t/
H A Dsyslfs.t136 explain("seeking past 2GB failed: ",
149 explain("writing past 2GB failed: process limits?");
/openbsd/usr.bin/calendar/calendars/
H A Dcalendar.space31 06/13 Pioneer 10 flies past Neptune's orbit, and becomes the first human
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dutf8201 * relaxed. khw thinks this is unlikely, but has been wrong in the past. */
406 * length. It should not extend past the end of string, nor past
407 * what the first byte indicates the length is, nor past the
443 to read past a NUL, making it much less likely to read
/openbsd/gnu/usr.bin/perl/dist/threads/t/
H A Dkill.t82 # Should not go past here
/openbsd/usr.bin/col/
H A DREADME36 - can back up past first line (as far as you want) so you
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Dexotic_names.t10 # and remains unclear past 5.16 with evalbytes and feature unicode_eval

12345678910>>...13