Home
last modified time | relevance | path

Searched refs:final (Results 1876 - 1900 of 2311) sorted by relevance

1...<<71727374757677787980>>...93

/third_party/skia/src/utils/
H A DSkJSON.cpp117 class FastString final : public Value { class
175 // 0x00ffffffffffff00. Accounting for the final left-shift, this becomes in initFastShortString()
496 class RawValue final : public Value { class in skjson::__anon18973::DOMParser
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/
H A DWireCmd.cpp737 class ErrorObjectIdResolver final : public ObjectIdResolver {
752 class ErrorObjectIdProvider final : public ObjectIdProvider {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h150 class LambdaMaterializer final : public ValueMaterializer { class in llvm::orc::LegacyCompileOnDemandLayer
154 Value *materialize(Value *V) final { return M(V); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h213 class IEEEFloat final : public APFloatBase { class
600 class DoubleAPFloat final : public APFloatBase { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp580 class R600PassConfig final : public AMDGPUPassConfig { class
597 class GCNPassConfig final : public AMDGPUPassConfig { class
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc231 class OutOfLineLoadFloat32NaN final : public OutOfLineCode { class
236 void Generate() final {
245 class OutOfLineLoadFloat64NaN final : public OutOfLineCode { class
250 void Generate() final {
259 class OutOfLineTruncateDoubleToI final : public OutOfLineCode { class
273 void Generate() final {
305 class OutOfLineRecordWrite final : public OutOfLineCode { class in v8::internal::compiler::__anon14257::final
325 void Generate() final {
3757 class OutOfLineTrap final : public OutOfLineCode { in AssembleArchTrap() class
3762 void Generate() final { in AssembleArchTrap()
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc37 class Loong64OperandConverter final : public InstructionOperandConverter { class
146 class OutOfLineRecordWrite final : public OutOfLineCode { class
163 void Generate() final {
211 class ool_name final : public OutOfLineCode { \
216 void Generate() final { __ tasm_ool_name(dst_, src1_, src2_); } \
1951 class OutOfLineTrap final : public OutOfLineCode { in AssembleArchTrap() class
1955 void Generate() final { in AssembleArchTrap()
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
H A Dhash_core.c81 * This function manages the final part of the digest calculation, when less
610 * This function manages the final part of the digest calculation, when less
850 * hash_dma_final - The hash dma final function for SHA1/SHA256.
957 * hash_hw_final - The final hash calculation function
1308 /* Skip update for DMA, all data will be passed to DMA in final */ in ahash_update()
1318 * hash_final - The hash final function for SHA1/SHA2 (SHA256).
1347 * Freed in final. in hash_setkey()
1528 .final = ahash_final,
1551 .final = ahash_final,
1574 .final
[all...]
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y1317 * the final result is a valid single token. */
1659 * In all other cases, (such as "node is the final node of the list", or
2001 token_t *final;
2004 final = _token_create_str(parser, token->type, str);
2005 final->expanding = true;
2007 _token_list_append(parser, expansion, final);
2085 * left in the final list, unevaluated. This is the correct mode
/third_party/node/deps/minimatch/
H A Dindex.js677 let final = "";
679 final = (this.isStart() && !dot ? startNoDot : "") + starNoEmpty;
685 final = start + body + close;
688 final,
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h220 void LoadFromConstantsTable(Register destination, int constant_index) final; member in v8::internal::AbortReason::TurboAssembler
221 void LoadRootRegisterOffset(Register destination, intptr_t offset) final; member in v8::internal::AbortReason::TurboAssembler
222 void LoadRootRelative(Register destination, int32_t offset) final; member in v8::internal::AbortReason::TurboAssembler
786 void LoadRoot(Register destination, RootIndex index) final; member in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h193 void LoadFromConstantsTable(Register destination, int constant_index) final; member in v8::internal::AbortReason::TurboAssembler
194 void LoadRootRegisterOffset(Register destination, intptr_t offset) final; member in v8::internal::AbortReason::TurboAssembler
195 void LoadRootRelative(Register destination, int32_t offset) final; member in v8::internal::AbortReason::TurboAssembler
790 void LoadRoot(Register destination, RootIndex index) final; member in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc1136 class Win32MemoryMappedFile final : public OS::MemoryMappedFile { class
1144 ~Win32MemoryMappedFile() final; member in v8::base::final
1145 void* memory() const final { return memory_; }
1146 size_t size() const final { return size_; }
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h209 void LoadFromConstantsTable(Register destination, int constant_index) final; member in v8::internal::AbortReason::TurboAssembler
210 void LoadRootRegisterOffset(Register destination, intptr_t offset) final; member in v8::internal::AbortReason::TurboAssembler
211 void LoadRootRelative(Register destination, int32_t offset) final; member in v8::internal::AbortReason::TurboAssembler
766 void LoadRoot(Register destination, RootIndex index) final; member in v8::internal::AbortReason::TurboAssembler
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h591 void LoadRoot(Register destination, RootIndex index) final {
689 void LoadFromConstantsTable(Register destination, int constant_index) final; member in v8::internal::TurboAssembler
690 void LoadRootRegisterOffset(Register destination, intptr_t offset) final; member in v8::internal::TurboAssembler
691 void LoadRootRelative(Register destination, int32_t offset) final; member in v8::internal::TurboAssembler
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiviewDrawTest.cpp37 struct MultiviewRenderTestParams final : public MultiviewImplementationParams struct
529 void SetUp() final { MultiviewFramebufferTestBase::FramebufferTestSetUp(); }
530 void TearDown() final { MultiviewFramebufferTestBase::FramebufferTestTearDown(); }
531 void overrideWorkaroundsD3D(FeaturesD3D *features) final
1979 // Test that useProgram applies the number of views in computing the final value of the attribute
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDevice.cpp1650 struct CreateComputePipelineAsyncWaitableCallbackTask final
1653 void Finish() final {
1677 struct CreateRenderPipelineAsyncWaitableCallbackTask final
1681 void Finish() final {
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c1874 args.final = 0; /* used to signal callback dealt with it */ in lws_http_action()
1885 if (args.final) /* callback completely handled it well */ in lws_http_action()
2870 6 /* final _lws\r\n */; in lws_serve_http_file()
3175 poss -= 7; /* allow for final boundary */ in lws_serve_http_file_fragment()
3206 args.final = wsi->http.filepos + (unsigned int)n == in lws_serve_http_file_fragment()
3224 wsi->http.range.budget - amount == 0) {// final part in lws_serve_http_file_fragment()
3418 /* no space left for final chunk trailer */ in lws_chunked_html_process()
3419 if (args->final && args->len + 7 >= args->max_len) in lws_chunked_html_process()
3428 if (args->final) { in lws_chunked_html_process()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc31 class ArmOperandConverter final : public InstructionOperandConverter { class
175 class OutOfLineRecordWrite final : public OutOfLineCode { class
194 void Generate() final {
242 class OutOfLineFloatMin final : public OutOfLineCode { class
247 void Generate() final { __ FloatMinOutOfLine(result_, left_, right_); }
258 class OutOfLineFloatMax final : public OutOfLineCode { class
263 void Generate() final { __ FloatMaxOutOfLine(result_, left_, right_); }
3568 class OutOfLineTrap final : public OutOfLineCode { in AssembleArchInstruction()
3573 void Generate() final { in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc178 class OutOfLineLoadFloat32NaN final : public OutOfLineCode { class
183 void Generate() final {
192 class OutOfLineLoadFloat64NaN final : public OutOfLineCode { class
197 void Generate() final {
206 class OutOfLineTruncateDoubleToI final : public OutOfLineCode { class
222 void Generate() final {
261 class OutOfLineRecordWrite final : public OutOfLineCode { class in v8::internal::compiler::__anon14310::final
281 void Generate() final {
463 void Generate() final {
569 class OutOfLineTSANRelaxedLoad final class in v8::internal::compiler::__anon14310::final
697 class WasmProtectedInstructionTrap final : public WasmOutOfLineTrap { global() class in v8::internal::compiler::__anon14310::final
[all...]
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-aes-xcbc.c106 /* Encrypt the final result */ in nx_xcbc_empty()
319 /* final is represented by continuing the operation and indicating that in nx_xcbc_final()
365 .final = nx_xcbc_final,
/kernel/linux/linux-5.10/crypto/
H A Dmd5.c222 .final = md5_final,
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dkernel_ex.S133 | On entry, a0 points to the exceptional operand. The final exceptional
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstxcpy.S68 /* Take care of the final (partial) word store.
211 /* Take care of a final (probably partial) result word.
278 srl t12, t5, t12 # e0 : adjust final null return value
/kernel/linux/linux-5.10/arch/sparc/lib/
H A DM7memset.S79 * store and the final stores.
290 4: ! set final blocks of 64 bytes

Completed in 49 milliseconds

1...<<71727374757677787980>>...93