| /kernel/linux/linux-6.6/arch/x86/lib/ |
| H A D | usercopy_32.c | 92 __copy_user_intel(void __user *to, const void *from, unsigned long size) in __copy_user_intel() argument 313 unsigned long __copy_user_ll(void *to, const void *from, unsigned long n) in __copy_user_ll() argument 191 __copy_user_intel_nocache(void *to, const void __user *from, unsigned long size) __copy_user_intel_nocache() argument 325 __copy_from_user_ll_nocache_nozero(void *to, const void __user *from, unsigned long n) __copy_from_user_ll_nocache_nozero() argument [all...] |
| H A D | iomem.c | 10 static __always_inline void rep_movs(void *to, const void *from, size_t n) in rep_movs() argument 26 static void string_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) in string_memcpy_fromio() argument 45 string_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) string_memcpy_toio() argument 64 unrolled_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) unrolled_memcpy_fromio() argument 74 unrolled_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) unrolled_memcpy_toio() argument 93 memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) memcpy_fromio() argument 102 memcpy_toio(volatile void __iomem *to, const void *from, size_t n) memcpy_toio() argument [all...] |
| /kernel/linux/linux-6.6/block/partitions/ |
| H A D | check.h | 14 sector_t from; member 37 put_partition(struct parsed_partitions *p, int n, sector_t from, sector_t size) in put_partition() argument
|
| /kernel/linux/linux-6.6/arch/x86/um/asm/ |
| H A D | processor_32.h | 44 static inline void arch_copy_thread(struct arch_thread *from, in arch_copy_thread() argument
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| H A D | hid-icade.c | 157 static const struct icade_key *icade_find_translation(u16 from) in icade_find_translation() argument
|
| /kernel/linux/linux-6.6/rust/kernel/ |
| H A D | error.rs | 178 fn from(_: AllocError) -> Error { in from() functions 184 fn from(_: TryFromIntError) -> Error { in from() functions 190 fn from(_: Utf8Error) -> Error { in from() functions 196 fn from(_: TryReserveError) -> Error { in from() functions 202 fn from(_: LayoutError) -> Error { in from() functions 208 fn from(_: core::fmt::Error) -> Error { in from() functions 214 fn from(e: core::convert::Infallible) -> Error { in from() functions [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | htab_mem_bench.c | 13 unsigned int from; member [all...] |
| /kernel/liteos_a/security/cap/ |
| H A D | capability.c | 59 VOID OsCopyCapability(LosProcessCB *from, LosProcessCB *to) in OsCopyCapability() argument
|
| /third_party/elfutils/libelf/ |
| H A D | elf_strptr.c | 56 static bool validate_str (const char *str, size_t from, size_t to) in validate_str() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | tztrans.cpp | 23 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) in TimeZoneTransition() argument 98 TimeZoneTransition::setFrom(const TimeZoneRule& from) { in setFrom() argument 106 TimeZoneTransition::adoptFrom(TimeZoneRule* from) { in adoptFrom() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | tztrans.cpp | 23 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) in TimeZoneTransition() argument 98 TimeZoneTransition::setFrom(const TimeZoneRule& from) { in setFrom() argument 106 TimeZoneTransition::adoptFrom(TimeZoneRule* from) { in adoptFrom() argument
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-stack.cc | 44 char* RegExpStack::RestoreStack(char* from) { in RestoreStack() argument
|
| /third_party/rust/crates/log/src/kv/ |
| H A D | error.rs | 59 fn from(_: fmt::Error) -> Self { in from() functions 86 fn from(err: io::Error) -> Self { in from() functions
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationEGL.h | 105 typename std::enable_if<std::is_enum<PackedT>::value, PackedT>::type PackParam(FromT from) in PackParam() argument 136 PackParam(FromT from) in PackParam() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | tztrans.cpp | 23 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) in TimeZoneTransition() argument 98 TimeZoneTransition::setFrom(const TimeZoneRule& from) { in setFrom() argument 106 TimeZoneTransition::adoptFrom(TimeZoneRule* from) { in adoptFrom() argument
|
| /third_party/rust/crates/syn/src/ |
| H A D | ident.rs | 18 fn from(token: Token![$token]) -> Ident { in from() functions 32 fn from(token: Token![_]) -> Ident { in from() functions
|
| /base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/ |
| H A D | event_scan_handler.cpp | 45 uint64_t GetDuration(uint64_t from, uint64_t to) in GetDuration() argument
|
| /base/powermgr/display_manager/brightness_manager/src/ |
| H A D | brightness_dimming.cpp | 60 void BrightnessDimming::StartDimming(uint32_t from, uint32_t to, uint32_t duration) in StartDimming() argument
|
| /base/request/request/services/src/task/ |
| H A D | request_task.rs | 665 fn from(_value: HttpClientError) -> Self { in from() functions 671 fn from(_value: io::Error) -> Self { in from() functions
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | motion_path_evaluator.cpp | 28 std::string ReplaceAll(std::string str, const std::string& from, const std::string& to) in ReplaceAll() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
| H A D | tab_bar_size_animation.cpp | 67 void TabBarSizeAnimation::Start(const WeakPtr<RenderNode>& weakTabbar, int32_t from, int32_t to) in Start() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
| H A D | js_tabs_function.cpp | 91 JSRef<JSVal> from = JSRef<JSVal>::Make(ToJSValue(fromIndex)); in Execute() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/foreach/ |
| H A D | lazy_foreach_component.h | 49 virtual void OnDataMoveToNewPlace(size_t from, size_t to) {} in OnDataMoveToNewPlace() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
| H A D | repeat_virtual_scroll_node.h | 32 int32_t from = -1; member [all...] |
| H A D | repeat_node.cpp | 101 void RepeatNode::MoveData(int32_t from, int32_t to) in MoveData() argument
|