Searched refs:unallocated (Results 1 – 19 of 19) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator-verifier.cc | 171 const UnallocatedOperand* unallocated = UnallocatedOperand::cast(op); in BuildConstraint() local 172 int vreg = unallocated->virtual_register(); in BuildConstraint() 174 if (unallocated->basic_policy() == UnallocatedOperand::FIXED_SLOT) { in BuildConstraint() 176 constraint->value_ = unallocated->fixed_slot_index(); in BuildConstraint() 178 switch (unallocated->extended_policy()) { in BuildConstraint() 192 if (unallocated->HasSecondaryStorage()) { in BuildConstraint() 194 constraint->spilled_slot_ = unallocated->GetSecondaryStorage(); in BuildConstraint() 198 constraint->value_ = unallocated->fixed_register_index(); in BuildConstraint() 202 constraint->value_ = unallocated->fixed_register_index(); in BuildConstraint() 218 constraint->value_ = unallocated->input_index(); in BuildConstraint()
|
D | instruction-selector.cc | 1124 UnallocatedOperand unallocated = UnallocatedOperand::cast(op); in InitializeCallBuffer() local 1125 if (unallocated.HasFixedSlotPolicy() && !is_tail_call) { in InitializeCallBuffer() 1127 unallocated.fixed_slot_index()); in InitializeCallBuffer()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | compute_memory_pool.c | 221 int64_t unallocated = 0; in compute_memory_finalize_pending() local 243 unallocated += align(item->size_in_dw, ITEM_ALIGNMENT); in compute_memory_finalize_pending() 246 if (unallocated == 0) { in compute_memory_finalize_pending() 250 if (pool->size_in_dw < allocated + unallocated) { in compute_memory_finalize_pending() 251 err = compute_memory_grow_defrag_pool(pool, pipe, allocated + unallocated); in compute_memory_finalize_pending() 281 unallocated -= item_size; in compute_memory_finalize_pending() 290 if (unallocated == 0) in compute_memory_finalize_pending()
|
/third_party/lwip/ |
D | UPGRADING | 158 make sure you return ERR_ABRT to prevent accessing unallocated memory.
|
D | CHANGELOG | 2077 callback can lead to accessing unallocated memory. As a consequence,
|
/third_party/FatFs/source/ |
D | 00history.txt | 275 …Fixed f_mkfs() creating exFAT volume with too small cluster size can collapse unallocated memory. …
|
/third_party/gptfdisk/ |
D | README.md | 69 * Clear identification of the number of unallocated sectors on a
|
/third_party/libwebsockets/ |
D | changelog | 252 lwsac_extend() so last use() can attempt to use more unallocated chunk space
|
/third_party/ffmpeg/doc/ |
D | developer.texi | 382 Never write to unallocated memory, never write over the end of arrays,
|
/third_party/mbedtls/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.c.jinja | 57 * ID 0 is reserved for unallocated operations.
|
/third_party/elfutils/src/ |
D | ChangeLog | 891 * strip.c (handle_elf): Track allocated/unallocated sections seen. Set 892 section offset of unallocated sections after handling all allocated 4527 * unstrip.c (copy_elided_sections): Ignore unfound unallocated section
|
/third_party/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 2141 Prefetch from pc + imm19 << 2 (allowing unallocated hints). 2155 Prefetch memory (allowing unallocated hints). 2164 Prefetch memory in the literal pool (allowing unallocated hints). 2196 Prefetch memory (with unscaled offset, allowing unallocated hints).
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 1891 In cases where this procedure results in unallocated bits, these bits
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_compression_astc.txt | 2046 In cases where this procedure results in unallocated bits, these bits
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_compression_astc.txt | 2033 In cases where this procedure results in unallocated bits, these bits
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 1902 In cases where this procedure results in unallocated bits, these bits
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V9.md | 2409 …(https://github.com/nodejs/node/commit/193926ecab)] - **tls,doc**: fix unallocated deprecation cod…
|
/third_party/NuttX/ |
D | ReleaseNotes | 14123 - mtd: Fix some unallocated and NULL pointer issues. rwb->wrflush and 14124 rwb->wrmaxblocks in rwbuffer could get unallocated values from
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 19786 And not from unallocated output buffer GstMapInfo
|