/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP10.td | 352 // Save 1 cycles if pipeline BF reads the data from pipelines DX, MU, vMU, CY, DF, MM. 353 // Save 2 cycles if pipeline BF reads the data from pipelines BF. 359 // Save 1 cycles if pipeline CY reads the data from pipelines DX, MU, vMU, BF, DF, MM. 360 // Save 3 cycles if pipeline CY reads the data from pipelines CY. 366 // Save 1 cycles if pipeline MM reads the data from pipelines DX, MU, vMU, BF, CY, DF. 367 // Save 6 cycles if pipeline MM reads the data from pipelines MM. 373 // Save 1 cycles if pipeline BR reads the data from pipelines FX, F2. 376 // Save 1 cycles if pipeline DF reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 379 // Save 1 cycles if pipeline DV reads the data from pipelines DX, MU, vMU, BF, CY, DF, MM. 382 // Save 1 cycles if pipeline DX reads th [all...] |
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_load_client_CA_file.pod | 29 SSL_load_client_CA_file_ex() reads certificates from I<file> and returns 36 SSL_add_file_cert_subjects_to_stack() reads certificates from I<file>, 39 SSL_add_dir_cert_subjects_to_stack() reads certificates from every 49 SSL_load_client_CA_file() reads a file of PEM formatted certificates and
|
H A D | RAND_load_file.pod | 19 RAND_load_file() reads a number of bytes from file B<filename> and 24 been updated by RAND_write_file() between reads.
|
H A D | PEM_read_CMS.pod | 101 B<PEM_read_I<TYPE>>() reads a PEM-encoded object of B<I<TYPE>> from the file 105 B<PEM_read_bio_I<TYPE>>() is similar to B<PEM_read_I<TYPE>>() but reads from
|
H A D | BIO_s_null.pod | 16 the null sink is discarded, reads return EOF.
|
/freebsd/contrib/byacc/ |
H A D | lalr.c | 283 Value_t **reads; in initialize_F() local 291 reads = NEW2(ngotos, Value_t *); in initialize_F() 323 reads[i] = rp = NEW2(nedges + 1, Value_t); in initialize_F() 337 digraph(reads); in initialize_F() 341 if (reads[i]) in initialize_F() 342 FREE(reads[i]); in initialize_F() 345 FREE(reads); in initialize_F()
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | README.md | 171 | sync_read | operations | ZIO sync reads | 173 | async_read | operations | ZIO async reads| 175 | scrub | operations | ZIO scrub/scan reads | 207 | sync_read_ind | blocks | independent sync reads | 209 | async_read_ind | blocks | independent async reads | 211 | scrub_read_ind | blocks | independent scrub/scan reads | 213 | sync_read_agg | blocks | aggregated sync reads | 215 | async_read_agg | blocks | aggregated async reads | 217 | scrub_read_agg | blocks | aggregated scrub/scan reads |
|
/freebsd/lib/libc/net/ |
H A D | rcmd.c | 84 fd_set reads; in rcmd_af() local 232 FD_ZERO(&reads); in rcmd_af() 233 FD_SET(s, &reads); in rcmd_af() 234 FD_SET(s2, &reads); in rcmd_af() 236 if (_select(nfds, &reads, 0, 0, 0) < 1 || !FD_ISSET(s2, &reads)){ in rcmd_af()
|
/freebsd/contrib/unbound/util/ |
H A D | mini_event.c | 123 FD_ZERO(&base->reads); in event_init() 187 memmove(&r, &base->reads, sizeof(fd_set)); in handle_select() 301 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_add() 336 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->reads); in event_del()
|
H A D | mini_event.h | 115 reads, member
|
/freebsd/crypto/openssh/ |
H A D | OVERVIEW | 94 reads Passwords/passphrases using code in readpass.c. It reads 101 and reads configuration (readconf.c), then calls ssh_connect (in 132 configuration file (servconf.c). It then reads the host key,
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/ |
H A D | hast_snmp.c | 71 uint64_t reads; member 337 res->reads = nv_get_uint64(nvout, "stat_read%u", i); in update_resources() 491 value->v.counter64 = res->reads; in op_hastResourceTable()
|
/freebsd/tools/regression/netinet/tcpstream/ |
H A D | README | 6 server then reads the stream and uses the same generator to confirm that the
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | streaming_decoding.rst | 4 *libcbor* exposes a stateless decoder that reads a stream of input bytes from a buffer and invokes …
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | fixed-mmio-clock.txt | 2 The driver reads a clock frequency value from a single 32-bit memory mapped
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | ti-tsc-adc.txt | 17 readout is enough but multiple reads can 19 A value of 5 means, 5 reads for X, 5 for
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | snps,arcpgu.txt | 4 by Synopsys. The ARC PGU is an RGB streamer that reads the data from a
|
/freebsd/contrib/one-true-awk/ |
H A D | TODO | 18 reports if there are any definite losses or any invalid reads
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_stats.c | 198 uint64_t reads; /* number of read operations */ member 253 (u_longlong_t)sth->reads, (u_longlong_t)sth->writes, in spa_txg_history_show() 372 uint64_t nwritten, uint64_t reads, uint64_t writes, uint64_t ndirty) in spa_txg_history_set_io() argument 387 sth->reads = reads; in spa_txg_history_set_io()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | mt6577_auxadc.txt | 7 used by thermal controller which reads the temperatures from the AUXADC
|
/freebsd/tools/build/options/ |
H A D | WITH_DIRDEPS_BUILD | 14 recursively reads
|
/freebsd/tools/tools/find-sb/ |
H A D | README | 5 and when it reads a block that has a UFS superblock magic number in the
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | renesas,nbpfaxi.txt | 26 - max-burst-mem-read: limit burst size for memory reads
|
/freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
H A D | us5182d.txt | 26 raw reads.
|
/freebsd/contrib/bearssl/samples/ |
H A D | README.txt | 15 A sample SSL server, that serves one client at a time. It reads a
|