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

12

/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h52 int elapsed(struct timeval *past, struct timeval *now);
H A Dw00t.c374 int elapsed(struct timeval *past, struct timeval *now) argument
378 el = now->tv_sec - past->tv_sec;
381 el = now->tv_usec - past->tv_usec;
384 el += 1000*1000-past->tv_usec;
/freebsd-current/tools/test/stress2/misc/
H A Dmmap26.sh34 # Access one byte past the end of the file, which is not wrong, but
101 /* one byte past EOF */
/freebsd-current/lib/libc/amd64/string/
H A Dstrlen.S97 and $0xf, %ecx # amount of bytes rdi is past 16 byte alignment
H A Dstrchrnul.S114 1: sub $8, %rdi # undo advance past buffer
164 1: sub $16, %rdi # undo advance past buffer
H A Dmemrchr.S92 add %rcx, %rdx # advance past head
H A Dstpncpy.S207 add $32, %rdi # advance past first two chunks
208 sub $32+16, %r10 # advance past first three chunks
H A Dstrspn.S156 and $0xf, %ecx # amount of bytes rsi is past alignment
H A Dmemchr.S102 and %rcx, %rax # not including junk bytes or bytes past buffer
/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h196 int past; /* true if read requested past end */ member in struct:__anon11096
H A Dgzread.c344 state.state->past = 1; /* tried to read past end */
540 state.state->past = 0;
562 state.state->past = 0;
604 state.state->past = 1; /* read past end */
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;
/freebsd-current/sys/contrib/zlib/
H A Dgzlib.c75 state->past = 0; /* have not read past end yet */
376 state->past = 0;
485 return state->mode == GZ_READ ? state->past : 0;
520 state->past = 0;
H A Dgzguts.h188 int past; /* true if read requested past end */ member in struct:__anon40
H A Dgzread.c303 state->past = 1; /* tried to read past end */
473 state->past = 0;
495 state->past = 0;
533 state->past = 1; /* read past end */
/freebsd-current/sys/contrib/openzfs/module/icp/asm-arm/sha2/
H A Dsha512-armv7.S517 vadd.i64 d16,d30 @ h+=Maj from the past
554 vadd.i64 d23,d30 @ h+=Maj from the past
591 vadd.i64 d22,d30 @ h+=Maj from the past
628 vadd.i64 d21,d30 @ h+=Maj from the past
665 vadd.i64 d20,d30 @ h+=Maj from the past
702 vadd.i64 d19,d30 @ h+=Maj from the past
739 vadd.i64 d18,d30 @ h+=Maj from the past
776 vadd.i64 d17,d30 @ h+=Maj from the past
813 vadd.i64 d16,d30 @ h+=Maj from the past
850 vadd.i64 d23,d30 @ h+=Maj from the past
[all...]
H A Dsha256-armv7.S92 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
99 add r4,r4,r12 @ h+=Maj(a,b,c) from the past
150 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
157 add r11,r11,r3 @ h+=Maj(a,b,c) from the past
208 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
215 add r10,r10,r12 @ h+=Maj(a,b,c) from the past
266 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
273 add r9,r9,r3 @ h+=Maj(a,b,c) from the past
324 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
331 add r8,r8,r12 @ h+=Maj(a,b,c) from the past
[all...]
/freebsd-current/sys/crypto/openssl/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...]
/freebsd-current/crypto/openssl/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
H A Dsha512-ia64.pl448 add A=A,r8 // H+=Sigma(0) from the past
462 { .mmi; add A=A,r8 // H+=Sigma(0) from the past
516 add A=A,r8 // H+=Sigma0(a) from the past
580 { .mmi; add A=A,r8 };; // H+=Sigma0(a) from the past
H A Dsha512-armv4.pl540 vadd.i64 $a,$Maj @ h+=Maj from the past
590 vadd.i64 @_[0],d30 @ h+=Maj from the past
642 vadd.i64 $A,d30 @ h+=Maj from the past
/freebsd-current/contrib/bmake/unit-tests/
H A Dposix1.mk55 # In the past substitutions did not work with the D/F forms and those
H A Dvarmod-gmtime.mk56 # 1970. Going back 50 years in the past is not a practical use case for
/freebsd-current/usr.sbin/makefs/
H A Dcd9660.c978 int past)
983 int temp_past = past;
1002 temp_past = past;
1012 skip += past;
977 cd9660_handle_collisions(iso9660_disk *diskStructure, cd9660node *colliding, int past) argument
/freebsd-current/stand/i386/pmbr/
H A Dpmbr.S157 cmp $0x9000,%ax # Don't load past 0x90000,

Completed in 462 milliseconds

12