Home
last modified time | relevance | path

Searched refs:growable (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lld/test/wasm/
Dgrowable-table.test2 # RUN: wasm-ld --export-table --growable-table -o %t.wasm %t.start.o
5 # Verify the --growable-table flag creates a growable table
/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.h43 bool growable() const { return growable_; } in growable() function
143 ByteArray(int32_t filled_length, int32_t storage_length, bool growable);
145 void Init(int32_t filled_length, int32_t storage_length, bool growable);
Dbyte_array.cc185 bool growable) { in ByteArray() argument
186 Init(filled_length, storage_length, growable); in ByteArray()
195 bool growable) { in Init() argument
197 growable_ = growable; in Init()
/external/llvm-project/lld/wasm/
DOptions.td160 def growable_table: F<"growable-table">,
/external/rust/crates/nom/
DCHANGELOG.md964 - `count!` can now return a fixed size array instead of a growable vector
/external/mesa3d/docs/relnotes/
D20.0.0.rst2967 - freedreno/a6xx: fix OUT_REG() vs growable cmdstream
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz