| /third_party/node/deps/v8/src/logging/ |
| H A D | runtime-call-stats.h | 32 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 D | evp_lib.c | 916 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 D | evp_lib.c | 916 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 D | FastVector.h | 24 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 D | ccp-ops.c | 644 __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 D | ccp-ops.c | 644 __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 D | rk3288_crypto_ahash.c | 359 .final = rk_ahash_final, 389 .final = rk_ahash_final, 419 .final = rk_ahash_final,
|
| /kernel/linux/linux-5.10/include/crypto/ |
| H A D | hash.h | 28 * 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 D | hash.h | 48 * 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 D | rk3288_crypto_ahash.c | 378 .final = rk_ahash_final, 411 .final = rk_ahash_final, 444 .final = rk_ahash_final,
|
| /third_party/node/src/ |
| H A D | node_internals.h | 118 NodeArrayBufferAllocator* GetImpl() final { return this; } 132 class DebuggingArrayBufferAllocator final : public NodeArrayBufferAllocator { class 318 class InitializationResultImpl final : public InitializationResult { class
|
| H A D | node_sockaddr.h | 277 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 D | code-generator.h | 120 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 D | js-call-reducer.h | 40 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 D | write-barrier.h | 39 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 D | write-barrier.h | 35 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 D | ast-value-factory.h | 49 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 D | Display.h | 62 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 D | mtl_state_cache.h | 485 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 D | PathInnerTriangulateOp.cpp | 50 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 D | LazyProxyTest.cpp | 32 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 D | SkOpSpan.cpp | 443 SkASSERT(!final()); in release() 467 SkASSERT(!final()); in setOppSum() 477 SkASSERT(!final()); in setWindSum()
|
| /third_party/skia/tools/viewer/ |
| H A D | SkottieSlide.cpp | 29 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 D | SlideDir.cpp | 56 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 D | pgen.py | 209 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
|