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

  /external/fio/
verify.c 229 unsigned int hdr_num; member in struct:vcont
312 hdr_offset = vc->hdr_num * hdr->len;
352 offset += vc->hdr_num * hdr->len;
371 return vc->io_u->buf + vc->hdr_num * hdr->len + hdr_size(vc->td, hdr);
392 mod = (get_hdr_inc(td, io_u) * vc->hdr_num + header_size) % pattern_size;
817 struct verify_header *hdr, unsigned int hdr_num,
839 if (hdr->offset != io_u->offset + hdr_num * td->o.verify_interval) {
875 io_u->offset + hdr_num * hdr_len, hdr_len);
878 dump_buf(p, hdr_len, io_u->offset + hdr_num * hdr_len,
888 unsigned int header_size, hdr_inc, hdr_num = 0 local
    [all...]
  /external/libpcap/
pcap-dag.c 301 uint32_t hdr_num = 0; local
318 if ( len < (24 + (hdr_num * 8)) )
319 return hdr_num;
322 hdr_type = erf[(16 + (hdr_num * 8))];
323 hdr_num++;
327 return hdr_num;
    [all...]

Completed in 176 milliseconds