| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid0.c | 69 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 D | bounds.hpp | 28 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 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
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/buildroot/package/libminiupnpc/ |
| H A D | Config.in | 12 smallest footprint and no dependencies to other libraries such
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/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 \
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/u-boot/fs/fat/ |
| H A D | Kconfig | 22 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 D | automount.rules | 6 # %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 D | touchscreen.rules | 6 # %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 D | 0001-basic.h-Use-c99-supported-stdint-types.patch | 43 /* smallest non-denormal 32 bit IEEE float is 1.18e-38 */
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/buildroot/package/caps/ |
| H A D | 0001-Fix-stdint-types-with-musl.patch | 51 /* smallest non-denormal 32 bit IEEE float is 1.18e-38 */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | vctrl.txt | 7 - regulator-min-microvolt : smallest voltage consumers may set
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | Kconfig | 25 DMA mapping framework by default aligns all buffers to the smallest
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-packed-hsv.rst | 15 cylinder: 0 being the smallest value and 255 the maximum.
|
| /OK3568_Linux_fs/buildroot/package/dropbear/ |
| H A D | Config.in | 42 Compile dropbear for the smallest possible binary size.
|