Searched refs:start (Results 401 - 425 of 624) sorted by relevance

<<11121314151617181920>>

/haiku/src/servers/index/
H A DCatchUpManager.cpp25 CatchUpAnalyser::CatchUpAnalyser(const BVolume& volume, time_t start, argument
30 fStart(start),
76 STRACE("_CatchUp start %i, end %i\n", (int)fStart, (int)fEnd);
/haiku/src/system/boot/platform/efi/
H A Ddtb.cpp394 case 1: range.start = fdt32_to_cpu(*(uint32*)prop); prop += 4; break;
395 case 2: range.start = fdt64_to_cpu(*(uint64*)prop); prop += 8; break;
440 if ((range.start >= childAddress) && (range.start <= childAddress + rangeSize)) {
441 range.start -= childAddress;
442 range.start += parentAddress;
567 gUART = kSupportedUarts[i].uart_driver_init(uart.regs.start,
666 dprintf(" regs: %#" B_PRIx64 ", %#" B_PRIx64 "\n", uart.regs.start, uart.regs.size);
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dconsistency_check.cpp227 bigtime_t start = system_time(); local
233 bigtime_t runtime = system_time() - start;
/haiku/src/system/kernel/
H A Dsmp.cpp190 update_lock_contention(spinlock* lock, bigtime_t start) argument
194 lock->total_wait += (now - start);
340 const bigtime_t start = system_time(); local
367 update_lock_contention(lock, start);
403 const bigtime_t start = system_time(); local
429 update_lock_contention(lock, start);
466 const bigtime_t start = system_time(); local
492 update_lock_contention(lock, start);
/haiku/src/apps/terminal/
H A DTermViewStates.cpp632 // If we just start selecting, we first select the initially
752 TermPos start; local
757 if (!_GetHyperLinkAt(where, pathPrefixOnly, link, start, end))
1021 TermPos start; local
1026 if (_GetHyperLinkAt(where, pathPrefixOnly, link, start, end))
1027 _ActivateHighlight(start, end);
1034 TermView::HyperLinkState::_ActivateHighlight(const TermPos& start, argument
1038 if (fHighlight.Start() == start && fHighlight.End() == end)
1044 fHighlight.SetRange(start, end);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp300 FATAL("could not initialize start journal!\n");
702 uint32& blockGroup, fsblock_t& start, uint32& length)
711 maximum, blockGroup, start, length);
725 Volume::FreeBlocks(Transaction& transaction, fsblock_t start, uint32 length) argument
727 TRACE("Volume::FreeBlocks(%" B_PRIu64 ", %" B_PRIu32 ")\n", start, length);
731 status_t status = fBlockAllocator->Free(transaction, start, length);
701 AllocateBlocks(Transaction& transaction, uint32 minimum, uint32 maximum, uint32& blockGroup, fsblock_t& start, uint32& length) argument
H A DDirectoryIterator.cpp49 DirectoryIterator::DirectoryIterator(Inode* directory, off_t start, argument
58 fLogicalBlock(start / fBlockSize),
59 fDisplacement(start % fBlockSize),
67 fInitStatus = fDirectory->FindBlock(start, fPhysicalBlock);
247 "current: (%" B_PRIu32 ", %" B_PRIu64 ", %" B_PRIu32 "), start: (%"
742 off_t start = (off_t)root->root_info_length local
744 _SetHTreeEntryChecksum(secondBlock, start, 2);
745 fParent = new(std::nothrow) HTreeEntryIterator(start, fDirectory);
/haiku/src/kits/support/
H A DString.cpp1172 const char* start = String(); local
1176 // character, or we reach the string's start
1177 while (start != end && *start != c) {
1178 start++;
1181 if (start == end)
1184 return start - String();
1194 const char* start = String() + min_clamp0(fromOffset, Length()); local
1198 // character, or we reach the string's start
1199 while (start < en
1269 const char* const start = String(); local
1291 const char* const start = String(); local
[all...]
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp237 uint32 start = fCount; local
245 if (start != 0) {
246 lastExtent = ExtentAt(start - 1);
263 lastExtent = ExtentAt(start - 1);
270 file_extent* extent = ExtentAt(start++);
/haiku/src/system/runtime_loader/
H A Delf_load_image.cpp127 image->regions[regcount].start = pheader->p_vaddr;
151 image->regions[regcount].start = pheader->p_vaddr;
172 image->regions[regcount].start = pheader->p_vaddr;
248 if (image->dynamic_ptr >= image->regions[i].start
250 < image->regions[i].start + image->regions[i].size) {
/haiku/src/apps/diskprobe/
H A DProbeView.cpp925 message.AddInt64("start", position - fEditor.ViewOffset());
957 message->FindInt64("start", &startAt);
992 message.AddInt64("start", foundAt - fEditor.ViewOffset());
1493 ProbeView::_UpdateSelectionMenuItems(int64 start, int64 end) argument
1496 const uint8* data = fDataView->DataAt(start);
1506 if (end < start + 8)
1507 size = end + 1 - start;
1798 int64 start, end; local
1799 if (message->FindInt64("start", &start)
1818 int32 start, end; local
1914 int32 start, end; local
[all...]
/haiku/src/build/libgnuregex/
H A Dregex.c517 print_partial_compiled_pattern (start, end)
518 unsigned char *start;
522 unsigned char *p = start;
525 if (start == NULL)
970 {start,stop}_memory, the maximum number of groups we can report
1098 /* Address of start of the most recently finished expression.
1099 This tells, e.g., postfix * where to find the start of its
1186 if ( /* If at start of pattern, it's an operator. */
2232 /* If the start is after the end, the range is empty. */
2393 DEBUG_PRINT2 (" start
[all...]
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c835 bindreq->start.hi, bindreq->start.lo);
850 if (bindreq->start.hi > 0xffff) {
859 fwb->start = ((u_int64_t)bindreq->start.hi << 32) |
860 bindreq->start.lo;
861 fwb->end = fwb->start + bindreq->len;
/haiku/src/apps/bootmanager/
H A Dbootman.S250 .offset nstruc quadword ; LBA of start start sector
386 mov al, [listItemCount] ; Calculate start row for menu
549 mov di, bootSectorDAP+AddressPacket.offset ; Copy start sector
556 mov ah, EXTENDED_READ ; Now read start sector from HD
607 mov si, list ; Search address of start sector
699 ; quadword start sector
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp149 TRACE_ERROR("failed to start _DrawThread()\n");
1099 BPoint start, end; local
1100 message.ReadArrayLine(start, end, color);
1101 offscreen->AddLine(start, end, color);
1103 bounds.left = min_c(bounds.left, min_c(start.x, end.x));
1104 bounds.top = min_c(bounds.top, min_c(start.y, end.y));
1105 bounds.right = max_c(bounds.right, max_c(start.x, end.x));
1106 bounds.bottom = max_c(bounds.bottom, max_c(start.y, end.y));
/haiku/src/servers/app/
H A DServerFont.cpp496 uint32 start = kUnicodeBlockMap[guess].start; local
499 if (start <= codePoint && end >= codePoint)
560 // start the binary search at the block where we found the
561 // start codepoint to ideally find the end in the same
584 // found a start of the range then we
590 // start the binary search at the block where we found the
591 // start codepoint to ideally find the end in the same
650 \brief Checks if a unicode block specified by a start and end point is defined
652 \param start o
658 IncludesUnicodeBlock(uint32 start, uint32 end, bool& hasBlock) argument
713 const char* start = string; local
[all...]
/haiku/headers/private/file_systems/
H A DQueryParser.h248 char* CopyString(char* start, char* end);
385 char* start = string; local
390 // The whitespace at the start is already removed in
393 if (*start == '"' || *start == '\'') {
394 // string is quoted (start has to be on the beginning of a string)
395 if (ParseQuotedString(&start, &end) < B_OK)
398 // set string to a valid start of the equation symbol
417 skipWhitespaceReverse(&end, start);
421 if (start > en
530 char* start = *_start; local
550 CopyString(char* start, char* end) argument
[all...]
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp22 int32 caretPos, int32* start, int32* length)
24 if (!start || !length)
26 *start = 0;
21 SelectPatternBounds(const BString& text, int32 caretPos, int32* start, int32* length) argument
/haiku/src/kits/app/
H A DLinkReceiver.cpp92 fRecvStart += fReplySize; // start of the next message
517 BPoint start; local
519 Read(&start, sizeof(BPoint));
522 linear->SetStart(start);
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp363 bigtime_t start, end; local
367 start = TimeSource()->RealTime();
374 fInternalLatency = end - start;
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp472 BPoint start, end; local
474 Read(start);
477 gradient = new(std::nothrow) BGradientLinear(start, end);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp539 Response::ParseList(ArgumentList& arguments, BDataIO& stream, char start, argument
542 Consume(stream, start);
544 ListArgument* argument = new ListArgument(start);
/haiku/src/tools/gensyscalls/
H A Dgensyscalls.cpp642 const char* start = type; local
645 return string(start, type - start);
/haiku/src/system/kernel/debug/
H A Dframe_buffer_console.cpp461 args->frame_buffer.physical_buffer.start,
473 sBootInfo.physical_frame_buffer = args->frame_buffer.physical_buffer.start;
511 args->frame_buffer.physical_buffer.start, B_MTR_WC);
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp212 size_t *start = (size_t*)addr; local
214 start[0] = size;
215 memset(start + 1, 0x88, HEAP_WALL_SIZE - sizeof(size_t));

Completed in 367 milliseconds

<<11121314151617181920>>