Home
last modified time | relevance | path

Searched defs:storage (Results 101 - 125 of 324) sorted by relevance

12345678910>>...13

/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dpool.h70 std::shared_ptr<Storage> storage; member in marl::Pool::Loan
127 Pool<T>::Loan::Loan(Item* item, const std::shared_ptr<Storage>& storage) in Loan() argument
244 std::shared_ptr<Storage> storage; global() member in marl::BoundedPool
372 std::shared_ptr<Storage> storage; global() member in marl::UnboundedPool
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dvar_let_test.cc229 auto* storage = Global("sb", ty.Of(buf), ast::StorageClass::kStorage, in TEST_F() local
269 auto* storage = Global("sb", ty.Of(buf), ast::StorageClass::kStorage, in TEST_F() local
298 auto* storage = Global("s", ty.Of(buf), ast::StorageClass::kStorage, TEST_F() local
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java406 private RubyArray storage; global() field in RubyRepeatedField
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExecutionContext.cpp63 ExecValueStorage* storage = m_varValues[variable]; in getValue() local
/third_party/ffmpeg/libavformat/
H A Dnetwork.h125 struct sockaddr_storage storage; member
/third_party/glslang/glslang/MachineIndependent/
H A Dreflection.h184 TMapIndexToReflection& GetBlockMapForStorage(TStorageQualifier storage) in GetBlockMapForStorage() argument
190 TMapIndexToReflection& GetVariableMapForStorage(TStorageQualifier storage) in GetVariableMapForStorage() argument
/third_party/gn/src/gn/
H A Dninja_target_writer.cc113 StringOutputBuffer storage; in RunAndWriteFile() local
H A Dqt_creator_writer.cc274 StringOutputBuffer storage; in GenerateFile() local
/third_party/libuv/src/win/
H A Dwinsock.c547 uv__convert_to_localhost_if_unspecified(const struct sockaddr* addr, struct sockaddr_storage* storage) uv__convert_to_localhost_if_unspecified() argument
/third_party/libuv/test/
H A Dbenchmark-multi-accept.c291 handle_storage_t* storage; in sv_connection_cb() local
/third_party/jerryscript/jerry-core/ext/
H A Dtracker.c59 void StorageInit(Storage* storage, size_t size) in StorageInit() argument
65 void StoragePut(Storage* storage, size_t key, size_t value) in StoragePut() argument
79 size_t StorageGet(Storage* storage, size_t key) in StorageGet() argument
84 StorageReset(Storage* storage, size_t key, void(*reset_fn)(IStorageItem*)) StorageReset() argument
165 Storage* storage = &gStorages[kObjectRefInfo]; DumpTracker() local
[all...]
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_view.c33 fdl6_tex_type(enum fdl_view_type type, bool storage) in fdl6_tex_type() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_atomics.c105 struct gl_uniform_storage *const storage = in process_atomic_variable() local
231 struct gl_uniform_storage *storage = in gl_nir_link_assign_atomic_counter_resources() local
H A Dir_uniform.h136 union gl_constant_value *storage; member
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core.h42 const Storage& storage() const { return storage_; } in storage() function in v8_crdtp::DeserializerState
H A Dprotocol_core.cc17 DeserializerState::DeserializerState(Storage storage, span<uint8_t> span) in DeserializerState() argument
224 IncomingDeferredMessage(DeserializerState::Storage storage, in IncomingDeferredMessage() argument
/third_party/node/src/
H A Dnode_sockaddr-inl.h111 sockaddr* SocketAddress::storage() { in storage() function in node::SocketAddress
/third_party/ltp/tools/sparse/sparse-src/
H A Dstorage.c80 struct storage *storage = hash->storage; in name_storage() local
100 add_storage(struct storage *storage, struct basic_block *bb, pseudo_t pseudo, enum inout_enum inout) add_storage() argument
253 struct storage *storage = alloc_storage(); set_up_argument_storage() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dproperty-access-builder.cc223 Node* storage = holder; in BuildLoadDataField() local
291 Node* storage = ResolveHolder(access_info, lookup_start_object); BuildLoadDataField() local
[all...]
/third_party/node/deps/v8/src/handles/
H A Dhandles.h208 void* operator new(size_t size, void* storage) { in operator new() argument
/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.cc39 V8ConsoleMessageStorage* storage = in reportError() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c134 unsigned char storage[sizeof(SHA256_MB_CTX) + 32]; in tls1_multi_block_encrypt() local
H A Dcipher_aes_cbc_hmac_sha1_hw.c130 unsigned char storage[sizeof(SHA1_MB_CTX) + 32]; in tls1_multi_block_encrypt() local
H A Dcipher_chacha20_poly1305_hw.c125 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_chacha20_poly1305.c219 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local

Completed in 20 milliseconds

12345678910>>...13