/third_party/node/deps/v8/src/heap/ |
D | paged-spaces.h | 171 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/ |
D | flacdec.c | 408 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()
|
D | flacenc.c | 81 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/ |
D | CONTRIBUTING.md | 6 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/ |
D | heap-layout-viewer.mjs | 165 'wasted:' + params.value[4] + 'B';
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_discard_framebuffer.txt | 58 effort to load or store those buffers is wasted.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_discard_framebuffer.txt | 58 effort to load or store those buffers is wasted.
|
/third_party/protobuf/ |
D | CONTRIBUTING.md | 61 & review's time is wasted. Create more PRs to address different concerns and
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | CONTRIBUTING.md | 85 both author's & review's time is wasted. Create more PRs to address
|
/third_party/gstreamer/gstreamer/ |
D | README.md | 100 --- "I've never seen so many plug-ins wasted so badly."
|
/third_party/gstreamer/gstplugins_base/ |
D | README.md | 100 --- "I've never seen so many plug-ins wasted so badly."
|
/third_party/gstreamer/gstplugins_bad/ |
D | README.md | 100 --- "I've never seen so many plug-ins wasted so badly."
|
/third_party/gstreamer/gstplugins_good/ |
D | README.md | 100 --- "I've never seen so many plug-ins wasted so badly."
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_shader_image_footprint.txt | 60 first image was wasted.
|
/third_party/libwebsockets/lib/misc/threadpool/ |
D | README.md | 118 is wasted.
|
/third_party/libwebsockets/lib/system/smd/ |
D | README.md | 56 wasted on things that are not currently interesting; but such messages start to
|
/third_party/f2fs-tools/ |
D | VERSIONING | 168 so libtool's slow and complex abstraction layer is totally wasted.
|
/third_party/glib/ |
D | CONTRIBUTING.md | 180 already, so that effort isn’t wasted on putting together merge requests
|
/third_party/rust/crates/unicode-ident/ |
D | README.md | 92 table entry is holding 22 bits of wasted space, adding up to 3.9 K. They could
|
/third_party/openGLES/extensions/NV/ |
D | NV_shader_texture_footprint.txt | 80 wasted. With this feature, an application can limit this waste using an
|
/third_party/python/Objects/stringlib/ |
D | stringlib_find_two_way_notes.txt | 297 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/ |
D | README.txt | 294 In most cases, this is just a wasted optimization. However, sometimes it can
|
/third_party/astc-encoder/Docs/ |
D | FormatOverview.md | 144 of our bit-space wasted when using simple binary encoding to store an arbitrary
|
/third_party/icu/docs/userguide/collation/ |
D | architecture.md | 220 be wasted. However, if you use too-small buffers, you will lose performance if
|
/third_party/node/doc/contributing/ |
D | pull-requests.md | 375 their effort was not wasted or unappreciated. Every pull request from a new
|