Home
last modified time | relevance | path

Searched refs:final (Results 2801 - 2825 of 4397) sorted by relevance

1...<<111112113114115116117118119120>>...176

/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-ce-core.S133 * q14 : final round key
569 add r4, r4, #16 @ # bytes in final block
573 add r4, r0, r4 @ output address of final block
575 vld1.8 {q1}, [r1] @ load final partial block
655 add r4, r4, #16 @ # bytes in final block
659 add r4, r0, r4 @ output address of final block
663 vld1.8 {q1}, [r1] @ load final partial block
/kernel/linux/linux-6.6/fs/ext2/
H A Dinode.c172 int final = 0; in ext2_block_to_path() local
179 final = direct_blocks; in ext2_block_to_path()
183 final = ptrs; in ext2_block_to_path()
188 final = ptrs; in ext2_block_to_path()
194 final = ptrs; in ext2_block_to_path()
200 *boundary = final - 1 - (i_block & (ptrs - 1)); in ext2_block_to_path()
/kernel/linux/linux-6.6/fs/ext4/
H A Dindirect.c84 int final = 0; in ext4_block_to_path() local
88 final = direct_blocks; in ext4_block_to_path()
92 final = ptrs; in ext4_block_to_path()
97 final = ptrs; in ext4_block_to_path()
103 final = ptrs; in ext4_block_to_path()
110 *boundary = final - 1 - (i_block & (ptrs - 1)); in ext4_block_to_path()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c403 .final = sun8i_ce_hash_final,
437 .final = sun8i_ce_hash_final,
470 .final = sun8i_ce_hash_final,
503 .final = sun8i_ce_hash_final,
536 .final = sun8i_ce_hash_final,
569 .final = sun8i_ce_hash_final,
/kernel/linux/linux-6.6/drivers/crypto/
H A Dimg-hash.c192 size_t length, int final) in img_hash_xmit_cpu()
199 if (final) in img_hash_xmit_cpu()
382 * that the final dma may not be a multiple of 4 bytes as the hashing in img_hash_dma_task()
759 .final = img_hash_final,
785 .final = img_hash_final,
811 .final = img_hash_final,
837 .final = img_hash_final,
191 img_hash_xmit_cpu(struct img_hash_dev *hdev, const u8 *buf, size_t length, int final) img_hash_xmit_cpu() argument
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/
H A Dhash.c670 * data. We intentionally do not add the final op block. in mv_cesa_ahash_dma_req_init()
699 * outstanding which needs an operation. Queue up the final in mv_cesa_ahash_dma_req_init()
700 * operation, which depends whether this is the final request. in mv_cesa_ahash_dma_req_init()
939 .final = mv_cesa_ahash_final,
1010 .final = mv_cesa_ahash_final,
1084 .final = mv_cesa_ahash_final,
1293 .final = mv_cesa_ahash_final,
1364 .final = mv_cesa_ahash_final,
1435 .final = mv_cesa_ahash_final,
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h27 class OptionalOperator final { class
56 class AtomicLoadParameters final { class
140 class StoreRepresentation final { class
166 class AtomicStoreParameters final { class
219 class StackSlotRepresentation final { class
296 class V8_EXPORT_PRIVATE MachineOperatorBuilder final class
/third_party/skia/tests/
H A DPathOpsDebug.cpp750 if (!this->final()) { in dumpBase()
756 } else if (this->final() || !this->upCast()->isCoincident()) { in dumpBase()
841 } while (!span->final() && (span = span->upCast()->next())); in dump()
852 } while (!span->final() && (span = span->upCast()->next())); in dumpAll()
861 const SkOpAngle* tAngle = span->final() ? nullptr : span->upCast()->toAngle(); in dumpAngles()
870 } while (!span->final() && (span = span->upCast()->next())); in dumpAngles()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dbitset_utils.h46 class BitSetT final class
49 class Reference final class in angle::final
69 class Iterator final class in angle::final
497 class BitSetArray final class
508 class Reference final class in angle::final
527 class Iterator final class in angle::final
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h213 struct RasterizerState final struct in gl::ClipSpaceOrigin
239 struct BlendState final struct in gl::ClipSpaceOrigin
262 struct DepthStencilState final struct in gl::ClipSpaceOrigin
319 class SamplerState final class in gl::ClipSpaceOrigin
482 class BlendStateExt final class in gl::ClipSpaceOrigin
488 struct StorageType final struct in gl::ClipSpaceOrigin::final
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c144 wsi->ws->final = !!((c >> 7) & 1); in lws_ws_rx_sm()
147 if (((wsi->ws->opcode) & 8) && !wsi->ws->final) { in lws_ws_rx_sm()
180 wsi->ws->continuation_possible = !wsi->ws->final; in lws_ws_rx_sm()
218 if ((!(wsi->ws->opcode & 8)) && wsi->ws->final) { in lws_ws_rx_sm()
223 if (!wsi->ws->final) in lws_ws_rx_sm()
671 wsi->ws->final && wsi->ws->utf8 in lws_ws_rx_sm()
874 lwsl_debug("%s: final %d, rx pk length %ld, draining %ld\n", __func__, in lws_is_final_fragment()
875 wsi->ws->final, (long)wsi->ws->rx_packet_length, in lws_is_final_fragment()
877 return wsi->ws->final && !wsi->ws->rx_packet_length && in lws_is_final_fragment()
880 return wsi->ws->final in lws_is_final_fragment()
[all...]
/third_party/rust/crates/cxx/gen/src/include/
H A Dcxx.h36 class String final { class
108 class Str final { class
171 class Slice final class
214 class Slice<T>::iterator final { class
254 class Box final { class
303 class Vec final { class
373 class Fn<Ret(Args...)> final { class
387 class Error final : public std::exception { class
508 struct unsafe_bitcopy_t final { struct
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/
H A Dcxx.h36 class String final { class
108 class Str final { class
171 class Slice final class
214 class Slice<T>::iterator final { class
254 class Box final { class
303 class Vec final { class
373 class Fn<Ret(Args...)> final { class
387 class Error final : public std::exception { class
508 struct unsafe_bitcopy_t final { struct
/third_party/rust/crates/cxx/gen/build/src/gen/include/
H A Dcxx.h36 class String final { class
108 class Str final { class
171 class Slice final class
214 class Slice<T>::iterator final { class
254 class Box final { class
303 class Vec final { class
373 class Fn<Ret(Args...)> final { class
387 class Error final : public std::exception { class
508 struct unsafe_bitcopy_t final { struct
/third_party/rust/crates/cxx/include/
H A Dcxx.h36 class String final { class
108 class Str final { class
171 class Slice final class
214 class Slice<T>::iterator final { class
254 class Box final { class
303 class Vec final { class
373 class Fn<Ret(Args...)> final { class
387 class Error final : public std::exception { class
508 struct unsafe_bitcopy_t final { struct
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h36 class String final { class
108 class Str final { class
171 class Slice final class
214 class Slice<T>::iterator final { class
254 class Box final { class
303 class Vec final { class
373 class Fn<Ret(Args...)> final { class
387 class Error final : public std::exception { class
508 struct unsafe_bitcopy_t final { struct
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.h33 class ConnectServerManager final { class
/foundation/ability/form_fwk/services/include/
H A Dform_db_cache.h33 class FormDbCache final : public DelayedRefSingleton<FormDbCache> { class
H A Dform_bms_helper.h34 class FormBmsHelper final : public DelayedRefSingleton<FormBmsHelper> { class
H A Dform_rdb_data_mgr.h61 class FormRdbDataMgr final : public DelayedRefSingleton<FormRdbDataMgr> { class
H A Dform_share_mgr.h38 class FormShareMgr final : public std::enable_shared_from_this<FormShareMgr>, class
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dencrypt_decrypt.h41 class EncryptDecrypt final { class
/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H A Dconfiguration.h51 class Configuration final: public Parcelable { class
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.h32 class JsInsightIntentExecutor final : public InsightIntentExecutor { class
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h33 class JsEnvironment final : public std::enable_shared_from_this<JsEnvironment> { class

Completed in 29 milliseconds

1...<<111112113114115116117118119120>>...176