Searched refs:end (Results 126 - 150 of 643) sorted by relevance

1234567891011>>

/haiku/src/apps/terminal/
H A DInlineInput.h37 bool GetClause(int32 index, int32 *start, int32 *end) const;
/haiku/src/bin/unzip/
H A Dtimezone.h72 ZCONST struct rule * ZCONST end)));
/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/system/boot/platform/amiga_m68k/
H A Ddebug.cpp35 uint8 end; member in struct:AlertMessage
/haiku/src/apps/haikudepot/textview/
H A DMarkupParser.h41 int32& start, int32 end);
H A DMarkupParser.cpp264 MarkupParser::_CopySpan(const BString& text, int32& start, int32 end) argument
266 if (start >= end)
270 text.CopyCharsInto(subString, start, end - start);
273 start = end;
/haiku/src/servers/power/
H A Dpower_button_monitor.cpp49 for (std::set<int>::iterator it = fFDs.begin(); it != fFDs.end(); ++it)
/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/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.c123 char *end = NULL; local
137 *val = strtoul(buf, &end, 0);
138 if ((buf[0] == '\0') || (end == NULL) || (*end != '\n')) {
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwldiag.h66 uint16_t end; /* ending register or zero */ member in struct:__anon1210
/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_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/media/
H A DPortPool.cpp36 for (; iterator != fPool.end(); iterator++)
/haiku/src/servers/registrar/
H A DRecentApps.cpp94 for (i = fAppList.begin(); i != fAppList.end(); i++) {
172 status == B_OK && counter < maxCount && item != fAppList.end();
204 for (item = fAppList.begin(); item != fAppList.end(); item++) {
222 for (item = fAppList.begin(); item != fAppList.end(); item++) {
/haiku/src/system/kernel/arch/arm64/
H A Darch_cpu.cpp75 arch_cpu_invalidate_TLB_range(addr_t start, addr_t end) argument
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp100 int32 end = encodedText.Length(); local
102 for (int32 i = 0; i < end; i++) {
105 if (i < end - 1 && encodedText.ByteAt(i + 1) == '-') {
114 if (++i >= end)
540 char end)
548 if (c != end)
549 throw ExpectedParseException(end, c);
573 throw ParseException("Unexpected end of qouted string!");
646 throw ParseException("Unexpected end of string");
655 const char* end; local
539 ParseList(ArgumentList& arguments, BDataIO& stream, char start, char end) argument
[all...]
/haiku/headers/private/firewire/
H A Dfwdma.h93 int start, int end, bus_dmasync_op_t op)
98 eseg = &am->seg[am->esize * end / am->ssize];
92 fwdma_sync_multiseg(struct fwdma_alloc_multi *am, int start, int end, bus_dmasync_op_t op) argument
/haiku/src/apps/cortex/support/
H A DProfileTarget.cpp95 it != m_blockEntryMap.end();
105 for_each(sorted.begin(), sorted.end(), fnDumpEntry(nameLength));
/haiku/src/servers/package/
H A DVolumeState.cpp73 it != activatedPackage.end(); ++it) {
78 it != deactivatePackages.end(); ++it) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPMailbox.cpp66 if (found == fMessageEntries.end())
77 if (found == fMessageEntries.end())
/haiku/src/tests/add-ons/kernel/partitioning_systems/
H A DPartitioningSystemsTest.cpp210 if (found == sDiskDevices.end())
221 if (found == sPartitions.end())
232 if (found == sPartitions.end())
243 if (found == sPartitions.end())
267 if (found == sPartitions.end())
308 if (found == sPartitions.end())
311 if (sDiskDevices.find(partitionID) == sDiskDevices.end()) {
398 for (; iterator != sPartitions.end(); iterator++) {
/haiku/src/system/libroot/posix/musl/math/
H A Dremquo.c40 goto end;
63 end:
H A Dremquof.c40 goto end;
63 end:

Completed in 134 milliseconds

1234567891011>>