Home
last modified time | relevance | path

Searched refs:final (Results 1451 - 1475 of 2900) sorted by relevance

1...<<51525354555657585960>>...116

/third_party/node/deps/v8/src/logging/
H A Druntime-call-stats.h32 class RuntimeCallCounter final { class
60 class RuntimeCallTimer final { class
576 class RuntimeCallStats final { class
662 class WorkerThreadRuntimeCallStats final { class
690 class V8_EXPORT_PRIVATE V8_NODISCARD WorkerThreadRuntimeCallStatsScope final { class
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c916 int EVP_MD_meth_set_final(EVP_MD *md, int (*final)(EVP_MD_CTX *ctx, in EVP_MD_meth_set_final()
919 if (md->final != NULL) in EVP_MD_meth_set_final()
922 md->final = final; in EVP_MD_meth_set_final()
981 return md->final; in EVP_MD_meth_get_final()
/third_party/openssl/crypto/evp/
H A Devp_lib.c916 int EVP_MD_meth_set_final(EVP_MD *md, int (*final)(EVP_MD_CTX *ctx, in EVP_MD_meth_set_final()
919 if (md->final != NULL) in EVP_MD_meth_set_final()
922 md->final = final; in EVP_MD_meth_set_final()
981 return md->final; in EVP_MD_meth_get_final()
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h24 class FastVector final class
452 class FastUnorderedMap final class
500 class FastUnorderedSet final class
530 class FastIntegerSet final class
624 class FastIntegerMap final class
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H A Dccp-ops.c644 __be64 *final; in ccp_run_aes_gcm_cmd() local
846 final = (__be64 *)final_wa.address; in ccp_run_aes_gcm_cmd()
847 final[0] = cpu_to_be64(aes->aad_len * 8); in ccp_run_aes_gcm_cmd()
848 final[1] = cpu_to_be64(ilen * 8); in ccp_run_aes_gcm_cmd()
1133 if (!xts->final && (xts->src_len & (AES_BLOCK_SIZE - 1))) in ccp_run_xts_aes_cmd()
1538 if (!sha->final && (sha->src_len & (block_size - 1))) in ccp_run_sha_cmd()
1548 /* Not final, just return */ in ccp_run_sha_cmd()
1549 if (!sha->final) in ccp_run_sha_cmd()
1560 * final operation. However, a sha operation for a in ccp_run_sha_cmd()
1702 if (sha->final in ccp_run_sha_cmd()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H A Dccp-ops.c644 __be64 *final; in ccp_run_aes_gcm_cmd() local
846 final = (__be64 *)final_wa.address; in ccp_run_aes_gcm_cmd()
847 final[0] = cpu_to_be64(aes->aad_len * 8); in ccp_run_aes_gcm_cmd()
848 final[1] = cpu_to_be64(ilen * 8); in ccp_run_aes_gcm_cmd()
1133 if (!xts->final && (xts->src_len & (AES_BLOCK_SIZE - 1))) in ccp_run_xts_aes_cmd()
1538 if (!sha->final && (sha->src_len & (block_size - 1))) in ccp_run_sha_cmd()
1548 /* Not final, just return */ in ccp_run_sha_cmd()
1549 if (!sha->final) in ccp_run_sha_cmd()
1560 * final operation. However, a sha operation for a in ccp_run_sha_cmd()
1702 if (sha->final in ccp_run_sha_cmd()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c359 .final = rk_ahash_final,
389 .final = rk_ahash_final,
419 .final = rk_ahash_final,
/kernel/linux/linux-5.10/include/crypto/
H A Dhash.h28 * must be available to the @final and @finup calls, so they can
73 * final message digest as this only adds more data into the
79 * @final: **[mandatory]** Retrieve result from the driver. This function finalizes the
84 * @finup: **[optional]** Combination of @update and @final. This function is effectively a
85 * combination of @update and @final calls issued in sequence. As some
86 * hardware cannot do @update and @final separately, this callback was
90 * @digest: Combination of @init and @update and @final. This function
92 * @update and @final issued in sequence. Just like @finup, this was
107 * @init, @update, @final, @finup, @digest is called. No data
137 int (*final)(struc member
202 int (*final)(struct shash_desc *desc, u8 *out); global() member
227 int (*final)(struct ahash_request *req); global() member
[all...]
/kernel/linux/linux-6.6/include/crypto/
H A Dhash.h48 * must be available to the @final and @finup calls, so they can
96 * final message digest as this only adds more data into the
102 * @final: **[mandatory]** Retrieve result from the driver. This function finalizes the
107 * @finup: **[optional]** Combination of @update and @final. This function is effectively a
108 * combination of @update and @final calls issued in sequence. As some
109 * hardware cannot do @update and @final separately, this callback was
113 * @digest: Combination of @init and @update and @final. This function
115 * @update and @final issued in sequence. Just like @finup, this was
130 * @init, @update, @final, @finup, @digest is called. No data
161 int (*final)(struc member
229 int (*final)(struct shash_desc *desc, u8 *out); global() member
255 int (*final)(struct ahash_request *req); global() member
[all...]
/kernel/linux/linux-6.6/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c378 .final = rk_ahash_final,
411 .final = rk_ahash_final,
444 .final = rk_ahash_final,
/third_party/node/src/
H A Dnode_internals.h118 NodeArrayBufferAllocator* GetImpl() final { return this; }
132 class DebuggingArrayBufferAllocator final : public NodeArrayBufferAllocator { class
318 class InitializationResultImpl final : public InitializationResult { class
H A Dnode_sockaddr.h277 struct SocketAddressRule final : Rule { struct in node::SocketAddressBlockList
290 struct SocketAddressRangeRule final : Rule { struct in node::SocketAddressBlockList
306 struct SocketAddressMaskRule final : Rule { struct in node::SocketAddressBlockList
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h120 class V8_EXPORT_PRIVATE CodeGenerator final : public GapResolver::Assembler { class
350 InstructionOperand* destination) final; member in v8::internal::compiler::final
352 InstructionOperand* destination) final; member in v8::internal::compiler::final
436 // sequence for the final jump to the deoptimization entry into a single spot
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.h40 class V8_EXPORT_PRIVATE JSCallReducer final : public AdvancedReducer { class
64 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
67 // and does a final attempt to reduce the nodes in the waitlist.
68 void Finalize() final; member in v8::internal::compiler::final
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dwrite-barrier.h39 class V8_EXPORT WriteBarrier final { class
167 class V8_EXPORT WriteBarrierTypeForCagedHeapPolicy final { class
309 class V8_EXPORT WriteBarrierTypeForNonCagedHeapPolicy final { class
/third_party/node/deps/v8/include/cppgc/internal/
H A Dwrite-barrier.h35 class V8_EXPORT WriteBarrier final { class
146 class V8_EXPORT WriteBarrierTypeForCagedHeapPolicy final { class
272 class V8_EXPORT WriteBarrierTypeForNonCagedHeapPolicy final { class
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.h49 class AstRawString final : public ZoneObject { class
144 class AstConsString final : public ZoneObject { class
286 class AstStringConstants final { class
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.h62 struct DisplayState final : private angle::NonCopyable struct
77 class ShareGroup final : angle::NonCopyable class
117 class Display final : public LabeledObject, class
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_state_cache.h485 class RenderPipelineCache final : angle::NonCopyable class
536 class ProvokingVertexComputePipelineCache final : angle::NonCopyable class
581 class StateCache final : angle::NonCopyable class
/third_party/skia/src/gpu/ops/
H A DPathInnerTriangulateOp.cpp50 const char* name() const final { return "tessellate_HullShader"; }
52 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const final {}
53 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final; member in __anon18851::HullShader
289 // inner polygon directly to the final render target. By the time these programs in prePreparePrograms()
367 // by curves. We issue a final cover pass over the curves by drawing their convex hulls. in prePreparePrograms()
/third_party/skia/tests/
H A DLazyProxyTest.cpp32 class LazyProxyTest final : public GrOnFlushCallbackObject { class
55 class Op final : public GrDrawOp { class in final
188 SkIRect getConservativeBounds() const final {
/third_party/skia/src/pathops/
H A DSkOpSpan.cpp443 SkASSERT(!final()); in release()
467 SkASSERT(!final()); in setOppSum()
477 SkASSERT(!final()); in setWindSum()
/third_party/skia/tools/viewer/
H A DSkottieSlide.cpp29 class Track final : public skresources::ExternalTrackAsset { class
56 class AudioProviderProxy final : public skresources::ResourceProviderProxyBase { class
119 class Logger final : public skottie::Logger { in load() class
H A DSlideDir.cpp56 class SlideAdapter final : public sksg::RenderNode { class
65 class ForwardingAnimator final : public SlideDir::Animator { in makeForwardingAnimator() class
124 class SlideDir::FocusController final : public Animator { class
/third_party/python/Lib/lib2to3/pgen2/
H A Dpgen.py209 print(" State", i, state is finish and "(final)" or "")
224 print(" State", i, state.isfinal and "(final)" or "")
349 def __init__(self, nfaset, final):
352 assert isinstance(final, NFAState)
354 self.isfinal = final in nfaset

Completed in 26 milliseconds

1...<<51525354555657585960>>...116