Searched refs:start (Results 351 - 375 of 624) sorted by relevance

<<11121314151617181920>>

/haiku/src/apps/poorman/
H A DPoorManWindow.cpp517 int32 start = 0, end = 0; local
518 fLoggingView->GetSelection(&start, &end);
521 char * buffData = buffer.LockBuffer(end - start + 1);
523 fLoggingView->GetText(start, end - start, buffData);
524 buffer.UnlockBuffer(end - start + 1);
526 err = fwrite(buffer.String(), 1, end - start + 1, f);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js843 var start = new RemotePoint(remoteMessage);
846 this.gradient = context.createLinearGradient(start.x, start.y,
1002 RemoteMessage.prototype.start = function(code)
1346 reply.start(RP_DRAW_STRING_RESULT);
1372 reply.start(RP_DRAW_STRING_RESULT);
1385 reply.start(RP_STRING_WIDTH_RESULT);
1731 reply.start(RP_READ_BITMAP_RESULT);
1877 this.sendMessage.start(RP_UPDATE_DISPLAY_MODE);
1882 this.sendMessage.start(RP_GET_SYSTEM_PALETT
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp113 out.Print("bfs:j:%s entry %p id %ld, start %lu, length %lu, log %s "
116 fStarted ? "end" : "start", fLogPosition);
118 out.Print("bfs:j:%s entry %p start %lu, length %lu, log %s %lu\n",
120 fStarted ? "end" : "start", fLogPosition);
160 // we need to start a new iovec
170 LogEntry::LogEntry(Journal* journal, uint32 start, uint32 length) argument
173 fStart(start),
480 PRINT(("ReplayRunArray(start = %" B_PRId32 ")\n", *_start));
563 This method is called by Journal::InitCheck() if the log start
584 int32 start
[all...]
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp450 FDELookupInfo(target_addr_t start, target_addr_t end, argument
453 start(start),
463 if (a->start < b->start)
465 else if (a->start > b->start)
473 return address >= start && address < end;
476 target_addr_t start; member in struct:DwarfFile::FDELookupInfo
742 target_addr_t start local
3180 target_addr_t start = dataReader.ReadAddress(0); local
[all...]
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp725 Iterator::Iterator(Element &start, group_destination destination) argument
727 SetTo(start, destination);
732 Iterator::SetTo(Element &start, group_destination destination) argument
734 fStart = &start;
784 Worker::Worker(RTF::Header &start) argument
786 fStart(start)
/haiku/src/apps/charactermap/
H A DCharacterView.cpp104 // be queried by searching for the start and end codepoints
113 kUnicodeBlocks[blockIndex].start,
533 for (uint32 c = kUnicodeBlocks[i].start; c <= kUnicodeBlocks[i].end;
631 for (uint32 c = kUnicodeBlocks[i].start; c <= kUnicodeBlocks[i].end;
751 character = kUnicodeBlocks[i].start;
759 character = kUnicodeBlocks[i].start + lines * fCharactersPerLine;
772 int32 diff = character - kUnicodeBlocks[blockNumber].start;
H A DUnicodeBlockView.cpp91 // be queried by searching for the start and end codepoints
100 kUnicodeBlocks[blockIndex].start,
/haiku/headers/private/firewire/
H A Dfirewirereg.h262 void (*start) (struct firewire_comm*); member in struct:fw_xferq
287 caddr_t start; member in struct:fw_bulkxfer
293 u_int64_t start; member in struct:fw_bind
/haiku/src/kits/game/
H A DGameProducer.cpp242 bigtime_t start, produceLatency; local
247 start = ::system_time();
255 fInternalLatency = produceLatency - start;
365 // to start producing buffers earlier to compensate.
384 // something downstream changed latency, so we need to start producing
458 // Going to start sending buffers so setup the needed bookkeeping
/haiku/src/bin/consoled/
H A Dconsoled.cpp170 // start of a dead key
222 location \a start that support the debugger extension.
225 open_keyboards(int target, const char* start, struct keyboard* previous) argument
232 dir = opendir(start);
250 strlcpy(path, start, sizeof(path));
444 // start the process
450 // no command given: start a shell in an endless loop
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h83 * \param startKey Slot to start inserting
187 status_t Copy(const Node* origin, uint32 start, uint32 end,
189 //! Shift data in items between start and end by offset length
190 status_t MoveEntries(uint32 start, uint32 end, int length) const;
249 uint32 start, int num, int length);
251 * Copy-On-Write all internal nodes start from a specific level.
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h101 const TermPos& start,
105 bool findNonWords, TermPos& start,
118 bool Find(const char* pattern, const TermPos& start,
H A DTermView.h211 void _InvalidateTextRange(TermPos start,
233 void _Select(TermPos start, TermPos end,
255 void _ScrollToRange(TermPos start, TermPos end);
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp129 || fInode->parent.start > (1L << fDisk->SuperBlock()->ag_shift)
134 || fInode->attributes.start > (1L << fDisk->SuperBlock()->ag_shift))
333 // begin from the start?
451 << (int32)parent.start << "/";
691 //printf("find double indirect block: %ld,%d!\n",fInode->data.double_indirect.allocation_group,fInode->data.double_indirect.start);
696 off_t start = pos - fInode->data.max_indirect_range;
699 int32 index = start / indirectSize;
701 //printf("\tstart = %lld, indirectSize = %ld, directSize = %ld, index = %ld\n",start,indirectSize,directSize,index);
702 //printf("\tlook for indirect block at %ld,%d\n",indirect[index].allocation_group,indirect[index].start);
707 fCurrent = (start
[all...]
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp146 int32 start; local
148 GetSelection(&start, &finish);
150 Select(start, finish);
/haiku/headers/os/interface/
H A DFont.h124 uint32 start; member in struct:unicode_block_range
128 uint32 Count() const { return end + 1 - start; }
213 bool IncludesBlock(uint32 start, uint32 end) const;
/haiku/headers/private/system/
H A Dsystem_profiler_defs.h79 size_t start; member in struct:system_profiler_buffer_header
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_mmu_amcc440.cpp169 phys_addr_t physBase = gKernelArgs.physical_memory_range[0].start;
/haiku/src/bin/fwcontrol/
H A Dfwdv.c278 struct timeval start, end; local
325 gettimeofday(&start, NULL);
424 rtime = end.tv_sec - start.tv_sec
425 + (end.tv_usec - start.tv_usec) * 1e-6;
/haiku/src/system/boot/loader/file_systems/bfs/
H A Dbfs.cpp128 run.start = HOST_ENDIAN_TO_BFS_INT16(block & ~((1LL << fSuperBlock.AllocationGroupShift()) - 1));
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.h21 DirectoryIterator(Inode* inode, off_t start = 0,
/haiku/src/system/kernel/vm/
H A DVMKernelAddressSpace.h83 Range* _FindFreeRange(addr_t start, size_t size,
/haiku/src/system/boot/platform/next_m68k/
H A Dvideo.cpp107 gKernelArgs.frame_buffer.physical_buffer.start =
/haiku/headers/private/print/
H A DTemplate.h40 virtual void StrokeLine(BPoint start, BPoint end);
/haiku/src/kits/print/
H A DTemplate.cpp40 void Template::StrokeLine(BPoint start, BPoint end) { argument

Completed in 365 milliseconds

<<11121314151617181920>>