Searched refs:start (Results 176 - 200 of 624) sorted by relevance

1234567891011>>

/haiku/src/bin/unzip/
H A Dtimezone.h71 ZCONST struct rule * ZCONST start,
/haiku/src/kits/interface/textview_support/
H A DInlineInput.h40 bool GetClause(int32 index, int32 *start, int32 *end) const;
/haiku/src/servers/index/
H A DCatchUpManager.h27 time_t start, time_t end,
/haiku/src/tests/add-ons/kernel/file_systems/bfs/queries/
H A Dtest.cpp22 int start = i; local
24 for(;i < start+DUMPED_BLOCK_SIZE;i++) {
35 for(i = start;i < start + DUMPED_BLOCK_SIZE;i++) {
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A DAdaptiveBuffering.cpp126 bigtime_t start = system_time(); local
151 bigtime_t readTime = system_time() - start;
198 bigtime_t start = system_time(); local
208 fWriteTime = uint32(system_time() - start);
/haiku/src/tests/kits/mail/
H A Dheader_test.cpp125 char* start = &buffer[fieldStart]; local
127 size_t length = rfc2047_to_utf8(&start, &sourceLength,
129 start[length] = '\0';
131 header.AddString(gDefaultFields[fieldIndex].rfc_name, start);
/haiku/src/system/kernel/arch/ppc/
H A Darch_cpu.cpp113 arch_cpu_invalidate_TLB_range(addr_t start, addr_t end) argument
116 while (start < end) {
117 asm volatile("tlbie %0" :: "r" (start));
120 start += B_PAGE_SIZE;
/haiku/src/apps/haikudepot/textview/
H A DMarkupParser.h41 int32& start, int32 end);
H A DTextDocument.cpp330 TextDocument::Text(int32 start, int32 length) const argument
332 if (start < 0)
333 start = 0;
343 if (start > paragraphLength) {
344 // Skip paragraph if its before start
345 start -= paragraphLength;
349 // Remaining paragraph length after start
350 paragraphLength -= start;
353 text << paragraph.Text(start, copyLength);
360 start
368 SubDocument(int32 start, int32 length) const argument
[all...]
/haiku/headers/private/kernel/arch/
H A Dcpu.h32 void arch_cpu_invalidate_TLB_range(addr_t start, addr_t end);
H A Ddebug.h44 addr_t start, addr_t end);
/haiku/headers/os/locale/
H A DFormat.h36 int32 start; member in struct:format_field_position
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwldiag.h65 uint16_t start; /* first register */ member in struct:__anon1210
/haiku/src/bin/bfs_tools/lib/
H A DDisk.h39 Disk(const char *device, bool rawMode = false, off_t start = 0, off_t stop = -1);
64 off_t ToBlock(block_run run) const { return ((((off_t)run.allocation_group) << fSuperBlock.ag_shift) | (off_t)run.start); }
65 block_run ToBlockRun(off_t start,int16 length = 1) const;
69 status_t ScanForSuperBlock(off_t start = 0,off_t stop = -1);
/haiku/src/system/kernel/arch/sparc/
H A Darch_cpu.cpp72 arch_cpu_invalidate_TLB_range(addr_t start, addr_t end) argument
H A Darch_elf.cpp32 return (address >= image->text_region.start
33 && address < image->text_region.start + image->text_region.size)
34 || (address >= image->data_region.start
35 && address < image->data_region.start + image->data_region.size);
H A Darch_debug.cpp21 addr_t start, addr_t end)
20 arch_debug_contains_call(Thread *thread, const char *symbol, addr_t start, addr_t end) argument
/haiku/src/kits/mail/
H A Dmail_util.cpp44 // numbered conversion, start at the beginning of the array.
626 // at the start of the next non-ASCII UTF-8 character (high
697 // to move a space from the start of this word to be outside of
816 // start of the next line (and that tells the message reader that it is
1108 const char *start = header.String(); local
1109 const char *stop = start + strlen (start);
1125 if ((p1 = strchr(start,'(')) != NULL) {
1142 if ((p1 = strchr(start, '\"')) != NULL)
1146 p1 = start;
1518 const char *start = string; local
[all...]
/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp150 int start = i; local
153 for (; i < start+DUMPED_BLOCK_SIZE; i++) {
164 for (i = start; i < start + DUMPED_BLOCK_SIZE; i++) {
/haiku/src/libs/print/libprint/
H A DPrintJobReader.cpp75 PrintJobPage::PrintJobPage(BFile* jobFile, off_t start) argument
81 if (fJobFile.GetSize(&size) != B_OK || start > size)
84 if (fJobFile.Seek(start, SEEK_SET) != start)
/haiku/src/add-ons/kernel/file_systems/udf/
H A DSparablePartition.h34 SparablePartition(uint16 number, uint32 start, uint32 length, uint16 packetLength,
/haiku/headers/private/storage/sniffer/
H A DPattern.h40 bool Sniff(off_t start, off_t size, BPositionIO *data, bool caseInsensitive) const;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.h27 status_t allocate_n_fat_entries(nspace *vol, int32 n, int32 *start);
/haiku/src/bin/bfs_tools/
H A Drecover.cpp123 return (run->allocation_group << 16) | run->start;
208 || (a.allocation_group == b.allocation_group && a.start < b.start);
213 collectInodes(Disk& disk, RunSet* set, InodeHashtable* hashTable, off_t start, argument
226 off_t position = start;
229 for (off_t offset = start; offset < end; offset += sizeof(buffer)) {
275 100 * (offset - start) / (end - start), count);
372 run.allocation_group, run.start, missing->Name(), name);
380 // printf("index directory (%ld, %d): \"%s\" is missing (%ld, %d, %d)\n",node->BlockRun().allocation_group,node->BlockRun().start,nam
[all...]
/haiku/src/system/kernel/arch/arm64/
H A Darch_cpu.cpp75 arch_cpu_invalidate_TLB_range(addr_t start, addr_t end) argument

Completed in 103 milliseconds

1234567891011>>