Searched refs:storage_ (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dencode.c90 uint8_t* storage_; member in struct:BrotliEncoderStateStruct
213 BROTLI_FREE(m, s->storage_);
214 s->storage_ = BROTLI_ALLOC(m, uint8_t, size);
215 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(s->storage_)) return NULL;
218 return s->storage_;
768 s->storage_ = 0;
821 BROTLI_FREE(m, s->storage_);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h184 memory_sync_info(int storage_, int semantics_ = 0, sync_scope scope_ = scope_invocation) argument
185 : storage((storage_class)storage_), semantics((memory_semantics)semantics_), scope(scope_)

Completed in 9 milliseconds