/freebsd/tools/tools/net80211/w00t/libw00t/ |
H A D | w00t.c | 374 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 D | w00t.h | 52 int elapsed(struct timeval *past, struct timeval *now);
|
/freebsd/sys/contrib/openzfs/module/icp/asm-arm/sha2/ |
H A D | sha512-armv7.S | 517 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 D | sha256-armv7.S | 92 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 D | sha256-armv4.S | 137 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 D | AUTHORS | 94 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 D | gzlib.c | 75 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 D | gzread.c | 303 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 | 188 int past; /* true if read requested past end */ member
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | gzlib.c | 84 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 D | gzread.c | 344 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 D | gzguts.h | 196 int past; /* true if read requested past end */ member
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/ |
H A D | regress.in | 1 # past problems, and suspected problems
|
H A D | complex.in | 19 # fish for problems as brackets go past 8
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 18 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 D | NEWS | 14 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 D | strchrnul.S | 114 1: sub $8, %rdi # undo advance past buffer 164 1: sub $16, %rdi # undo advance past buffer
|
H A D | strlen.S | 97 and $0xf, %ecx # amount of bytes rdi is past 16 byte alignment
|
H A D | stpncpy.S | 207 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 D | mmap26.sh | 101 /* one byte past EOF */
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-gate.txt | 3 some kind of operation to access the i2c bus past the arbitrator/gate, but
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1_err.et | 20 error_code EXTRA_DATA, "ASN.1 extra data past end of end structure"
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | README.stats | 22 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 D | README | 31 - can back up past first line (as far as you want) so you
|
/freebsd/contrib/one-true-awk/bugs-fixed/ |
H A D | README | 39 to with sprintf(), which meant that some conversions could write past the
|