/openbmc/linux/include/linux/ |
H A D | min_heap.h | 38 void *left, *right, *parent, *smallest; in min_heapify() local 47 smallest = parent; in min_heapify() 48 if (func->less(left, smallest)) in min_heapify() 49 smallest = left; in min_heapify() 53 if (func->less(right, smallest)) in min_heapify() 54 smallest = right; in min_heapify() 56 if (smallest == parent) in min_heapify() 58 func->swp(smallest, parent); in min_heapify() 59 if (smallest == left) in min_heapify()
|
/openbmc/linux/drivers/md/ |
H A D | raid0.c | 67 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; in create_strip_zones() local 157 smallest = NULL; in create_strip_zones() 194 if (!smallest || (rdev1->sectors < smallest->sectors)) in create_strip_zones() 195 smallest = rdev1; in create_strip_zones() 204 zone->zone_end = smallest->sectors * cnt; in create_strip_zones() 217 zone->dev_start = smallest->sectors; in create_strip_zones() 218 smallest = NULL; in create_strip_zones() 235 if (!smallest || rdev->sectors < smallest->sectors) { in create_strip_zones() 236 smallest = rdev; in create_strip_zones() 244 sectors = (smallest->sectors - zone->dev_start) * c; in create_strip_zones() [all …]
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | util.S | 475 | ;smallest +ext denorm 477 | ;smallest +sgl denorm 479 | ;smallest +dbl denorm 533 leal EXT_PSML,%a1 |answer is negative smallest denorm 548 leal EXT_PSML,%a1 |answer is positive smallest denorm 565 leal DBL_PSML,%a1 |answer is smallest denormalized negative 580 leal DBL_PSML,%a1 |answer is smallest denormalized negative 597 leal SGL_PSML,%a1 |answer is smallest denormalized negative 612 leal SGL_PSML,%a1 |answer is smallest denormalized positive
|
H A D | scale.S | 206 | mode is rp, and the zero is positive, return smallest denorm. 207 | If the mode is rm, and the zero is negative, return smallest
|
/openbmc/u-boot/doc/ |
H A D | README.fuse | 13 A fuse word is the smallest group of fuses that can be read at once from the 16 A fuse bank is the smallest group of fuse words having a common ID, as defined
|
H A D | README.ubi | 56 UBI: smallest flash I/O unit: 1 128 UBI: smallest flash I/O unit: 1
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libalgorithm/ |
H A D | libalgorithm-diff-perl_1.15.bb | 6 program. It is guaranteed to find the *smallest possible* set of \
|
/openbmc/linux/Documentation/userspace-api/ |
H A D | ELF.rst | 10 "First" program header is the one with the smallest offset in the file:
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | x86_kexec_test.patch | 6 The purpose of this recipe is to build the smallest
|
/openbmc/u-boot/fs/fat/ |
H A D | Kconfig | 22 is the smallest amount of disk space that can be used to hold a
|
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
H A D | autonet.rules | 6 # %e the smallest number for that name which does not matches an existing node
|
H A D | automount.rules | 6 # %e the smallest number for that name which does not matches an existing node
|
H A D | localextra.rules | 6 # %e the smallest number for that name which does not matches an existing node
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | touchscreen.rules | 6 # %e the smallest number for that name which does not matches an existing node
|
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/ |
H A D | local.rules | 6 # %e the smallest number for that name which does not matches an existing node
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps/ |
H A D | 0001-basic.h-Use-c99-supported-stdint-types.patch | 44 /* smallest non-denormal 32 bit IEEE float is 1.18e-38 */
|
/openbmc/linux/lib/lz4/ |
H A D | lz4_compress.c | 864 const BYTE *smallest = (const BYTE *) source; in LZ4_compress_fast_continue() local 871 if ((streamPtr->dictSize > 0) && (smallest > dictEnd)) in LZ4_compress_fast_continue() 872 smallest = dictEnd; in LZ4_compress_fast_continue() 874 LZ4_renormDictT(streamPtr, smallest); in LZ4_compress_fast_continue()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/ |
H A D | 0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch | 58 * otherwise the smallest positive difference from target. 59 + * We also reward the smallest positive difference from the target,
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | vctrl.txt | 7 - regulator-min-microvolt : smallest voltage consumers may set
|
/openbmc/linux/fs/jffs2/ |
H A D | Kconfig | 175 Tries all compressors and chooses the one which has the smallest 181 Tries all compressors and chooses the one which has the smallest
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-packed-hsv.rst | 15 cylinder: 0 being the smallest value and 255 the maximum.
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2142 int smallest; in xfs_attr3_leaf_remove() local 2173 smallest = XFS_ATTR_LEAF_MAPSIZE - 1; in xfs_attr3_leaf_remove() 2191 smallest = i; in xfs_attr3_leaf_remove() 2215 if (ichdr.freemap[smallest].size < entsize) { in xfs_attr3_leaf_remove() 2216 ichdr.freemap[smallest].base = be16_to_cpu(entry->nameidx); in xfs_attr3_leaf_remove() 2217 ichdr.freemap[smallest].size = entsize; in xfs_attr3_leaf_remove() 2225 smallest = 1; in xfs_attr3_leaf_remove() 2227 smallest = 0; in xfs_attr3_leaf_remove() 2253 if (smallest) { in xfs_attr3_leaf_remove()
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.c | 1786 int smallest = 0; in sunvnet_port_add_txq_common() local 1795 smallest = i; in sunvnet_port_add_txq_common() 1798 if (vp->q_used[i] < vp->q_used[smallest]) in sunvnet_port_add_txq_common() 1799 smallest = i; in sunvnet_port_add_txq_common() 1803 vp->q_used[smallest]++; in sunvnet_port_add_txq_common() 1804 port->q_index = smallest; in sunvnet_port_add_txq_common()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 718 struct mlx5_cache_ent *cur, *smallest = NULL; in mkey_cache_ent_from_rb_key() local 729 smallest = cur; in mkey_cache_ent_from_rb_key() 745 return (smallest && in mkey_cache_ent_from_rb_key() 746 smallest->rb_key.access_mode == rb_key.access_mode && in mkey_cache_ent_from_rb_key() 747 smallest->rb_key.access_flags == rb_key.access_flags && in mkey_cache_ent_from_rb_key() 748 smallest->rb_key.ats == rb_key.ats && in mkey_cache_ent_from_rb_key() 749 smallest->rb_key.ndescs <= ndescs_limit) ? in mkey_cache_ent_from_rb_key() 750 smallest : in mkey_cache_ent_from_rb_key()
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-enum-entities.rst | 44 about the entity with the smallest id strictly larger than the requested
|