Searched defs:from (Results 26 - 50 of 212) sorted by relevance

123456789

/haiku/src/system/kernel/arch/arm/
H A Darch_vm.cpp107 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument
/haiku/src/system/kernel/arch/arm64/
H A Darch_vm.cpp97 arch_vm_aspace_swap(struct VMAddressSpace* from, struct VMAddressSpace* to) argument
/haiku/src/apps/haikudepot/model/
H A DAccessToken.cpp16 AccessToken::AccessToken(BMessage* from) argument
H A DScreenshotCoordinate.cpp22 ScreenshotCoordinate::ScreenshotCoordinate(const BMessage* from) argument
H A DUserDetail.cpp19 UserUsageConditionsAgreement::UserUsageConditionsAgreement(BMessage* from) argument
108 UserDetail::UserDetail(BMessage* from) argument
/haiku/src/add-ons/kernel/network/stack/
H A Dancillary_data.cpp153 move_ancillary_data(ancillary_data_container* from, argument
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamFilterInterface.cpp37 CamFilterInterface::DetachFilter(CamFilterInterface *from) argument
/haiku/src/apps/switcher/
H A DPanelWindow.cpp102 BPoint from; local
[all...]
/haiku/src/system/kernel/arch/generic/
H A DGenericVMPhysicalPageMapper.cpp84 GenericVMPhysicalPageMapper::MemcpyFromPhysical(void* to, phys_addr_t from, argument
92 GenericVMPhysicalPageMapper::MemcpyToPhysical(phys_addr_t to, const void* from, argument
100 MemcpyPhysicalPage(phys_addr_t to, phys_addr_t from) argument
H A Dgeneric_vm_physical_page_ops.cpp42 generic_vm_memcpy_from_physical(void* _to, phys_addr_t from, size_t length, argument
85 const uint8* from = (const uint8*)_from; local
125 generic_vm_memcpy_physical_page(phys_addr_t to, phys_addr_t from) argument
[all...]
/haiku/src/system/kernel/arch/ppc/
H A Darch_vm.cpp154 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument
/haiku/src/system/kernel/arch/x86/paging/
H A Dx86_physical_page_mapper_mapped.h170 X86PhysicalPageMapper::MemcpyToPhysical(phys_addr_t _to, const void* from, argument
187 MemcpyPhysicalPage(phys_addr_t to, phys_addr_t from) argument
/haiku/src/kits/app/
H A DMessageFilter.cpp69 BMessageFilter::operator=(const BMessageFilter& from) argument
/haiku/src/kits/interface/
H A DGridView.cpp29 BGridView::BGridView(BMessage* from) argument
60 BGridView::Instantiate(BMessage* from) argument
H A DGroupView.cpp29 BGroupView::BGroupView(BMessage* from) argument
54 BGroupView::Instantiate(BMessage* from) argument
H A DCardView.cpp27 BCardView::BCardView(BMessage* from) argument
58 BCardView::Instantiate(BMessage* from) argument
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dutility.cpp38 to_utf8(const uint16* from, size_t maxFromLength, char* to, size_t toSize) argument
94 to_ucs2(const char* from, size_t fromLength, uint16* to, size_t maxToLength) argument
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf2.c434 m_tag_copy_chain(struct mbuf *to, const struct mbuf *from, int how) argument
[all...]
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dbitmap_compression.cpp118 extract_bitmap(BBitmap** bitmap, const BMessage* from, const char* fieldName) argument
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dtransform_procs.c39 scsi_cmd_generic_6 *from = (scsi_cmd_generic_6 *)cmd; local
100 scsi_cmd_generic_6 *from = (scsi_cmd_generic_6 *)cmd; local
[all...]
/haiku/src/servers/app/
H A DServerBitmap.h137 ServerBitmap::ShallowCopy(const ServerBitmap* from) argument
[all...]
/haiku/src/libs/print/libprint/
H A DPrintUtils.cpp127 AddFields(BMessage* to, const BMessage* from, const char* excludeList[], argument
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dmbuf.h49 m_dup_pkthdr_openbsd(struct mbuf* to, const struct mbuf* from, int how) argument
56 m_tag_copy_chain_openbsd(struct mbuf* to, const struct mbuf* from, int how) argument
/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp135 x86_next_page_directory(Thread* from, Thread* to) argument
196 arch_thread_context_switch(Thread* from, Thread* to) argument
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.cpp514 BPoint from = origin + BPoint(sinf(22.5 * 180.0 / M_PI) * 50.0, local

Completed in 128 milliseconds

123456789