Searched refs:past (Results 1 - 25 of 75) sorted by relevance

123

/netbsd-current/sys/dev/ic/
H A Darcofivar.h41 uint8_t *past; member in struct:arcofi_softc::__anon17147
H A Darcofi.c472 uint8_t *past; local
475 past = sc->sc_recv.past;
477 while (cur != past &&
483 return past - cur;
493 uint8_t *past; local
496 past = sc->sc_xmit.past;
498 while (cur != past &&
504 return past
[all...]
/netbsd-current/lib/libc/arch/vax/gen/
H A D__setjmp14.S71 addl3 $SC_LEN,4(%ap),%r2 # point to past signal context
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dgzlib.c81 state->past = 0; /* have not read past end yet */
405 state->past = 0;
528 return state->mode == GZ_READ ? state->past : 0;
568 state->past = 0;
H A Dgzguts.h189 int past; /* true if read requested past end */ member in struct:__anon2111
H A Dgzread.c332 state->past = 1; /* tried to read past end */
516 state->past = 0;
538 state->past = 0;
580 state->past = 1; /* read past end */
/netbsd-current/common/dist/zlib/
H A Dgzlib.c81 state->past = 0; /* have not read past end yet */
407 state->past = 0;
530 return state->mode == GZ_READ ? state->past : 0;
570 state->past = 0;
H A Dgzguts.h190 int past; /* true if read requested past end */ member in struct:__anon16
H A Dgzread.c330 state->past = 1; /* tried to read past end */
512 state->past = 0;
534 state->past = 0;
576 state->past = 1; /* read past end */
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dgzlib.c81 state->past = 0; /* have not read past end yet */
407 state->past = 0;
530 return state->mode == GZ_READ ? state->past : 0;
570 state->past = 0;
H A Dgzguts.h189 int past; /* true if read requested past end */ member in struct:__anon1182
H A Dgzread.c332 state->past = 1; /* tried to read past end */
514 state->past = 0;
536 state->past = 0;
578 state->past = 1; /* read past end */
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dgzguts.h189 int past; /* true if read requested past end */ member in struct:__anon2669
H A Dgzlib.c81 state->past = 0; /* have not read past end yet */
407 state->past = 0;
530 return state->mode == GZ_READ ? state->past : 0;
570 state->past = 0;
H A Dgzread.c332 state->past = 1; /* tried to read past end */
514 state->past = 0;
536 state->past = 0;
578 state->past = 1; /* read past end */
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dgzlib.c81 state->past = 0; /* have not read past end yet */
407 state->past = 0;
530 return state->mode == GZ_READ ? state->past : 0;
570 state->past = 0;
H A Dgzguts.h189 int past; /* true if read requested past end */ member in struct:__anon1390
H A Dgzread.c332 state->past = 1; /* tried to read past end */
514 state->past = 0;
536 state->past = 0;
578 state->past = 1; /* read past end */
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dsha256-armv4.S137 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
144 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
195 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
202 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
253 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
260 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
311 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
318 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
369 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
376 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha256-armv4.pl93 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
100 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
158 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
263 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
451 '&add ($a,$a,$t2)', # h+=Maj(a,b,c) from the past
557 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha256-armv4.pl95 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
102 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
160 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
272 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
460 '&add ($a,$a,$t2)', # h+=Maj(a,b,c) from the past
566 add $A,$A,$t2 @ h+=Maj(a,b,c) from the past
/netbsd-current/sys/arch/amiga/stand/bootblock/boot/
H A Dstartit.s172 addl %d2,%a3 | one long word past
173 addl %d2,%a1 | one long word past
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProcess.inc102 // disabling minidumps for a particular application extends past the lifetime
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dsol2-c1.S88 ! Skip argc words past argv, to env:
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/sparc/
H A Dsol2-c1.S88 ! Skip argc words past argv, to env:

Completed in 237 milliseconds

123