Home
last modified time | relevance | path

Searched defs:chain (Results 151 - 174 of 174) sorted by relevance

1234567

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gpos-table.hh2862 int chain = pos[i].attach_chain(), type = pos[i].attach_type(); in reverse_cursive_minor_offset() local
2892 int chain = pos[i].attach_chain(), type = pos[i].attach_type(); in propagate_attachment_offsets() local
[all...]
/third_party/python/Lib/test/
H A Dtest_collections.py10 from itertools import product, chain, combinations namespace
H A Dtest_set.py1729 from itertools import chain namespace
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs200 pub fn chain(&self) -> Option<&StackRef<X509>> { in chain() functions
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c246 static const void *vk_find_struct(const void *chain, VkStructureType stype) in vk_find_struct() argument
259 static void vk_link_struct(void *chain, void *in) in vk_link_struct() argument
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2470 Instruction* chain = new Instruction(getUniqueId(), typeId, OpAccessChain); in createAccessChain() local
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp294 clone_chain(const struct VkBaseInStructure *chain) in clone_chain() argument
316 free_chain(struct VkBaseOutStructure *chain) in free_chain() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp276 SPIRVariable *Compiler::maybe_get_backing_variable(uint32_t chain) in maybe_get_backing_variable() argument
293 void Compiler::register_read(uint32_t expr, uint32_t chain, bool forwarded) in register_read() argument
313 void Compiler::register_write(uint32_t chain) in register_write() argument
[all...]
H A Dspirv_hlsl.cpp3742 void CompilerHLSL::read_access_chain_array(const string &lhs, const SPIRAccessChain &chain) in read_access_chain_array() argument
3762 void CompilerHLSL::read_access_chain_struct(const string &lhs, const SPIRAccessChain &chain) in read_access_chain_struct() argument
3792 read_access_chain(string *expr, const string &lhs, const SPIRAccessChain &chain) read_access_chain() argument
3981 auto *chain = maybe_get<SPIRAccessChain>(ops[2]); emit_load() local
4028 write_access_chain_array(const SPIRAccessChain &chain, uint32_t value, const SmallVector<uint32_t> &composite_chain) write_access_chain_array() argument
4065 write_access_chain_struct(const SPIRAccessChain &chain, uint32_t value, const SmallVector<uint32_t> &composite_chain) write_access_chain_struct() argument
4118 write_access_chain(const SPIRAccessChain &chain, uint32_t value, const SmallVector<uint32_t> &composite_chain) write_access_chain() argument
4299 auto *chain = maybe_get<SPIRAccessChain>(ops[0]); emit_store() local
4313 const auto *chain = maybe_get<SPIRAccessChain>(ops[2]); emit_access_chain() local
4477 auto *chain = maybe_get<SPIRAccessChain>(ops[0]); emit_atomic() local
4511 auto *chain = maybe_get<SPIRAccessChain>(ops[2]); emit_atomic() local
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp1865 std::vector<SpvId> chain; in getAccessChain() local
2042 std::vector<SpvId> chain = this->getAccessChain(expr, out); in getLValue() local
[all...]
/third_party/python/Lib/lib2to3/tests/
H A Dtest_fixers.py5 from itertools import chain namespace
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1833 let mut chain = ptr::null_mut(); extra_chain_certs() variables
[all...]
/third_party/vulkan-loader/loader/
H A Dloader.c1559 const VkBaseOutStructure *chain = pCreateInfo->pNext; in loader_scan_for_direct_drivers() local
[all...]
/third_party/mbedtls/library/
H A Dssl_tls.c7730 ssl_parse_certificate_chain(mbedtls_ssl_context *ssl, mbedtls_x509_crt *chain) ssl_parse_certificate_chain() argument
7931 ssl_parse_certificate_verify(mbedtls_ssl_context *ssl, int authmode, mbedtls_x509_crt *chain, void *rs_ctx) ssl_parse_certificate_verify() argument
8184 mbedtls_x509_crt *chain = NULL; mbedtls_ssl_parse_certificate() local
[all...]
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc841 Elf32_Word* chain; member
/third_party/python/Lib/test/test_email/
H A Dtest_email.py13 from itertools import chain namespace
/third_party/elfutils/src/
H A Dreadelf.c3338 Elf32_Word *chain = &((Elf32_Word *) data->d_buf)[2 + nbucket]; in handle_sysv_hash() local
3404 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket]; in handle_sysv_hash64() local
3488 Elf32_Word *chain = &((Elf32_Word *) data->d_buf)[4 + bitmask_words in handle_gnu_hash() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc5483 OptionalChain* chain = callee_expr->AsOptionalChain(); in VisitCall() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_local.h2001 STACK_OF(X509) *chain; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp4354 const VkBaseInStructure *chain = reinterpret_cast<const VkBaseInStructure *>(createInfoChain); in deriveExternalImageTiling() local
/third_party/openssl/ssl/
H A Dssl_local.h1945 STACK_OF(X509) *chain; member
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1558 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert() local
1586 upb_tabent *chain = getentry_mutable(t, hash); rm() local
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1533 upb_tabent *chain = getentry_mutable(t, hashfunc(mainpos_e->key)); in insert() local
1561 upb_tabent *chain = getentry_mutable(t, hash); rm() local
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c13936 HashElem *chain; /* Pointer to first entry with this hash */ member
179246 Fts3HashElem *chain; /* Pointer to first entry with this hash */ global() member
[all...]

Completed in 264 milliseconds

1234567