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

/freebsd-12-stable/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-12-stable/contrib/libpcap/
H A Dpcap-usb-linux.c102 int32_t nfetch; /* Number of events to fetch (out: fetched) */ member in struct:mon_bin_mfetch
1254 fetch.nfetch = limit;
1277 nflush = fetch.nfetch;
1278 for (i=0; i<fetch.nfetch; ++i) {

Completed in 489 milliseconds