Searched refs:_start (Results 26 - 50 of 54) sorted by relevance

123

/haiku/src/tests/system/kernel/util/
H A DVectorTest.cpp451 Iterator Find(const Value &value, const Iterator &_start) argument
453 Iterator start(_start);
459 _start.fMyIterator);
464 CHK(fMyVector.Find(value, _start.fMyIterator) == fMyVector.End());
492 ConstIterator Find(const Value &value, const ConstIterator &_start) const
494 ConstIterator start(_start);
500 _start.fMyIterator);
505 CHK(fMyVector.Find(value, _start.fMyIterator) == fMyVector.End());
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.h74 partition_data* child, off_t* _start);
78 bool ep_validate_create_child(partition_data* partition, off_t* _start,
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/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/pxe_ia32/
H A Dpxe_stage2.S101 call _start
/haiku/src/apps/terminal/
H A DTermViewStates.h141 TermPos& _start, TermPos& _end);
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
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h344 block_run::SetTo(int32 _group,uint16 _start,uint16 _length) argument
347 start = HOST_ENDIAN_TO_BFS_INT16(_start);
H A DJournal.cpp474 \a _start points to the entry in the log, and will be bumped to the next
478 Journal::_ReplayRunArray(int32* _start) argument
480 PRINT(("ReplayRunArray(start = %" B_PRId32 ")\n", *_start));
483 off_t firstBlockNumber = *_start % fLogSize;
555 *_start += count;
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/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/apps/cortex/NodeManager/
H A DNodeGroup.h449 status_t _start();
H A DNodeRef.h515 status_t _start(
559 // callers: _start(), _roll(), enablePositionReports()
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/system/boot/platform/bios_ia32/
H A Dshell.S300 call _start
/haiku/src/system/boot/platform/u-boot/
H A Dstart.cpp69 extern "C" void _start(void);
/haiku/src/system/boot/platform/next_m68k/
H A Dstart.cpp31 extern "C" void _start(void);
/haiku/src/system/kernel/
H A Dmain.cpp98 _start(kernel_args *bootKernelArgs, int currentCPU) function
/haiku/src/servers/app/
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;
H A DServerPicture.cpp279 stroke_line(void* _canvas, const BPoint& _start, const BPoint& _end) argument
282 BPoint start = _start;
/haiku/src/system/boot/platform/efi/
H A Dstart.cpp53 extern "C" void _start(void);
/haiku/src/system/boot/platform/atari_m68k/
H A Dshell.S29 * sets up the new stack and jumps to _start after setting some variables.
35 * stack and some variables and jumps to _start.
152 jmp _start
397 // all done, go to _start
/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/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h977 uint32 start() const { return B_LENDIAN_TO_HOST_INT32(_start); }
1000 void set_start(uint32 start) { _start = B_HOST_TO_LENDIAN_INT32(start); }
1023 uint32 _start; member in struct:partition_descriptor
/haiku/headers/os/interface/
H A DTextView.h132 void GetSelection(int32* _start, int32* _end) const;

Completed in 188 milliseconds

123