/openbsd/sys/dev/ic/ |
H A D | arcofi.c | 467 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 D | arcofivar.h | 41 uint8_t *past; member
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | TODO.txt | 6 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 D | gzlib.c | 73 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 D | gzread.c | 302 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 D | gzguts.h | 189 int past; /* true if read requested past end */ member
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub/ |
H A D | Subtest.t | 91 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 D | pp | 69 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 D | wrappers.t | 157 my $past = CORE::time; 161 cmp_ok($past, '<=', $present, 'time');
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | aclocal.m4 | 4 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 D | t-mmix | 8 # and crt{i,n}.asm, specifically about execution not continuing past the
|
/openbsd/gnu/usr.bin/binutils/gprof/ |
H A D | aclocal.m4 | 145 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 D | aclocal.m4 | 155 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 D | aclocal.m4 | 147 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 D | aclocal.m4 | 157 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 D | riff | 119 # skip past vids strh 142 # skip past first (video) LIST
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | lfs.t | 133 explain("seeking past 2GB failed: $err"); 144 explain("writing past 2GB failed: process limits?");
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | configure.host | 35 # not zero'd out if you seek past the end and then write.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | configure.host | 39 # not zero'd out if you seek past the end and then write.
|
/openbsd/gnu/usr.bin/perl/ext/Fcntl/t/ |
H A D | syslfs.t | 136 explain("seeking past 2GB failed: ", 149 explain("writing past 2GB failed: process limits?");
|
/openbsd/usr.bin/calendar/calendars/ |
H A D | calendar.space | 31 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 D | utf8 | 201 * 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 D | kill.t | 82 # Should not go past here
|
/openbsd/usr.bin/col/ |
H A D | README | 36 - 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 D | exotic_names.t | 10 # and remains unclear past 5.16 with evalbytes and feature unicode_eval
|