Home
last modified time | relevance | path

Searched refs:wasted (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/node/deps/v8/src/heap/
Dpaged-spaces.h171 size_t wasted = free_list_->Free(start, size_in_bytes, kLinkCategory); in NON_EXPORTED_BASE() local
174 DCHECK_GE(size_in_bytes, wasted); in NON_EXPORTED_BASE()
175 return size_in_bytes - wasted; in NON_EXPORTED_BASE()
179 size_t wasted = free_list_->Free(start, size_in_bytes, kDoNotLinkCategory); in NON_EXPORTED_BASE() local
180 DCHECK_GE(size_in_bytes, wasted); in NON_EXPORTED_BASE()
181 return size_in_bytes - wasted; in NON_EXPORTED_BASE()
/third_party/ffmpeg/libavcodec/
Dflacdec.c408 int type, wasted = 0; in decode_subframe() local
436 wasted = 1 + get_unary(&s->gb, 1, get_bits_left(&s->gb)); in decode_subframe()
437 bps -= wasted; in decode_subframe()
463 if (wasted && wasted < 32) { in decode_subframe()
466 decoded[i] = (unsigned)decoded[i] << wasted; in decode_subframe()
Dflacenc.c81 int wasted; member
499 sub->wasted = 0; in init_frame()
561 if (sub->wasted) in subframe_count_exact()
562 count += sub->wasted; in subframe_count_exact()
1097 sub->wasted = v; in remove_wasted_bits()
1256 put_bits(&s->pb, 1, !!sub->wasted); in write_subframes()
1257 if (sub->wasted) in write_subframes()
1258 put_bits(&s->pb, sub->wasted, 1); in write_subframes()
/third_party/cJSON/.github/
DCONTRIBUTING.md6 For bigger changes, in order to avoid wasted effort, please open an issue to discuss the technical …
/third_party/node/deps/v8/tools/heap-layout/
Dheap-layout-viewer.mjs165 'wasted:' + params.value[4] + 'B';
/third_party/openGLES/extensions/EXT/
DEXT_discard_framebuffer.txt58 effort to load or store those buffers is wasted.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_discard_framebuffer.txt58 effort to load or store those buffers is wasted.
/third_party/protobuf/
DCONTRIBUTING.md61 & review's time is wasted. Create more PRs to address different concerns and
/third_party/skia/third_party/externals/abseil-cpp/
DCONTRIBUTING.md85 both author's & review's time is wasted. Create more PRs to address
/third_party/gstreamer/gstreamer/
DREADME.md100 --- "I've never seen so many plug-ins wasted so badly."
/third_party/gstreamer/gstplugins_base/
DREADME.md100 --- "I've never seen so many plug-ins wasted so badly."
/third_party/gstreamer/gstplugins_bad/
DREADME.md100 --- "I've never seen so many plug-ins wasted so badly."
/third_party/gstreamer/gstplugins_good/
DREADME.md100 --- "I've never seen so many plug-ins wasted so badly."
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_shader_image_footprint.txt60 first image was wasted.
/third_party/libwebsockets/lib/misc/threadpool/
DREADME.md118 is wasted.
/third_party/libwebsockets/lib/system/smd/
DREADME.md56 wasted on things that are not currently interesting; but such messages start to
/third_party/f2fs-tools/
DVERSIONING168 so libtool's slow and complex abstraction layer is totally wasted.
/third_party/glib/
DCONTRIBUTING.md180 already, so that effort isn’t wasted on putting together merge requests
/third_party/rust/crates/unicode-ident/
DREADME.md92 table entry is holding 22 bits of wasted space, adding up to 3.9 K. They could
/third_party/openGLES/extensions/NV/
DNV_shader_texture_footprint.txt80 wasted. With this feature, an application can limit this waste using an
/third_party/python/Objects/stringlib/
Dstringlib_find_two_way_notes.txt297 are always "wasted", they constitute less than half of all
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DREADME.txt294 In most cases, this is just a wasted optimization. However, sometimes it can
/third_party/astc-encoder/Docs/
DFormatOverview.md144 of our bit-space wasted when using simple binary encoding to store an arbitrary
/third_party/icu/docs/userguide/collation/
Darchitecture.md220 be wasted. However, if you use too-small buffers, you will lose performance if
/third_party/node/doc/contributing/
Dpull-requests.md375 their effort was not wasted or unappreciated. Every pull request from a new

1234