Home
last modified time | relevance | path

Searched refs:smallest (Results 1 – 25 of 114) sorted by relevance

12345

/OK3568_Linux_fs/kernel/include/linux/
H A Dmin_heap.h38 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()
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid0.c69 struct md_rdev *smallest, *rdev1, *rdev2, *rdev, **dev; in create_strip_zones() local
161 smallest = NULL; in create_strip_zones()
198 if (!smallest || (rdev1->sectors < smallest->sectors)) in create_strip_zones()
199 smallest = rdev1; in create_strip_zones()
208 zone->zone_end = smallest->sectors * cnt; in create_strip_zones()
221 zone->dev_start = smallest->sectors; in create_strip_zones()
222 smallest = NULL; in create_strip_zones()
239 if (!smallest || rdev->sectors < smallest->sectors) { in create_strip_zones()
240 smallest = rdev; in create_strip_zones()
248 sectors = (smallest->sectors - zone->dev_start) * c; in create_strip_zones()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dbounds.hpp28 static N smallest() { return static_cast<N>(1); } in smallest() function in boost::numeric::boundsdetail::Integral
40 static N smallest() { return limits::min BOOST_PREVENT_MACRO_SUBSTITUTION (); } in smallest() function in boost::numeric::boundsdetail::Float
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dutil.S475 | ;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 Dscale.S206 | mode is rp, and the zero is positive, return smallest denorm.
207 | If the mode is rm, and the zero is negative, return smallest
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.fuse13 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 DREADME.ubi56 UBI: smallest flash I/O unit: 1
128 UBI: smallest flash I/O unit: 1
/OK3568_Linux_fs/buildroot/package/libminiupnpc/
H A DConfig.in12 smallest footprint and no dependencies to other libraries such
/OK3568_Linux_fs/kernel/lib/lz4/
H A Dlz4_compress.c864 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dx86_kexec_test.patch6 The purpose of this recipe is to build the smallest
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libalgorithm/
H A Dlibalgorithm-diff-perl_1.15.bb6 program. It is guaranteed to find the *smallest possible* set of \
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/udev-extraconf/
H A Dautonet.rules6 # %e the smallest number for that name which does not matches an existing node
H A Dautomount.rules6 # %e the smallest number for that name which does not matches an existing node
H A Dlocalextra.rules6 # %e the smallest number for that name which does not matches an existing node
/OK3568_Linux_fs/u-boot/fs/fat/
H A DKconfig22 is the smallest amount of disk space that can be used to hold a
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/etc/udev/rules.d/
H A Dautomount.rules6 # %e the smallest number for that name which does not matches an existing node
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A Dtouchscreen.rules6 # %e the smallest number for that name which does not matches an existing node
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps/
H A D0001-basic.h-Use-c99-supported-stdint-types.patch43 /* smallest non-denormal 32 bit IEEE float is 1.18e-38 */
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/
H A Dlocal.rules6 # %e the smallest number for that name which does not matches an existing node
/OK3568_Linux_fs/buildroot/package/caps/
H A D0001-Fix-stdint-types-with-musl.patch51 /* smallest non-denormal 32 bit IEEE float is 1.18e-38 */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dvctrl.txt7 - regulator-min-microvolt : smallest voltage consumers may set
/OK3568_Linux_fs/kernel/fs/jffs2/
H A DKconfig175 Tries all compressors and chooses the one which has the smallest
181 Tries all compressors and chooses the one which has the smallest
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A DKconfig25 DMA mapping framework by default aligns all buffers to the smallest
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-packed-hsv.rst15 cylinder: 0 being the smallest value and 255 the maximum.
/OK3568_Linux_fs/buildroot/package/dropbear/
H A DConfig.in42 Compile dropbear for the smallest possible binary size.

12345