Home
last modified time | relevance | path

Searched refs:final (Results 176 - 200 of 2888) sorted by relevance

12345678910>>...116

/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dunaligned.c569 float_spill_f0 (struct ia64_fpreg *final) in float_spill_f0() argument
571 ia64_stf_spill(final, 0); in float_spill_f0()
575 float_spill_f1 (struct ia64_fpreg *final) in float_spill_f1() argument
577 ia64_stf_spill(final, 1); in float_spill_f1()
977 mem2float_extended (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_extended() argument
981 ia64_stf_spill(final, 6); in mem2float_extended()
985 mem2float_integer (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_integer() argument
989 ia64_stf_spill(final, 6); in mem2float_integer()
993 mem2float_single (struct ia64_fpreg *init, struct ia64_fpreg *final) in mem2float_single() argument
997 ia64_stf_spill(final, in mem2float_single()
1001 mem2float_double(struct ia64_fpreg *init, struct ia64_fpreg *final) mem2float_double() argument
1009 float2mem_extended(struct ia64_fpreg *init, struct ia64_fpreg *final) float2mem_extended() argument
1017 float2mem_integer(struct ia64_fpreg *init, struct ia64_fpreg *final) float2mem_integer() argument
1025 float2mem_single(struct ia64_fpreg *init, struct ia64_fpreg *final) float2mem_single() argument
1033 float2mem_double(struct ia64_fpreg *init, struct ia64_fpreg *final) float2mem_double() argument
[all...]
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
H A Ddcm_asn1.c120 int32_t DcmAsn1WriteFinal(struct HksBlob *final, const struct HksAsn1Blob *tlv) in DcmAsn1WriteFinal() argument
122 HKS_IF_NOT_SUCC_LOGE_RETURN(CheckBlob(final), HKS_ERROR_INVALID_ARGUMENT, "invalid asn1 final buf.") in DcmAsn1WriteFinal()
124 struct HksBlob tmp = { final->size, final->data }; in DcmAsn1WriteFinal()
128 final->size -= tmp.size; in DcmAsn1WriteFinal()
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
H A Dprotocol_lws_minimal_client_echo.c30 char final; member
177 pmsg->first, pmsg->final); in callback_minimal_client_echo()
187 lwsl_user(" wrote %d: flags: 0x%x first: %d final %d\n", in callback_minimal_client_echo()
188 m, flags, pmsg->first, pmsg->final); in callback_minimal_client_echo()
190 if ((*vhd->options & 1) && pmsg && pmsg->final) in callback_minimal_client_echo()
221 amsg.final = (char)lws_is_final_fragment(wsi); in callback_minimal_client_echo()
/third_party/node/lib/internal/streams/
H A Dduplexify.js86 const { value, write, final, destroy } = fromAsyncGen(body);
93 final,
120 final(cb) {
121 final(async () => {
231 final(cb) {
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.h36 class HeapStringAllocator final : public StringAllocator { class
46 class FixedStringAllocator final : public StringAllocator { class
63 class SmallStringOptimizedAllocator final : public StringAllocator { class
90 class StringStream final { class
91 class FmtElm final { class in v8::internal::final
/third_party/skia/gm/
H A Dfwidth_squircle.cpp72 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const final {}
74 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final; member
204 GrLoadOp colorLoadOp) final {
220 void onPrepare(GrOpFlushState* flushState) final {
231 void onExecute(GrOpFlushState* flushState, const SkRect& chainBounds) final {
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator-reducer.h25 class V8_EXPORT_PRIVATE CommonOperatorReducer final class
32 ~CommonOperatorReducer() final = default; member in v8::internal::compiler::final
36 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
H A Djs-generic-lowering.h24 class JSGenericLowering final : public AdvancedReducer { class
27 ~JSGenericLowering() final; member in v8::internal::compiler::final
31 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
H A Ddead-code-elimination.h39 class V8_EXPORT_PRIVATE DeadCodeElimination final class
44 ~DeadCodeElimination() final = default; member in v8::internal::compiler::final
50 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final
H A Dgraph-reducer.h33 class Reduction final { class
172 void Replace(Node* node, Node* replacement) final; member in v8::internal::compiler::GraphReducer
178 Node* control) final; member in v8::internal::compiler::GraphReducer
191 void Revisit(Node* node) final; member in v8::internal::compiler::GraphReducer
/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.h23 struct GCInfo final { struct
30 class V8_EXPORT GCInfoTable final { class
94 class V8_EXPORT GlobalGCInfoTable final { class
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-concurrent-dispatcher.h32 class ExportedMaglevCompilationInfo final { class
46 class MaglevCompilationJob final : public OptimizedCompilationJob { class
69 class MaglevConcurrentDispatcher final { class
/third_party/skia/src/gpu/
H A DGrDDLContext.cpp21 class GrDDLContext final : public GrRecordingContext { class
36 void recordProgramInfo(const GrProgramInfo* programInfo) final {
59 void detachProgramData(SkTArray<ProgramData>* dst) final {
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceBrowserCompileServer.h46 ~BrowserCompileServer() final; member in Ice::BrowserCompileServer
48 void run() final; member in Ice::BrowserCompileServer
50 ErrorCode &getErrorCode() final; member in Ice::BrowserCompileServer
/third_party/python/Lib/encodings/
H A Dbz2_codec.py35 def encode(self, input, final=False):
36 if final:
51 def decode(self, input, final=False):
/base/update/updateservice/services/firmware/callback/include/
H A Dfirmware_callback_utils.h25 class FirmwareCallbackUtils final : public BaseCallbackUtils, public DelayedSingleton<FirmwareCallbackUtils> { class
29 BusinessSubType GetBusinessSubType() final; member in OHOS::UpdateEngine::final
/third_party/node/deps/v8/src/tracing/
H A Dtracing-category-observer.h25 void OnTraceEnabled() final; member in v8::tracing::TracingCategoryObserver
26 void OnTraceDisabled() final; member in v8::tracing::TracingCategoryObserver
/base/security/security_guard/test/unittest/mock/accesstoken/
H A Daccesstoken_kit.h40 struct NativeTokenInfoParcel final : public Parcelable { struct
50 struct HapTokenInfoParcel final : public Parcelable { struct
60 class HapTokenInfo final { class
65 class NativeTokenInfo final { class
/base/useriam/user_auth_framework/test/fuzztest/clients/userauthcallbackstub_fuzzer/
H A Duser_auth_callback_stub_fuzzer.cpp41 class DummyGetPropCallback final : public GetPropCallback { class
51 class DummySetPropCallback final : public SetPropCallback { class
61 class DummyAuthenticationCallback final : public AuthenticationCallback { class
79 class DummyIdentificationCallback final : public IdentificationCallback { class
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dsha256-glue.c71 .final = crypto_sha256_arm64_final,
83 .final = crypto_sha256_arm64_final,
151 .final = sha256_final_neon,
163 .final = sha256_final_neon,
H A Dsha3-ce-glue.c113 .final = sha3_final,
124 .final = sha3_final,
135 .final = sha3_final,
146 .final = sha3_final,
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsha256-glue.c72 .final = crypto_sha256_arm64_final,
84 .final = crypto_sha256_arm64_final,
152 .final = sha256_final_neon,
164 .final = sha256_final_neon,
H A Dsha3-ce-glue.c113 .final = sha3_final,
124 .final = sha3_final,
135 .final = sha3_final,
146 .final = sha3_final,
/third_party/node/src/quic/
H A Ddata.h17 struct Path final : public ngtcp2_path { struct
21 struct PathStorage final : public ngtcp2_path_storage { struct
26 class Store final : public MemoryRetainer { class
65 class QuicError final : public MemoryRetainer { class
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dpersistent-node.h26 class PersistentNode final { class
137 class V8_EXPORT PersistentRegion final : public PersistentRegionBase { class
169 class V8_EXPORT PersistentRegionLock final { class
179 class V8_EXPORT CrossThreadPersistentRegion final class

Completed in 12 milliseconds

12345678910>>...116