Searched refs:reads (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c83 cache->reads++;
153 cache->reads++;
195 info->gets = cache->reads;
213 cache->reads = 0;
H A Dcache.h92 apr_uint64_t reads; member in struct:svn_cache__t
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp132 bool reads, writes; local
133 tie(reads, writes) = mi->readsWritesVirtualRegister(li.reg);
135 writes, reads, MBFI.getBlockFreq(mi->getParent()));
/freebsd-10.1-release/contrib/unbound/util/
H A Dmini_event.h94 reads, member in struct:event_base
H A Dmini_event.c123 FD_ZERO(&base->reads);
187 memmove(&r, &base->reads, sizeof(fd_set));
304 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->reads);
339 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->reads);
/freebsd-10.1-release/contrib/ntp/lib/isc/unix/
H A Dentropy.c394 fd_set reads; local
398 FD_ZERO(&reads);
407 FD_SET(fd, &reads);
425 FD_SET(fd, &reads);
436 cc = select(maxfd + 1, &reads, &writes, NULL, NULL);
/freebsd-10.1-release/contrib/byacc/
H A Dlalr.c280 Value_t **reads; local
289 reads = NEW2(ngotos, Value_t *);
320 reads[i] = rp = NEW2(nedges + 1, Value_t);
334 digraph(reads);
338 if (reads[i])
339 FREE(reads[i]);
342 FREE(reads);
/freebsd-10.1-release/lib/libc/net/
H A Drcmd.c94 fd_set reads; local
242 FD_ZERO(&reads);
243 FD_SET(s, &reads);
244 FD_SET(s2, &reads);
246 if (_select(nfds, &reads, 0, 0, 0) < 1 || !FD_ISSET(s2, &reads)){
/freebsd-10.1-release/contrib/byacc/package/
H A Dbyacc.spec16 This package provides a parser generator utility that reads a grammar
H A Dmingw-byacc.spec16 This package provides a parser generator utility that reads a grammar
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c72 uint64_t reads; member in struct:hast_snmp_resource
338 res->reads = nv_get_uint64(nvout, "stat_read%u", i);
492 value->v.counter64 = res->reads;
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql60 but doesn't block reads. The incomplete transaction means that no
/freebsd-10.1-release/contrib/one-true-awk/
H A DFIXES778 awk -f - reads the program from stdin.
836 small fix to input() in case of multiple reads after EOF.
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c133 * between reads, writes, and scrubs. E.g., increasing
135 * more quickly, but reads and writes to have higher latency and lower
222 "Acceptable gap between two reads being aggregated");
379 ksio->reads++;
616 * For reads, there's nothing to do. While we are unable to
/freebsd-10.1-release/sys/cam/ctl/
H A DREADME.ctl.txt333 act as a source and sink for reads and writes from an initiator. Therefore
/freebsd-10.1-release/contrib/amd/doc/
H A Dtexinfo.tex2924 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
2943 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
3451 % The texindex program reads in these files and writes files
5664 % they're defined in; @include reads the file inside a group.
5726 % {. If so it reads up to the closing }, if not, it reads the whole
/freebsd-10.1-release/contrib/gcc/doc/include/
H A Dtexinfo.tex3096 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
3115 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
3625 % The texindex program reads in these files and writes files
5860 % they're defined in; @include reads the file inside a group.
5922 % {. If so it reads up to the closing }, if not, it reads the whole
/freebsd-10.1-release/contrib/groff/doc/
H A Dtexinfo.tex2995 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
3014 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
3523 % The texindex program reads in these files and writes files
5736 % they're defined in; @include reads the file inside a group.
5798 % {. If so it reads up to the closing }, if not, it reads the whole

Completed in 316 milliseconds