Home
last modified time | relevance | path

Searched refs:unallocated (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator-verifier.cc171 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()
Dinstruction-selector.cc1124 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/
Dcompute_memory_pool.c221 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/
DUPGRADING158 make sure you return ERR_ABRT to prevent accessing unallocated memory.
DCHANGELOG2077 callback can lead to accessing unallocated memory. As a consequence,
/third_party/FatFs/source/
D00history.txt275 …Fixed f_mkfs() creating exFAT volume with too small cluster size can collapse unallocated memory. …
/third_party/gptfdisk/
DREADME.md69 * Clear identification of the number of unallocated sectors on a
/third_party/libwebsockets/
Dchangelog252 lwsac_extend() so last use() can attempt to use more unallocated chunk space
/third_party/ffmpeg/doc/
Ddeveloper.texi382 Never write to unallocated memory, never write over the end of arrays,
/third_party/mbedtls/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.c.jinja57 * ID 0 is reserved for unallocated operations.
/third_party/elfutils/src/
DChangeLog891 * 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/
Dsupported-instructions-aarch64.md2141 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/
DKHR_texture_compression_astc_hdr.txt1891 In cases where this procedure results in unallocated bits, these bits
/third_party/openGLES/extensions/OES/
DOES_texture_compression_astc.txt2046 In cases where this procedure results in unallocated bits, these bits
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_texture_compression_astc.txt2033 In cases where this procedure results in unallocated bits, these bits
/third_party/openGLES/extensions/KHR/
DKHR_texture_compression_astc_hdr.txt1902 In cases where this procedure results in unallocated bits, these bits
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md2409 …(https://github.com/nodejs/node/commit/193926ecab)] - **tls,doc**: fix unallocated deprecation cod…
/third_party/NuttX/
DReleaseNotes14123 - 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/
DChangeLog19786 And not from unallocated output buffer GstMapInfo