Searched refs:h_size (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-nflog.c76 uint16_t h_size = sizeof(nflog_hdr_t); local
82 return h_size;
87 return h_size;
102 return h_size;
114 return h_size;
121 return h_size;
131 h_size += sizeof(nflog_tlv_t);
138 h_size += size;
165 return h_size;
/freebsd-13-stable/sys/fs/ext2fs/
H A Dhtree.h106 uint16_t h_size; member in struct:ext2fs_htree_sort_entry
H A Dext2_htree.c574 sort_info->h_size = ep->e2d_reclen;
595 if (le16toh(sort_info[i].h_size) + size > blksize / 2)
597 size += le16toh(sort_info[i].h_size);
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp119 size_t h_size; local
122 h_size = KMP_DEPHASH_MASTER_SIZE;
124 h_size = KMP_DEPHASH_OTHER_SIZE;
127 h_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t);
134 h->size = h_size;
141 for (size_t i = 0; i < h_size; i++)
/freebsd-13-stable/sys/contrib/v4l/
H A Dvideodev.h229 __u32 h_size; /* current unscaled horizontal size */ member in struct:video_info
/freebsd-13-stable/sys/arm/nvidia/drm2/
H A Dtegra_dc.c357 uint32_t h_offset, v_offset, h_size, v_size, bpp; local
377 h_size = win->src_w * bpp;
380 h_size = win->src_h * bpp;
417 bpp, h_size, v_size, h_offset, v_offset);
431 WR4(sc, DC_WIN_PRESCALED_SIZE, WIN_PRESCALED_SIZE(h_size, v_size));

Completed in 141 milliseconds