Home
last modified time | relevance | path

Searched refs:bestsp (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c471 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
472 bestsp[0] = bf[0].length; in xfs_dir2_block_to_leaf()
659 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_addname()
809 bestsp--; in xfs_dir2_leaf_addname()
810 memmove(&bestsp[0], &bestsp[1], in xfs_dir2_leaf_addname()
824 bestsp[use_block] = bf[0].length; in xfs_dir2_leaf_addname()
884 bestsp[use_block] = bf[0].length; in xfs_dir2_leaf_addname()
1388 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_removename()
1423 bestsp[db] = bf[0].length; in xfs_dir2_leaf_removename()
1462 memmove(&bestsp[db - i], bestsp, in xfs_dir2_leaf_removename()
[all …]
H A Dxfs_dir2_block.c927 __be16 *bestsp; /* leaf bests table */ in xfs_dir2_leaf_to_block() local
968 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()
969 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c471 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
472 bestsp[0] = bf[0].length; in xfs_dir2_block_to_leaf()
659 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_addname()
809 bestsp--; in xfs_dir2_leaf_addname()
810 memmove(&bestsp[0], &bestsp[1], in xfs_dir2_leaf_addname()
824 bestsp[use_block] = bf[0].length; in xfs_dir2_leaf_addname()
884 bestsp[use_block] = bf[0].length; in xfs_dir2_leaf_addname()
1388 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_removename()
1423 bestsp[db] = bf[0].length; in xfs_dir2_leaf_removename()
1462 memmove(&bestsp[db - i], bestsp, in xfs_dir2_leaf_removename()
[all …]
H A Dxfs_dir2_block.c927 __be16 *bestsp; /* leaf bests table */ in xfs_dir2_leaf_to_block() local
968 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()
969 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c471 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_block_to_leaf()
472 bestsp[0] = bf[0].length; in xfs_dir2_block_to_leaf()
659 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_addname()
809 bestsp--; in xfs_dir2_leaf_addname()
810 memmove(&bestsp[0], &bestsp[1], in xfs_dir2_leaf_addname()
824 bestsp[use_block] = bf[0].length; in xfs_dir2_leaf_addname()
884 bestsp[use_block] = bf[0].length; in xfs_dir2_leaf_addname()
1388 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_removename()
1423 bestsp[db] = bf[0].length; in xfs_dir2_leaf_removename()
1462 memmove(&bestsp[db - i], bestsp, in xfs_dir2_leaf_removename()
[all …]
H A Dxfs_dir2_block.c927 __be16 *bestsp; /* leaf bests table */ in xfs_dir2_leaf_to_block() local
968 bestsp = xfs_dir2_leaf_bests_p(ltp); in xfs_dir2_leaf_to_block()
969 if (be16_to_cpu(bestsp[be32_to_cpu(ltp->bestcount) - 1]) == in xfs_dir2_leaf_to_block()
/dports/math/calc/calc-2.14.0.14/
H A Dsymbol.c144 GLOBAL *bestsp; /* found symbol with highest scope */ in findglobal() local
147 bestsp = NULL; in findglobal()
152 if ((bestsp == NULL) || in findglobal()
153 (sp->g_filescope > bestsp->g_filescope) || in findglobal()
154 (sp->g_funcscope > bestsp->g_funcscope)) in findglobal()
155 bestsp = sp; in findglobal()
158 return bestsp; in findglobal()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mpeg2enc/
H A Dmotionest.cc123 MotionCand *bestsp);
1371 MotionCand *bestsp) in field_estimate() argument
1420 *bestsp = topfld_mc; in field_estimate()
1424 *bestsp = botfld_mc; in field_estimate()