Home
last modified time | relevance | path

Searched refs:_storage (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/include/private/
H A DGrResourceKey.h324 static SkAlignedSTStorage<1, GrUniqueKey> name##_storage; \
325 name##_once(gr_init_static_unique_key_once, &name##_storage); \
326 static const GrUniqueKey& name = *reinterpret_cast<GrUniqueKey*>(name##_storage.get())
/third_party/libcoap/src/
H A Dcoap_mem.c310 memarray_init(&(Storage ## _storage), (Storage ## _storage_data), sizeof(Storage ## _storage_data[0]), (Count));
312 #define STORAGE_PTR(Storage) (&(Storage ## _storage))
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.cpp515 return _storage; in storage()
526 _storage = size; in set()
541 ctx.mem_local += _storage; in bind()
H A Dkernel.hpp193 size_t _storage = 0; member in clover::kernel::local_argument

Completed in 4 milliseconds