HomeSort by relevance Sort by last modified time
    Searched refs:nrecs (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
print-cnfp.c 162 int nrecs, ver; local
171 nrecs = EXTRACT_32BITS(&nh->count);
188 ND_PRINT((ndo, "%2u recs", nrecs));
190 for (; nrecs != 0; nr++, nrecs--) {
252 int nrecs, ver; local
261 nrecs = EXTRACT_32BITS(&nh->count);
279 ND_PRINT((ndo, "%2u recs", nrecs));
281 for (; nrecs != 0; nr++, nrecs--)
349 int nrecs, ver; local
    [all...]
  /external/ltp/include/old/
write_log.h 157 extern int wlog_scan_backward(struct wlog_file *wfile, int nrecs,
  /external/ltp/lib/
write_log.c 255 * wlog_file structure initialized by wlog_open(). nrecs is the number
256 * of records to scan (all records are scanned if nrecs is 0). func is
261 int wlog_scan_backward(struct wlog_file *wfile, int nrecs,
294 while ((!nrecs || recnum < nrecs) && offset > 0) {
389 if (nrecs && recnum >= nrecs)
  /external/syslinux/core/fs/xfs/
xfs_dir2.c 496 int nrecs)
500 for (i = 0; i < nrecs; i++) {
511 return be64_to_cpu(pp[nrecs - 1]);

Completed in 132 milliseconds