Searched refs:h_size (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-nflog.c | 147 uint16_t h_size = NFLOG_HDR_LEN; in nflog_if_print() local 200 h_size += NFLOG_TLV_LEN; in nflog_if_print() 207 h_size += size; in nflog_if_print() 232 ndo->ndo_ll_hdr_len += h_size - NFLOG_HDR_LEN; in nflog_if_print() 236 ndo->ndo_ll_hdr_len += h_size - NFLOG_HDR_LEN; in nflog_if_print()
|
/freebsd/sys/fs/ext2fs/ |
H A D | htree.h | 104 uint16_t h_size; member
|
H A D | ext2_htree.c | 572 sort_info->h_size = ep->e2d_reclen; in ext2_htree_split_dirblock() 593 if (le16toh(sort_info[i].h_size) + size > blksize / 2) in ext2_htree_split_dirblock() 595 size += le16toh(sort_info[i].h_size); in ext2_htree_split_dirblock()
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_taskdeps.cpp | 129 size_t h_size; in __kmp_dephash_create() local 132 h_size = KMP_DEPHASH_MASTER_SIZE; in __kmp_dephash_create() 134 h_size = KMP_DEPHASH_OTHER_SIZE; in __kmp_dephash_create() 136 size_t size = h_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_create() 143 h->size = h_size; in __kmp_dephash_create() 151 for (size_t i = 0; i < h_size; i++) in __kmp_dephash_create()
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_dc.c | 354 uint32_t h_offset, v_offset, h_size, v_size, bpp; in dc_setup_window() local 374 h_size = win->src_w * bpp; in dc_setup_window() 377 h_size = win->src_h * bpp; in dc_setup_window() 414 bpp, h_size, v_size, h_offset, v_offset); in dc_setup_window() 428 WR4(sc, DC_WIN_PRESCALED_SIZE, WIN_PRESCALED_SIZE(h_size, v_size)); in dc_setup_window()
|
/freebsd/sys/contrib/v4l/ |
H A D | videodev.h | 229 __u32 h_size; /* current unscaled horizontal size */ member
|