Home
last modified time | relevance | path

Searched refs:waste (Results 1 – 25 of 79) sorted by relevance

1234

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/shelf-pack/2.1.1/include/mapbox/
H A Dshelf-pack.hpp239 int32_t waste = 0; in packOne() local
243 int32_t waste = std::numeric_limits<std::int32_t>::max(); in packOne() member
270 waste = (freebin->maxw * freebin->maxh) - (w * h); in packOne()
271 if (waste < best.waste) { in packOne()
272 best.waste = waste; in packOne()
296 waste = (shelf.h() - h) * w; in packOne()
297 if (waste < best.waste) { in packOne()
298 best.waste = waste; in packOne()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dnodemgmt.c408 uint32_t waste; in jffs2_do_reserve_space() local
436 waste = jeb->free_size; in jffs2_do_reserve_space()
438 (jeb->offset + c->sector_size - waste) | REF_OBSOLETE, in jffs2_do_reserve_space()
439 waste, NULL); in jffs2_do_reserve_space()
441 jeb->dirty_size -= waste; in jffs2_do_reserve_space()
442 c->dirty_size -= waste; in jffs2_do_reserve_space()
443 jeb->wasted_size += waste; in jffs2_do_reserve_space()
444 c->wasted_size += waste; in jffs2_do_reserve_space()
H A Dwbuf.c658 uint32_t waste = c->wbuf_pagesize - c->wbuf_len; in __jffs2_flush_wbuf() local
667 if (wbuf_jeb->free_size < waste) { in __jffs2_flush_wbuf()
669 c->wbuf_ofs, c->wbuf_len, waste); in __jffs2_flush_wbuf()
677 jffs2_link_node_ref(c, wbuf_jeb, (c->wbuf_ofs + c->wbuf_len) | REF_OBSOLETE, waste, NULL); in __jffs2_flush_wbuf()
679 wbuf_jeb->dirty_size -= waste; in __jffs2_flush_wbuf()
680 c->dirty_size -= waste; in __jffs2_flush_wbuf()
681 wbuf_jeb->wasted_size += waste; in __jffs2_flush_wbuf()
682 c->wasted_size += waste; in __jffs2_flush_wbuf()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0011-sync-with-OE-libtool-changes.patch7 waste of space but they can cause incorrect linking when native packages are
12 search paths, they're a waste of space. This patch
/OK3568_Linux_fs/buildroot/package/libopenssl/
H A D0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch4 Subject: [PATCH] Dont waste time building manpages if we're not going to use
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A DKconfig28 for larger buffers it just a memory waste. With this parameter you can
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/
H A D0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch5 a waste of space. This patch filters libtools list of paths to encoode and
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0028-linuxfbdrm-Support-setting-screen-size-and-display-r.patch76 // Do not waste time with the default SourceOver.
H A D0014-linuxfb-Support-rotate.patch70 // Do not waste time with the default SourceOver.
H A D0016-HACK-linuxfb-Support-direct-painting.patch236 // Do not waste time with the default SourceOver.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.h26 u32 waste; member
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dehci.rst24 high speed "split transactions" that don't waste transfer bandwidth.
207 going to waste more than half the USB 2.0 bandwidth. Delays between the
210 sequence of 128 KB chunks would waste a lot less.
/OK3568_Linux_fs/kernel/Documentation/maintainer/
H A Dmodifying-patches.rst10 to rediff, but this is a totally counter-productive waste of time and energy.
/OK3568_Linux_fs/kernel/Documentation/block/
H A Ddeadline-iosched.rst65 may even know that it is a waste of time to spend any time attempting to
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dmapbox.qrc144 <file alias="waste-basket">maki-4.0.0/waste-basket.svg</file>
/OK3568_Linux_fs/kernel/lib/raid6/
H A Dint.uc46 * is just a waste of space.
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Doverview.rst22 recording) audio. This is fine for a PC, but tends to waste a lot of
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dwof.S123 WRITE_PAUSE ! waste some time
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dfaq-troubleshooting.txt58 xref:faq-no-compiler-on-target[]), it does not make sense to waste
69 does not make sense to waste space with the documentation data.
/OK3568_Linux_fs/kernel/kernel/dma/
H A DKconfig186 for larger buffers it just a memory waste. With this parameter you can
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dxz.rst68 Double checking the integrity would probably be waste of CPU cycles.
/OK3568_Linux_fs/kernel/mm/
H A Dzsmalloc.c805 int waste, usedpc; in get_pages_per_zspage() local
808 waste = zspage_size % class_size; in get_pages_per_zspage()
809 usedpc = (zspage_size - waste) * 100 / zspage_size; in get_pages_per_zspage()
/OK3568_Linux_fs/kernel/Documentation/accounting/
H A Dpsi.rst54 actual CPU cycles are going to waste, and a workload that spends
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dtranshuge.rst210 max_ptes_none can waste cpu time very little, you can
218 A higher value can cause excessive swap IO and waste
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dkernel-api.rst341 clocks are disabled, so the system doesn't waste power changing the

1234