Searched refs:_start (Results 1 - 25 of 54) sorted by path

123

/haiku/headers/private/debugger/model/
H A DDisassembledCode.h30 SourceLocation& _start,
H A DFileSourceCode.h38 SourceLocation& _start,
H A DSourceCode.h34 SourceLocation& _start,
/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/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/src/apps/cortex/NodeManager/
H A DNodeGroup.h449 status_t _start();
H A DNodeRef.h515 status_t _start(
559 // callers: _start(), _roll(), enablePositionReports()
/haiku/src/kits/debugger/model/
H A DDisassembledCode.cpp97 SourceLocation& _start, SourceLocation& _end) const
103 _start = line->statement->StartSourceLocation();
104 _end = SourceLocation(_start.Line() + 1);
96 GetStatementLocationRange(const SourceLocation& location, SourceLocation& _start, SourceLocation& _end) const argument
H A DFileSourceCode.cpp103 SourceLocation& _start, SourceLocation& _end) const
118 _start = fSourceLocations[index];
102 GetStatementLocationRange(const SourceLocation& location, SourceLocation& _start, SourceLocation& _end) const argument
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbitstring.h108 _bit_make_mask(int _start, int _stop) argument
110 return ((_BITSTR_MASK << _bit_offset(_start)) &
160 bit_nset(bitstr_t *_bitstr, int _start, int _stop) argument
165 _bitstr += _bit_idx(_start);
168 *_bitstr |= _bit_make_mask(_start, _stop);
170 *_bitstr |= _bit_make_mask(_start, _BITSTR_BITS - 1);
179 bit_nclear(bitstr_t *_bitstr, int _start, int _stop) argument
184 _bitstr += _bit_idx(_start);
187 *_bitstr &= ~_bit_make_mask(_start, _stop);
189 *_bitstr &= ~_bit_make_mask(_start, _BITSTR_BIT
198 bit_ffs_at(bitstr_t *_bitstr, int _start, int _nbits, int *_result) argument
227 bit_ffc_at(bitstr_t *_bitstr, int _start, int _nbits, int *_result) argument
270 bit_count(bitstr_t *_bitstr, int _start, int _nbits, int *_result) argument
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dshell.S220 jmp _start
329 jmp _start
H A Dstart.cpp32 extern "C" void _start(void);
124 _start(void) function
/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
H A Dstart.cpp32 extern "C" void _start(void);
129 _start(void) function
/haiku/src/system/boot/platform/bios_ia32/
H A Dshell.S300 call _start
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dstart.cpp22 _start(int _reserved, int _argstr, int _arglen, int _unknown, function
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_stage2.S101 call _start
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Dshell.S20 SYMBOL(_start):
26 SYMBOL_END(_start)
/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/headers/os/interface/
H A DTextView.h132 void GetSelection(int32* _start, int32* _end) const;
/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/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dah_osdep.h130 #define OS_BUS_BARRIER(_ah, _start, _len, _t) \
132 (bus_space_handle_t)(_ah)->ah_sh, (_start), (_len), (_t))
H A Dif_ath_tx.h81 #define BAW_WITHIN(_start, _bawsz, _seqno) \
82 ((((_seqno) - (_start)) & 4095) < (_bawsz))

Completed in 148 milliseconds

123