Searched refs:start (Results 426 - 450 of 624) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/kernel/debug/
H A Ddebug.cpp1105 size_t start = unsentOnly ? sSyslogBufferOffset : 0; local
1120 while (start < end) {
1121 size_t bytesRead = ring_buffer_peek(sSyslogBuffer, start, buffer,
1122 std::min(end - start, bufferSize - 1));
1125 start += bytesRead;
1146 start -= std::min(start, diff);
1867 \param address The start address of the memory range to be checked.
2338 int start = i; local
2340 for (; i < start
[all...]
/haiku/headers/cpp/std/
H A Dslice_array.h98 _M_array (__a.begin () + __s.start ()) {}
/haiku/headers/private/net/
H A Dnet_buffer.h27 uint16 start; member in struct:net_buffer::__anon1152::__anon1153
/haiku/src/apps/debuganalyzer/model/
H A DThreadModel.h30 int32 start, int32 end);
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.h60 int32 caretPos, int32* start,
/haiku/src/tests/add-ons/kernel/file_systems/bfs/fragmenter/
H A Dfragmenter.cpp24 uint16 start; member in struct:block_run
/haiku/src/kits/storage/
H A DAddOnMonitorHandler.cpp121 uint32 start = 0; local
136 start = 2;
146 start = 3;
150 for (uint32 i = start;
/haiku/headers/os/interface/
H A DColorControl.h27 BColorControl(BPoint start,
/haiku/headers/private/media/experimental/
H A DMediaClient.h120 status_t Roll(bigtime_t start, bigtime_t stop,
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DDiscoveryPacket.cpp20 DiscoveryPacket::DiscoveryPacket(net_buffer *packet, uint32 start) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h56 status_t _ReplayRunArray(int32* start);
H A DCheckVisitor.cpp393 // It's safe to start a transaction, because Inode::Remove()
618 off_t start = GetVolume()->ToBlock(run); local
619 off_t end = start + run.Length();
622 off_t block = start;
653 for (block = start; block < end; block++) {
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h68 status_t FillGapWithZeros(off_t start, off_t end);
/haiku/src/apps/mail/
H A DAddressTextControl.cpp601 // last name and the start of the first names, but that shouldn't
896 AddressTextControl::GetSelection(int32* start, int32* end) const argument
898 fTextView->GetSelection(start, end);
903 AddressTextControl::Select(int32 start, int32 end) argument
905 fTextView->Select(start, end);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h158 BDataIO& stream, char start, char end);
/haiku/headers/private/print/
H A DPicturePrinter.h45 virtual void StrokeLine(BPoint start, BPoint end);
/haiku/src/system/boot/platform/riscv/
H A Dstart.cpp183 = gKernelArgs.cpu_kstack[0].start + gKernelArgs.cpu_kstack[0].size;
/haiku/src/apps/terminal/
H A DTermViewStates.h147 void _ActivateHighlight(const TermPos& start,
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbus.h68 unsigned long start, unsigned long end, unsigned long count, uint32 flags);
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp387 SetTo(baseOffset + (off_t)descriptor->start * blockSize,
558 descriptor->start = Offset() / BlockSize();
706 descriptor->start = (PartitionTableOffset() - primary->Offset())
710 descriptor->start = (Offset() - PartitionTableOffset()) / BlockSize();
/haiku/src/add-ons/kernel/busses/i2c/ocores/
H A Docores_i2c.cpp72 CHECK_RET(WriteByte({.start = true}, val));
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_cpu.cpp145 gKernelArgs.cpu_kstack[i].start = stack;
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp117 uint64 start, uint64 frames, int32 type);
176 const char* name, uint64 start, uint64 frames,
671 scsi_cd_msf& next = toc->tracks[i + 1].start.time;
673 scsi_cd_msf& start = toc->tracks[i].start.time; local
676 uint64 startFrame = start.minute * kFramesPerMinute
677 + start.second * kFramesPerSecond + start.frame;
852 Volume::_CreateNode(Inode* parent, const char* name, uint64 start, argument
855 Inode* inode = new(std::nothrow) Inode(this, parent, name, start, frame
1163 Inode(Volume* volume, Inode* parent, const char* name, uint64 start, uint64 frames, int32 type) argument
[all...]
/haiku/src/libs/icon/
H A DIconRenderer.cpp69 int32 start, int32 end,
296 unsigned len, GradientFunction function, int32 start, int32 end,
315 start, end);
329 start, end);
549 //bigtime_t start = system_time();
626 //printf("rendering 64x64: %lld\n", system_time() - start);
295 _GenerateGradient(agg::rgba8* span, int x, int y, unsigned len, GradientFunction function, int32 start, int32 end, const agg::rgba8* gradientColors, StyleTransformer* transformer) argument
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c654 int start = DST_KEY_START; local
678 start += 2;
685 if (key_st->dk_func->from_dns_key(key_st, &rdata[start],
686 len - start) > 0)

Completed in 324 milliseconds

<<11121314151617181920>>