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

/freebsd-12-stable/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h54 int elapsed(struct timeval *past, struct timeval *now);
H A Dw00t.c376 int elapsed(struct timeval *past, struct timeval *now) argument
380 el = now->tv_sec - past->tv_sec;
383 el = now->tv_usec - past->tv_usec;
386 el += 1000*1000-past->tv_usec;
/freebsd-12-stable/sys/contrib/zlib/
H A Dgzguts.h189 int past; /* true if read requested past end */ member in struct:__anon11566
H A Dgzlib.c84 state->past = 0; /* have not read past end yet */
408 state->past = 0;
531 return state->mode == GZ_READ ? state->past : 0;
571 state->past = 0;
H A Dgzread.c335 state->past = 1; /* tried to read past end */
519 state->past = 0;
541 state->past = 0;
583 state->past = 1; /* read past end */
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h194 int past; /* true if read requested past end */ member in struct:__anon11855
H A Dgzlib.c84 state.state->past = 0; /* have not read past end yet */
408 state.state->past = 0;
531 return state.state->mode == GZ_READ ? state.state->past : 0;
571 state.state->past = 0;
H A Dgzread.c336 state.state->past = 1; /* tried to read past end */
532 state.state->past = 0;
554 state.state->past = 0;
596 state.state->past = 1; /* read past end */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc96 // disabling minidumps for a particular application extends past the lifetime
/freebsd-12-stable/crypto/openssl/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
H A Dsha512-ia64.pl447 add A=A,r8 // H+=Sigma(0) from the past
461 { .mmi; add A=A,r8 // H+=Sigma(0) from the past
515 add A=A,r8 // H+=Sigma0(a) from the past
579 { .mmi; add A=A,r8 };; // H+=Sigma0(a) from the past
H A Dsha512-armv4.pl528 vadd.i64 $a,$Maj @ h+=Maj from the past
578 vadd.i64 @_[0],d30 @ h+=Maj from the past
630 vadd.i64 $A,d30 @ h+=Maj from the past
H A Dsha512-armv8.pl616 '&add ($a,$a,$t4);'. # h+=Sigma0(a) from the past
620 '&add ($a,$a,$t2)', # h+=Maj(a,b,c) from the past
710 add $A,$A,$t4 // h+=Sigma0(a) from the past
712 add $A,$A,$t2 // h+=Maj(a,b,c) from the past
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm99 ! Skip argc words past argv, to env:
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dposix1.mk53 # In the past substitutions did not work with the D/F forms and those
/freebsd-12-stable/stand/i386/pmbr/
H A Dpmbr.s157 cmp $0x9000,%ax # Don't load past 0x90000,
/freebsd-12-stable/usr.sbin/makefs/
H A Dcd9660.c1009 int past)
1014 int temp_past = past;
1033 temp_past = past;
1043 skip += past;
1008 cd9660_handle_collisions(iso9660_disk *diskStructure, cd9660node *colliding, int past) argument
/freebsd-12-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm98 cmp ax, LAST_OFS ;; pointing past last ?
/freebsd-12-stable/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2278 int elapsedd(struct timeval *past, struct timeval *now) argument
2282 el = now->tv_sec - past->tv_sec;
2285 el = now->tv_usec - past->tv_usec;
2288 el += 1000*1000-past->tv_usec;
/freebsd-12-stable/contrib/tcsh/
H A Dsh.func.c109 * one past the end.
718 * one past the end.
920 goto past;
944 goto past;
971 past:
1021 goto past;
1041 goto past;
1074 past:
/freebsd-12-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c270 * past the 2Gb limit. */
684 * past the 2Gb limit */
1105 #error version of it for APR yet. To get past this, either write
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex562 as well as the device tree compiler. In the past, he has worked on

Completed in 235 milliseconds