Home
last modified time | relevance | path

Searched refs:reads (Results 1 – 25 of 195) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td352 // 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 DSSL_load_client_CA_file.pod29 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 DRAND_load_file.pod19 RAND_load_file() reads a number of bytes from file B<filename> and
24 been updated by RAND_write_file() between reads.
H A DPEM_read_CMS.pod101 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 DBIO_s_null.pod16 the null sink is discarded, reads return EOF.
/freebsd/contrib/byacc/
H A Dlalr.c283 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 DREADME.md171 | 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 Drcmd.c84 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 Dmini_event.c123 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 Dmini_event.h115 reads, member
/freebsd/crypto/openssh/
H A DOVERVIEW94 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 Dhast_snmp.c71 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 DREADME6 server then reads the stream and uses the same generator to confirm that the
/freebsd/contrib/libcbor/doc/source/api/
H A Dstreaming_decoding.rst4 *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 Dfixed-mmio-clock.txt2 The driver reads a clock frequency value from a single 32-bit memory mapped
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dti-tsc-adc.txt17 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 Dsnps,arcpgu.txt4 by Synopsys. The ARC PGU is an RGB streamer that reads the data from a
/freebsd/contrib/one-true-awk/
H A DTODO18 reports if there are any definite losses or any invalid reads
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c198 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 Dmt6577_auxadc.txt7 used by thermal controller which reads the temperatures from the AUXADC
/freebsd/tools/build/options/
H A DWITH_DIRDEPS_BUILD14 recursively reads
/freebsd/tools/tools/find-sb/
H A DREADME5 and when it reads a block that has a UFS superblock magic number in the
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Drenesas,nbpfaxi.txt26 - max-burst-mem-read: limit burst size for memory reads
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dus5182d.txt26 raw reads.
/freebsd/contrib/bearssl/samples/
H A DREADME.txt15 A sample SSL server, that serves one client at a time. It reads a

12345678