Searched refs:_start (Results 1 - 25 of 54) sorted by last modified time

123

/haiku/src/apps/terminal/
H A DTermViewStates.cpp815 HyperLink& _link, TermPos& _start, TermPos& _end)
824 if (!textBuffer->FindWord(pos, &fURLCharClassifier, false, _start, _end))
828 textBuffer->GetStringFromRegion(text, _start, _end);
842 if (!textBuffer->FindWord(pos, fView->fCharClassifier, false, _start, _end))
857 if (_start == _end) {
866 textBuffer->GetStringFromRegion(text, _start, _end);
876 TermPos searchPos = _start;
901 TermPos originalStart = _start;
910 _start = originalStart;
913 _start
814 _GetHyperLinkAt(BPoint where, bool pathPrefixOnly, HyperLink& _link, TermPos& _start, TermPos& _end) argument
[all...]
H A DBasicTerminalBuffer.cpp401 TerminalCharClassifier* classifier, bool findNonWords, TermPos& _start,
417 _start.SetTo(line->length, y);
463 _start = start;
400 FindWord(const TermPos& pos, TerminalCharClassifier* classifier, bool findNonWords, TermPos& _start, TermPos& _end) const argument
H A DTermViewStates.h141 TermPos& _start, TermPos& _end);
/haiku/src/kits/interface/
H A DTextView.cpp1573 BTextView::GetSelection(int32* _start, int32* _end) const argument
1583 if (_start)
1584 *_start = start;
/haiku/headers/os/interface/
H A DTextView.h132 void GetSelection(int32* _start, int32* _end) const;
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp1890 status_t NodeRef::_start( function in class:NodeRef
1895 "NodeRef('%s')::_start(at %lld)\n",
H A DNodeGroup.cpp562 return _start();
1163 status_t NodeGroup::_start() { function in class:NodeGroup
1167 "NodeGroup::_start()\n"));
1200 "! NodeGroup('%s')::_start():\n"
1224 err = (*it)->_start(when);
1227 "! NodeGroup('%s')::_start():\n"
1228 " ref('%s')->_start(%" B_PRIdBIGTIME ") failed:\n"
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp219 AllocationBlockGroup::Allocate(Transaction& transaction, fsblock_t _start, argument
222 uint32 start = _start - fStart;
/haiku/src/apps/mail/
H A DContent.cpp2865 TTextView::FindSpellBoundry(int32 length, int32 offset, int32 *_start, int32 *_end)
2879 *_start = start;
/haiku/src/system/boot/platform/efi/
H A Dstart.cpp53 extern "C" void _start(void);
/haiku/src/servers/app/
H A DServerPicture.cpp279 stroke_line(void* _canvas, const BPoint& _start, const BPoint& _end) argument
282 BPoint start = _start;
H A DPictureBoundingBoxPlayer.cpp196 determine_bounds_stroke_line(void* _state, const BPoint& _start, argument
200 _start.x, _start.y, _end.x, _end.y);
204 BPoint start = _start;
/haiku/src/system/glue/
H A Dstart_dyn.c20 int _start(int argc, char **argv, char **env);
31 _start(int argc, char **argv, char **environment) function
/haiku/src/system/libroot/os/
H A Dimage.cpp374 next_argument(char **_start, bool separate) argument
376 char *line = *_start;
397 *_start = &line[i];
404 *_start = &line[i + 1];
/haiku/src/system/boot/platform/bios_ia32/
H A Dstart.cpp44 extern "C" void _start(void);
176 _start(void) function
/haiku/src/system/boot/platform/riscv/
H A Dstart.cpp36 extern "C" void _start(int hartId, void* fdt);
199 _start(int hartId, void* fdt) function
H A Dcrt0.S19 call _start
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dcrt0-efi-x86.S39 .globl _start
40 _start: label
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp149 status_t _ParseQuotedString(char** _start, char** _end);
722 Equation::_ParseQuotedString(char** _start, char** _end)
724 char* start = *_start;
735 *_start = start;
/haiku/headers/private/file_systems/
H A DQueryParser.h247 status_t ParseQuotedString(char** _start, char** _end);
528 Equation<QueryPolicy>::ParseQuotedString(char** _start, char** _end) argument
530 char* start = *_start;
541 *_start = start;
/haiku/src/bin/bfs_tools/lib/
H A Dbfs.h216 inline void block_run::SetTo(int32 _group,uint16 _start,uint16 _length) argument
219 start = _start;
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dcrt0-efi-arm64.S47 .long _edata - _start // SizeOfCode
50 .long _start - ImageBase // AddressOfEntryPoint
51 .long _start - ImageBase // BaseOfCode
68 .long _start - ImageBase // SizeOfHeaders
120 .long _edata - _start // VirtualSize
121 .long _start - ImageBase // VirtualAddress
122 .long _edata - _start // SizeOfRawData
123 .long _start - ImageBase // PointerToRawData
133 .globl _start
134 _start label
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp348 off_t childOffset, off_t childSize, off_t* _start,
351 off_t start = *_start;
382 *_start = start;
1667 off_t* _start)
1671 if (!partition || !child || !_start)
1673 if (*_start == child->offset)
1677 off_t start = *_start;
1681 *_start = start;
347 validate_move_child(partition_data* partition, partition_data* child, off_t childOffset, off_t childSize, off_t* _start, fc_get_sibling_partitions getSiblingPartitions) argument
1666 ep_validate_move_child(partition_data* partition, partition_data* child, off_t* _start) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.h81 #define BAW_WITHIN(_start, _bawsz, _seqno) \
82 ((((_seqno) - (_start)) & 4095) < (_bawsz))
H A Dah_osdep.h130 #define OS_BUS_BARRIER(_ah, _start, _len, _t) \
132 (bus_space_handle_t)(_ah)->ah_sh, (_start), (_len), (_t))

Completed in 194 milliseconds

123