Home
last modified time | relevance | path

Searched refs:chain (Results 651 - 671 of 671) sorted by relevance

1...<<21222324252627

/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl349 ! To minimize dependency chain we first broadcast and then
620 ! To minimize dependency chain we first broadcast and then
/third_party/python/Lib/test/test_email/
H A Dtest_email.py13 from itertools import chain namespace
4378 self.hlit = list(chain(
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm1060 %macro SWAP 2+ ; swaps a single chain (sometimes more concise than pairs)
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/aes/
H A Daes-s390x.S1669 st %r10,0(%r15) # back-chain
1821 st %r10,0(%r15) # back-chain
1888 l %r5,0(%r15) # back-chain
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S1669 st %r10,0(%r15) # back-chain
1821 st %r10,0(%r15) # back-chain
1888 l %r5,0(%r15) # back-chain
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/aes/
H A Daes-s390x.S1669 stg %r10,0(%r15) # back-chain
1821 stg %r10,0(%r15) # back-chain
1888 lg %r5,0(%r15) # back-chain
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/aes/
H A Daes-s390x.S1669 stg %r10,0(%r15) # back-chain
1821 stg %r10,0(%r15) # back-chain
1888 lg %r5,0(%r15) # back-chain
/third_party/node/deps/openssl/openssl/
H A DConfigure2898 look over your available compiler tool chain or change your configuration.
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs4235 let args = iter::once(quote! { &self }).chain(fn_args.into_iter()); in objc_method_codegen()
/third_party/python/Lib/test/
H A Dtest__xxsubinterpreters.py401 self._assert_values(itertools.chain(range(-1, 258),
H A Dtest_httplib.py223 for method in itertools.chain(methods_without_body, methods_with_body):
/third_party/python/Lib/
H A Dinspect.py738 Follows the chain of :attr:`__wrapped__` attributes returning the last
739 object in the chain.
741 *stop* is an optional callback accepting an object in the wrapper chain
744 value, the last object in the chain is returned as usual. For example,
746 chain has a ``__signature__`` attribute defined.
3160 for param in itertools.chain(parameters_ex, parameters):
H A Dzipfile.py2305 parents = itertools.chain.from_iterable(map(_parents, names))
/third_party/openssl/
H A DConfigure2893 look over your available compiler tool chain or change your configuration.
/third_party/json/tools/cpplint/
H A Dcpplint.py3756 # chain, like this:
4967 for suffix in itertools.chain(
/third_party/rust/crates/nix/src/
H A Dunistd.rs797 .chain(once(ptr::null())) in to_exec_array()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dohos_gen_framework.py32 from itertools import chain namespace
2086 # construct structure chain
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc45 // mutations of the context chain within the function body, allowing pushing and
87 // Returns the execution context at |depth| in the current context chain if it
161 // Helper to pop the context chain to a depth expected by this control scope.
2918 // walk the context chain from the runtime to find it. in BuildPrivateBrandInitialization()
5483 OptionalChain* chain = callee_expr->AsOptionalChain(); in VisitCall() local
5484 Property* property = chain->expression()->AsProperty(); in VisitCall()
5670 // the first constructor scope found in the outer scope chain is the in VisitCallSuper()
6864 // Context variable (at bottom of the context chain). in BuildLocalActivationContextInitialization()
6877 // Context variable (at bottom of the context chain). in BuildLocalActivationContextInitialization()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp4354 UnicodeString rules = "!!chain; !!forward; $v=b c; a b; $v; !!reverse; .*;"; in TestBug12797()
4785 "!!chain; \n" in TestDebugRules()
5012 UnicodeString rules {u"!!quoted_literals_only; !!chain; .*;\n"}; in TestBug13590()
/third_party/mbedtls/tests/data_files/
H A DMakefile2045 # server2-v1*.crt: EE cert (without of with chain in same file)
2075 server2-v1-chain.crt: server2-v1.crt server1-v1.crt
/third_party/sqlite/src/
H A Dsqlite3.c13936 HashElem *chain; /* Pointer to first entry with this hash */ member
16940 ** Collisions are on the FuncDef.u.pHash chain. Use the SQLITE_FUNC_HASH()
179246 Fts3HashElem *chain; /* Pointer to first entry with this hash */ global() member
[all...]

Completed in 211 milliseconds

1...<<21222324252627