Home
last modified time | relevance | path

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

1234567

/freebsd/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c374 int elapsed(struct timeval *past, struct timeval *now) in elapsed() argument
378 el = now->tv_sec - past->tv_sec; in elapsed()
381 el = now->tv_usec - past->tv_usec; in elapsed()
384 el += 1000*1000-past->tv_usec; in elapsed()
H A Dw00t.h52 int elapsed(struct timeval *past, struct timeval *now);
/freebsd/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/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/contrib/diff/
H A DAUTHORS94 Assigns past and future changes.
98 Assigns past and future changes to manual.
102 Assigns past and future works (work for hire by Tim Pierce (diffutils) and
/freebsd/sys/contrib/zlib/
H A Dgzlib.c75 state->past = 0; /* have not read past end yet */ in gz_reset()
376 state->past = 0; in gzseek64()
485 return state->mode == GZ_READ ? state->past : 0; in gzeof()
520 state->past = 0; in gzclearerr()
H A Dgzread.c303 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.h188 int past; /* true if read requested past end */ member
/freebsd/sys/contrib/zstd/zlibWrapper/
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.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 Dgzguts.h196 int past; /* true if read requested past end */ member
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/
H A Dregress.in1 # past problems, and suspected problems
H A Dcomplex.in19 # fish for problems as brackets go past 8
/freebsd/contrib/tzdata/
H A DNEWS18 Changes to past timestamps
92 Changes to past timestamps
121 Changes to past tm_isdst flags
206 zic no longer pretends to support indefinite-past DST.
221 Changes to past timestamps
235 DST rules that extend into the indefinite past - although these
290 Changes to past and future timestamps
299 Changes to past tm_isdst flags
375 Changes to past and future timestamps
424 Changes to past timestamp
[all...]
/freebsd/contrib/tzcode/
H A DNEWS14 Changes to past timestamps
43 Changes to past tm_isdst flags
128 zic no longer pretends to support indefinite-past DST.
143 Changes to past timestamps
157 DST rules that extend into the indefinite past - although these
212 Changes to past and future timestamps
221 Changes to past tm_isdst flags
297 Changes to past and future timestamps
346 Changes to past timestamps
353 Changes to past tim
[all...]
/freebsd/lib/libc/amd64/string/
H A Dstrchrnul.S114 1: sub $8, %rdi # undo advance past buffer
164 1: sub $16, %rdi # undo advance past buffer
H A Dstrlen.S97 and $0xf, %ecx # amount of bytes rdi is past 16 byte alignment
H A Dstpncpy.S207 add $32, %rdi # advance past first two chunks
208 sub $32+16, %r10 # advance past first three chunks
/freebsd/tools/test/stress2/misc/
H A Dmmap26.sh101 /* one byte past EOF */
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-gate.txt3 some kind of operation to access the i2c bus past the arbitrator/gate, but
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1_err.et20 error_code EXTRA_DATA, "ASN.1 extra data past end of end structure"
/freebsd/contrib/ntp/scripts/stats/
H A DREADME.stats22 30.756 time of day (s) past midnight UTC
39 11.897 time of day (s) past midnight UTC
58 60517.826 time of day (s) past midnight UTC
/freebsd/usr.bin/col/
H A DREADME31 - can back up past first line (as far as you want) so you
/freebsd/contrib/one-true-awk/bugs-fixed/
H A DREADME39 to with sprintf(), which meant that some conversions could write past the

1234567