Searched refs:nfetch (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/gdb/gdb/
H A Dvalprint.c1088 unsigned int nfetch; /* Chars to fetch / chars fetched. */
1129 nfetch = partial_memory_read (addr, bufptr, len * width, &errcode)
1131 addr += nfetch * width;
1132 bufptr += nfetch * width;
1140 nfetch = min (chunksize, fetchlimit - bufsize);
1143 buffer = (char *) xmalloc (nfetch * width);
1147 buffer = (char *) xrealloc (buffer, (nfetch + bufsize) * width);
1152 bufsize += nfetch;
1155 nfetch = partial_memory_read (addr, bufptr, nfetch * widt
1087 unsigned int nfetch; /* Chars to fetch / chars fetched. */ local
[all...]
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-usb-linux.c104 int32_t nfetch; /* Number of events to fetch (out: fetched) */ member in struct:mon_bin_mfetch
844 fetch.nfetch = limit;
866 nflush = fetch.nfetch;
867 for (i=0; i<fetch.nfetch; ++i) {

Completed in 107 milliseconds