Home
last modified time | relevance | path

Searched defs:chain (Results 1 - 25 of 181) sorted by relevance

12345678

/third_party/python/Tools/c-analyzer/c_common/
H A Diterutil.py13 def chain(): function
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A DChainUtils.h38 MaybeError ValidateSingleSTypeInner(const ChainedStruct* chain, T sType) { in ValidateSingleSTypeInner() argument
45 MaybeError ValidateSingleSTypeInner(const ChainedStruct* chain, argument
55 ValidateSingleSType(const ChainedStruct* chain, T sType) ValidateSingleSType() argument
67 ValidateSingleSType(const ChainedStruct* chain, T sType, Args... sTypes) ValidateSingleSType() argument
[all...]
H A DChainUtils.cpp23 void FindInChain(const ChainedStruct* chain, const {{as_cppEnum(value.name)}}** out) { in FindInChain() argument
34 MaybeError ValidateSTypes(const ChainedStruct* chain, in ValidateSTypes() argument
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_attr_integrate.c41 int chain = 16; /* Largest DIE ref chain we will follow. */ in dwarf_attr_integrate() local
H A Ddwarf_hasattr_integrate.c40 int chain = 16; /* Largest DIE ref chain we will follow. */ in dwarf_hasattr_integrate() local
H A Ddwarf_getfuncs.c110 struct Dwarf_Die_Chain chain = { .die = CUDIE (cudie->cu), in dwarf_getfuncs() local
57 tree_visitor(unsigned int depth __attribute__ ((unused)), struct Dwarf_Die_Chain *chain, void *arg) tree_visitor() argument
/test/xts/device_attest_lite/services/core/network/
H A Dattest_tls.c252 int32_t LoadCommonCert(mbedtls_x509_crt* chain) in LoadCommonCert() argument
266 int32_t LoadCommonOtherCert(mbedtls_x509_crt* chain, uint32_t cursor) in LoadCommonOtherCert() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_dd.c59 int ossl_cms_DigestedData_do_final(const CMS_ContentInfo *cms, BIO *chain, in ossl_cms_DigestedData_do_final() argument
/third_party/python/Tools/msi/
H A Dcsv_to_wxs.py24 from itertools import chain, zip_longest namespace
/third_party/openssl/crypto/cms/
H A Dcms_dd.c59 int ossl_cms_DigestedData_do_final(const CMS_ContentInfo *cms, BIO *chain, in ossl_cms_DigestedData_do_final() argument
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs260 let mut chain = *self.bucket.add((name_hash % self.nbucket) as usize); variables
[all...]
/third_party/vk-gl-cts/scripts/egl/
H A Dgtf_wrapper.py28 from itertools import chain namespace
H A Dlibrary.py26 from itertools import chain namespace
H A Dproc_address_tests.py28 from itertools import chain namespace
/third_party/vk-gl-cts/scripts/khr_util/
H A Dformat.py25 from itertools import chain namespace
H A Dgen_str_util.py23 from itertools import chain namespace
/third_party/vk-gl-cts/scripts/opengl/
H A Dgen_wrapper.py25 from itertools import chain namespace
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dcondition_chain_cache.cpp23 void ConditionChainCache::Insert(ConditionChain *chain, Inst *phiInst) in Insert() argument
56 Inst *ConditionChainCache::FindPhi(const ConditionChain *chain) in FindPhi() argument
H A Dlicm_conditions.h28 ConditionChainContext(ConditionChain *chain, BasicBlock *multiplePredecessorsSuccessor, in ConditionChainContext() argument
[all...]
/third_party/musl/src/misc/
H A Dnftw.c15 struct history *chain; member
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dnftw.c12 struct history *chain; member
/third_party/nghttp2/tests/
H A Dnghttp2_buf_test.c191 nghttp2_buf_chain *chain; in test_nghttp2_bufs_remove() local
/third_party/libevdev/libevdev/
H A Dmake-event-names.py228 from itertools import chain namespace
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DoptionalLowering.cpp84 [](auto *e, auto *obj) { e->SetObject(obj); }, ctx, expr, chain); in LowerExpression() member
50 LowerOptionalExpr(GetSource const &getSource, SetSource const &setSource, public_lib::Context *ctx, Expr *const expr, ir::ChainExpression *const chain) LowerOptionalExpr() argument
78 LowerExpression(public_lib::Context *ctx, ir::MemberExpression *const expr, ir::ChainExpression *chain) LowerExpression() argument
87 LowerExpression(public_lib::Context *ctx, ir::CallExpression *const expr, ir::ChainExpression *chain) LowerExpression() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Drtpenc_mpegts.c38 MuxChain *chain = s->priv_data; in rtp_mpegts_write_close() local
57 MuxChain *chain in rtp_mpegts_write_header() local
140 MuxChain *chain = s->priv_data; rtp_mpegts_write_packet() local
[all...]

Completed in 7 milliseconds

12345678