Home
last modified time | relevance | path

Searched defs:with (Results 1 – 7 of 7) sorted by relevance

/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp64 update_page_root_entry(page_root_entry *entry, page_root_entry *with) in update_page_root_entry()
79 update_page_directory_entry(page_directory_entry *entry, page_directory_entry *with) in update_page_directory_entry()
94 update_page_table_entry(page_table_entry *entry, page_table_entry *with) in update_page_table_entry()
111 update_page_indirect_entry(page_indirect_entry *entry, page_indirect_entry *with) in update_page_indirect_entry()
/haiku/src/apps/soundrecorder/
H A DDrawingTidbits.cpp67 ReplaceTransparentColor(BBitmap *bitmap, rgb_color with) in ReplaceTransparentColor()
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp145 update_page_root_entry(page_root_entry *entry, page_root_entry *with) in update_page_root_entry()
160 update_page_directory_entry(page_directory_entry *entry, page_directory_entry *with) in update_page_directory_entry()
175 update_page_table_entry(page_table_entry *entry, page_table_entry *with) in update_page_table_entry()
192 update_page_indirect_entry(page_indirect_entry *entry, page_indirect_entry *with) in update_page_indirect_entry()
/haiku/src/kits/tracker/
H A DTextWidget.cpp95 BTextWidget::Compare(const BTextWidget& with, BPoseView* view) const in Compare() argument
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp218 net_buffer_private *with = (net_buffer_private *)_with; in merge_buffer() local
H A Dnet_buffer.cpp1375 net_buffer_private* with = (net_buffer_private*)_with; in merge_buffer() local
/haiku/src/kits/support/
H A DString.cpp1786 BString::ReplaceSet(const char* setOfBytes, char with) in ReplaceSet()
1812 BString::ReplaceSet(const char* setOfBytes, const char* with) in ReplaceSet()
1845 BString::ReplaceCharsSet(const char* setOfChars, const char* with) in ReplaceCharsSet()
2675 const char* with, int32 withLength) in _ReplaceAtPositions()