Searched refs:end (Results 351 - 375 of 643) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_mmu.cpp274 phys_addr_t beg = (phys_addr_t)(-1), end = 0; local
280 end = std::max(end, gKernelArgs.physical_memory_range[i].start + gKernelArgs.physical_memory_range[i].size);
284 range.size = end - beg;
/haiku/src/apps/haikudepot/util/
H A DLanguageMenuUtils.cpp46 std::sort(languages.begin(), languages.end(), _IsLanguagePresentationBefore);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h264 int end = 0; local
270 // Check if the tag is end tag
273 end = 1;
288 while (!end && *s && nattr < NSVG_XML_MAX_ATTRIBS-3) {
296 end = 1;
300 // Find end of the attrib name.
308 // Store value and find the end of it.
327 if (end && endelCb)
577 // Start the bounding box by end points
1089 char* end local
1484 const char* end; local
1788 nsvg__parseNameValue(NSVGparser* p, const char* start, const char* end) argument
1823 const char* end; local
[all...]
/haiku/headers/cpp/
H A Dstl_tree.h688 iterator end() { return _M_header; } function in class:_Rb_tree
689 const_iterator end() const { return _M_header; } function in class:_Rb_tree
690 reverse_iterator rbegin() { return reverse_iterator(end()); }
692 return const_reverse_iterator(end());
766 equal(__x.begin(), __x.end(), __y.begin());
775 return lexicographical_compare(__x.begin(), __x.end(),
776 __y.begin(), __y.end());
912 } else if (__position._M_node == _M_header) { // end()
945 } else if (__position._M_node == _M_header) {// end()
1098 if (__first == begin() && __last == end())
[all...]
H A Dstl_multiset.h129 iterator end() const { return _M_t.end(); } function in class:multiset
H A Dstl_set.h123 iterator end() const { return _M_t.end(); } function in class:set
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c1105 /* end of critical section */
1342 /* end of critical section */
1374 /* end of critical section */
1456 char *end; local
1481 value = strtoul(item, &end, 0);
1482 if (*end == '\0')
1486 value = strtoul(item, &end, 0);
1487 if (*end == '\0')
1491 value = strtoul(item, &end, 0);
1492 if (*end
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp979 char* end; local
984 value = strtoul (item, &end, 0);
985 if (*end == '\0') current_settings.channels = value;
991 value = strtoul (item, &end, 0);
992 if (*end == '\0') current_settings.bitsPerSample = value;
998 value = strtoul (item, &end, 0);
999 if (*end == '\0') current_settings.sample_rate = value;
1005 value = strtoul (item, &end, 0);
1006 if (*end == '\0') current_settings.buffer_frames = value;
1012 value = strtoul (item, &end,
[all...]
/haiku/src/apps/cortex/Persistence/
H A DXML.cpp278 ptr_set_delete(m_mappingSet.begin(), m_mappingSet.end());
310 return (it != m_mappingSet.end()) ?
/haiku/src/servers/registrar/
H A DMessagingService.cpp368 if (it != fCommandHandlers->end())
380 return (it != fCommandHandlers->end() ? it->second : NULL);
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Dlshift.S74 jz L(end)
115 L(end): popl %ebx
142 /* We loop from least significant end of the arrays, which is only
H A Drshift.S71 jz L(end)
112 L(end): popl %ebx
139 /* We loop from least significant end of the arrays, which is only
/haiku/src/add-ons/translators/jpeg/
H A Dexif_parser.cpp241 if (visited.find(offset) != visited.end()) {
282 if (visited.find(nextOffset) != visited.end())
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp115 TextGapBuffer::RemoveRange(int32 start, int32 end) argument
118 int32 inNumItems = end - start;
279 // and the end is after gap.
/haiku/src/apps/diskusage/
H A DInfoWindow.cpp135 while (i != info.end()) {
169 while (i != info.end()) {
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dcdefs.h129 * the CPU back-end can hint the processor and also so that
179 #define __rangeof(type, start, end) \
180 (__offsetof(type, end) - __offsetof(type, start))
/haiku/src/servers/notification/
H A DAppGroupView.cpp186 infoview_t::iterator vIt = find(fInfo.begin(), fInfo.end(), view);
187 if (vIt == fInfo.end())
/haiku/src/servers/media/
H A DBufferManager.cpp123 if (info->teams.find(team) == info->teams.end()) {
185 for (; teamIterator != info.teams.end(); teamIterator++) {
190 printf("BufferManager: list end\n");
/haiku/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.cpp175 for (Fields::iterator it = __response->begin(); it != __response->end(); it++) {
219 for (Fields::iterator it = __request->begin(); it != __request->end(); it++) {
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp103 if (fWatchedFileList.find(file.node) != fWatchedFileList.end())
168 if (it == fWatchedFileList.end())
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.h133 const BPoint& end, const rgb_color& color);
135 const BPoint& end);
/haiku/src/servers/app/drawing/
H A DDrawingEngine.h162 const BPoint& end, const rgb_color& color);
165 const BPoint& end);
/haiku/src/kits/print/
H A DPictureIterator.cpp36 static void _StrokeLine(void *p, BPoint start, BPoint end) { return ((PictureIterator *) p)->StrokeLine(start, end); } argument
96 (void *)_StrokeLine, // 2 StrokeLine(void *user, BPoint start, BPoint end)
/haiku/src/kits/network/libnetapi/
H A DNetworkRoster.cpp89 ifreq* end = (ifreq*)(buffer + config.ifc_len); local
91 for (uint32 i = 0; interfaces < end; i++) {
H A DNetworkRoute.cpp284 ifreq* end = (ifreq*)((uint8*)buffer + size); local
286 while (interface < end) {

Completed in 161 milliseconds

<<11121314151617181920>>