Searched refs:end (Results 501 - 525 of 643) sorted by relevance

<<212223242526

/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h72 chs end; // mostly ignored member in struct:partition_descriptor
/haiku/src/servers/app/
H A DVirtualScreen.cpp101 if (found != previousModes.end()
H A DServerFont.h173 status_t IncludesUnicodeBlock(uint32 start, uint32 end,
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h216 void _UpdateChildIndices(int32 start, int32 end);
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp202 for (std::vector<std::string>::const_iterator iter = args.begin(); iter != args.end(); ++iter) {
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp48 internal buffer waiting for the end of line ('\r\n\') characters to occur.
524 for (auto it = data->connectionMap.begin(); it != data->connectionMap.end(); it++) {
552 for (auto it = fConnectionCount.begin(); it != fConnectionCount.end();) {
566 if (it != fConnectionCount.end()) {
943 if (locationField == fFields.end()) {
1022 // the parsing of the body is not complete but we are at the end of the data
1024 "Unexpected end of data: more data was expected");
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.cpp232 if (mFilters.find(what) != mFilters.end()) return;
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c514 *\li 'lastdnptr' is a pointer to the end of the array pointed to
540 lpp = cpp; /*%< end of list to search */
649 *\li The list ends with NULL. 'lastdnptr' is a pointer to the end of the
1042 encode_bitsring(const char **bp, const char *end, unsigned char **labelp, argument
1056 if (end - cp < 2)
1065 for (tp = *dst + 1; cp < end && tp < eom; cp++) {
1067 case ']': /*%< end of the bitstring */
1112 if (cp >= end || tp >= eom)
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp164 kprintf("iframe %p (end = %p)\n",
277 addr_t start, addr_t end)
276 arch_debug_contains_call(Thread *thread, const char *symbol, addr_t start, addr_t end) argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp164 kprintf("iframe %p (end = %p)\n",
266 addr_t start, addr_t end)
265 arch_debug_contains_call(Thread *thread, const char *symbol, addr_t start, addr_t end) argument
/haiku/headers/os/interface/
H A DListView.h183 void _RecalcItemTops(int32 start, int32 end = -1);
/haiku/headers/posix/
H A Dregex.h68 $ is an anchor if it is at the end of a regular expression, or
257 /* [[[end syntaxes]]] */
289 /* Like REG_NOTBOL, except for the end-of-line. */
292 /* Use PMATCH[0] to delimit the start and end of the search in the
319 REG_ERANGE, /* Invalid range end. */
324 REG_EEND, /* Premature end. */
408 /* Similarly for an end-of-line anchor. */
429 regoff_t *end;
448 regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
426 regoff_t *end; member in struct:re_registers
/haiku/src/apps/haikudepot/model/
H A DLanguageModel.cpp71 fSupportedLanguages.begin(), fSupportedLanguages.end(),
116 // 'known' at the HDS end so it doesn't matter if it is invalid when the
/haiku/src/bin/
H A Dhey.cpp81 // at the end of the command which will add additional data to the scripting message. E.g:
255 " <index> : int | -int | '['int']' | '['-int']' | '['startint to end']'\n"
572 // One exception: Single data item at end of line.
739 char *end; local
743 ix1 = strtoul(specifier + 2, &end, 10);
750 ix1 = strtoul(specifier + 1, &end, 10);
751 if (end[0] == ']') {
768 ix2 = strtoul(specifier, &end, 10);
/haiku/src/kits/interface/
H A DPicturePlayer.cpp55 stroke_line(void* _context, const BPoint& start, const BPoint& end) argument
59 context->user_data, start, end);
944 const BPoint* end; local
946 || !reader.Get(end)) {
950 callbacks.stroke_line(userData, *start, *end);
H A DChannelControl.cpp630 if (iter != ((label_map*)fMultiLabels)->end())
642 if (iter != ((label_map*)fMultiLabels)->end())
/haiku/src/build/libroot/
H A Dfs.cpp272 const char *end = &path[pathLen]; local
274 for (const char *ptr = path; ptr < end; ptr = next + 1) {
275 next = (char *)memchr(ptr, '/', end - ptr);
277 next = end;
314 // slash is at the end: the whole path is a dir name
365 if (it == sDirPathMap.end())
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c2340 goto end;
2348 goto end;
2369 goto end;
2380 goto end;
2405 goto end;
2417 goto end;
2423 goto end;
2428 goto end;
2435 goto end;
2443 goto end;
[all...]
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp814 kprintf("end of page table\n");
1089 page_num_t end; member in struct:page_run
1091 page_num_t Length() const { return end - start; }
1121 currentFreeRun.end = i + 1;
1122 currentCachedRun.end = i + 1;
1126 currentFreeRun.start = currentFreeRun.end = i + 1;
1129 currentCachedRun.end = i + 1;
1133 currentCachedRun.start = currentCachedRun.end = i + 1;
2689 // page is busy -- requeue at the end
3314 TRACE(("first phys page = %#" B_PRIxPHYSADDR ", end
3880 page_num_t end; local
[all...]
/haiku/headers/cpp/
H A Dsstream174 else if (way == ios::end)
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp494 CHK(devices.find(device) != devices.end());
506 CHK(devices.find(device) != devices.end());
/haiku/src/tests/system/kernel/slab/
H A DSlab.h196 // This slab strategy includes the ObjectLink at the end of each object and the
197 // slab at the end of the allocated pages. It uses aligned allocations to
464 void _ClearSlabRange(BaseCache *parent, uint8_t *data, uint8_t *end) argument
466 for (uint8_t *it = data; it < end; it += parent->ObjectSize()) {
/haiku/src/kits/tracker/
H A DVirtualDirectoryManager.cpp607 return it != fInfos.end() ? it->second : NULL;
627 if (it != fInfos.end())
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.cpp389 int32 end = fLog.FindFirst(">", index); local
391 fLog.CopyInto(timestamp, index, end - index + 1);
625 buf[amountInBuffer] = 0; // NUL stops tests past the end of buffer.
628 // a line "\r\n.\r\n" marks the end of the message (thus the need for
640 // Found the end of the message marker.
644 "bytes of extra data past message end.\n",
659 // Watch out for the end of buffer case, when the POP text
667 "period at the end of the buffer. Aren't you happy"
687 // Dump everything - end of message or flushing the whole buffer.
736 // Hope there's an end o
[all...]
/haiku/src/kits/debugger/files/
H A DFileManager.cpp759 it != fSourceLocationMappings.end(); ++it) {
805 if (it != fSourceLocationMappings.end()

Completed in 240 milliseconds

<<212223242526