Searched defs:start (Results 301 - 325 of 386) sorted by relevance

<<111213141516

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp170 LogEntry::LogEntry(Journal* journal, uint32 start, uint32 length) argument
[all...]
/haiku/src/apps/mail/
H A DAddressTextControl.cpp896 AddressTextControl::GetSelection(int32* start, int32* end) const argument
903 AddressTextControl::Select(int32 start, int32 end) argument
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp555 RemoteDrawingEngine::StrokeLine(const BPoint& start, const BPoint& end, argument
813 RemoteDrawingEngine::StrokeLine(const BPoint &start, const BPoint &end) argument
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp334 pm_validate_move(partition_data* partition, off_t* start) argument
351 off_t start = *_start; local
389 pm_validate_move_child(partition_data* partition, partition_data* child, off_t* start) argument
478 validate_create_child_partition(partition_data* partition, off_t* start, off_t* size, fc_get_sibling_partitions getSiblingPartitions) argument
524 pm_validate_create_child(partition_data* partition, off_t* start, off_t* size, const char* type, const char* name, const char* parameters, int32* index) argument
1653 ep_validate_move(partition_data* partition, off_t* start) argument
[all...]
/haiku/src/apps/diskprobe/
H A DDataView.cpp163 int32 start = 0, end = fDataSize - 1; local
253 int64 start, end; local
502 SelectionFrame(view_focus which, int32 start, int32 end) argument
543 int32 start = fStart % kBlockSize; local
655 int32 start = blockStart % kBlockSize; local
706 SetSelection(int32 start, int32 end, view_focus focus) argument
782 GetSelection(int32 &start, int32 &end) argument
790 InvalidateRange(int32 start, int32 end) argument
861 DataAt(int32 start) argument
1123 int32 start = PositionAt(kNoFocus, where, &newFocus); local
1208 int32 start, end; local
1233 int32 start, end; local
[all...]
H A DDataEditor.cpp90 int start = i; local
765 int32 start = fChanges.IndexOf(fLastChange) + 1; local
/haiku/src/kits/storage/
H A DResourceFile.cpp200 const char* start = (const char*)data; local
/haiku/src/kits/storage/sniffer/
H A DParser.cpp1075 int32 start, end; local
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c226 int start; local
H A Drunlist.c599 BOOL start; local
[all...]
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp1099 BPoint start, end; local
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp204 BPoint start = _start; local
H A DServerFont.cpp496 uint32 start = kUnicodeBlockMap[guess].start; local
658 IncludesUnicodeBlock(uint32 start, uint32 end, bool& hasBlock) argument
713 const char* start = string; local
[all...]
H A DView.cpp1109 float start = rect.left; local
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp619 addr_t start = base - Base(); local
658 addr_t start = base - Base(); local
780 addr_t start = fInfo.base; local
[all...]
/haiku/src/tools/restest/
H A DResourceFile.cpp156 const char* start = (const char*)data; local
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp967 is_calling(Thread* thread, addr_t ip, const char* pattern, addr_t start, argument
1063 arch_debug_contains_call(Thread* thread, const char* symbol, addr_t start, argument
/haiku/src/system/kernel/
H A Dsmp.cpp190 update_lock_contention(spinlock* lock, bigtime_t start) argument
340 const bigtime_t start = system_time(); local
403 const bigtime_t start = system_time(); local
466 const bigtime_t start = system_time(); local
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp293 RISCV64VMTranslationMap::MaxPagesNeededToMap(addr_t start, addr_t end) const argument
367 RISCV64VMTranslationMap::Unmap(addr_t start, addr_t end) argument
388 DebugMarkRangePresent(addr_t start, addr_t end, bool markPresent) argument
[all...]
/haiku/src/apps/deskbar/
H A DStatusView.cpp408 bigtime_t start = system_time(); local
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp500 fsblock_t start = 0; local
/haiku/src/kits/interface/
H A DOutlineListView.cpp51 _GetSubItems(BList& sourceList, BList& destList, BListItem* parent, int32 start) argument
H A DFont.cpp864 BFont::IncludesBlock(uint32 start, uint32 end) const argument
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp396 bigtime_t start = system_time(); local
/haiku/src/apps/deskcalc/
H A DCalcView.cpp396 int32 start = end - 3; local

Completed in 403 milliseconds

<<111213141516