Home
last modified time | relevance | path

Searched refs:i_depth (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0003-CVE-2022-41325.patch48 - int i_depth = p_client->format.bitsPerPixel;
52 - switch( i_depth )
67 - p_sys->i_framebuffersize = i_width * i_height * i_depth / 8;
79 - fmt.video.i_bits_per_pixel = i_depth;
/openbmc/linux/fs/gfs2/
H A Ddir.c347 hsize = BIT(ip->i_depth); in gfs2_dir_get_hash_table()
817 unsigned int hsize = BIT(ip->i_depth); in gfs2_dirent_search()
825 index = name->hash >> (32 - ip->i_depth); in gfs2_dirent_search()
981 dip->i_depth = y; in dir_make_exhash()
1011 index = name->hash >> (32 - dip->i_depth); in dir_split_leaf()
1022 if (dip->i_depth == be16_to_cpu(oleaf->lf_depth)) { in dir_split_leaf()
1037 len = BIT(dip->i_depth - be16_to_cpu(oleaf->lf_depth)); in dir_split_leaf()
1041 dip->i_depth, be16_to_cpu(oleaf->lf_depth), index); in dir_split_leaf()
1075 divider = (start + half_len) << (32 - dip->i_depth); in dir_split_leaf()
1157 hsize = BIT(dip->i_depth); in dir_double_exhash()
[all …]
H A Dincore.h404 u8 i_depth; member
H A Dglops.c461 ip->i_depth = (u8)depth; in gfs2_dinode_in()
H A Dsuper.c430 str->di_depth = cpu_to_be16(ip->i_depth); in gfs2_dinode_out()
H A Dinode.c707 ip->i_depth = 0; in gfs2_create_inode()
H A Dbmap.c1521 else if (ip->i_depth) in sweep_bh_for_rgrps()
H A Drgrp.c2534 if (meta || ip->i_depth || gfs2_is_jdata(ip)) in __gfs2_free_blocks()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp123 * @param[in] i_depth - Maximum depth of the tree to search.
131 const std::string& i_objectPath, const int& i_depth, in getObjectSubTree() argument
148 l_method.append(i_objectPath, i_depth, i_interfaces); in getObjectSubTree()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp553 * @param[in] i_depth - The maximum subtree depth for which results should be
561 const std::string i_objectPath, const int i_depth = 0, in GetSubTreePaths() argument
573 l_method.append(i_objectPath, i_depth, i_constrainingInterfaces);