Searched refs:end (Results 476 - 500 of 643) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp153 uint8* end = (uint8*)&fSuperBlock.system_chunk_array[2048]; local
154 while (start < end) {
/haiku/src/apps/mail/
H A DSignature.cpp550 int32 end; local
571 GetSelection(&start, &end);
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp100 iter != fActualResponseHeaders.end();
380 inputStream.seekg(0, std::ios::end);
H A DTestServer.cpp213 iter != args.end();
/haiku/src/kits/print/
H A DPicturePrinter.cpp111 void PicturePrinter::StrokeLine(BPoint start, BPoint end) { argument
112 Indent(); Print("StrokeLine"); Print(&start); Print(&end); Cr();
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp319 if (std::find(fReservedOptionalFieldNames.begin(), fReservedOptionalFieldNames.end(),
321 != fReservedOptionalFieldNames.end()) {
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDParser.cpp65 const uint8 *end = pointer + descriptorLength; local
67 while (pointer < end) {
132 TRACE_ALWAYS("end collection with no open one\n");
/haiku/src/libs/compat/freebsd_network/
H A Dbus.cpp168 unsigned long end, unsigned long count, uint32 flags)
178 "0x%" B_PRIx32 ")\n", type, *rid, start, end, count, flags);
167 bus_alloc_resource(device_t dev, int type, int *rid, unsigned long start, unsigned long end, unsigned long count, uint32 flags) argument
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp456 it != errors.end(); ++it)
578 it != errors.end(); ++it)
/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp203 if (it != sAttributeDirectories.end())
215 if (it == sAttributeDirectories.end())
284 // keep going until we find an entry or hit the end of dir
312 // end of dir
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp96 gProjFile.seekg(0, ios::end);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPCapabilityExtractor.cpp312 for (int index = 0; it != fDriverSpecificCategories.end(); it ++,
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.h178 // Set new start/end position:
264 // enabled, and the start- and end-positions are valid
277 // node will be seek'd at the end of each cycle (loop).
290 // This is the point at which playback will end relative to
295 // If the end position is changed while the transport is playing,
304 bigtime_t end); //nyi
306 // Fetch the end position:
307 // Note that if the end position is less than or equal to the start
625 // deferred start/end positions are applied.)
/haiku/src/apps/cortex/Persistence/
H A DImporter.cpp291 if(it != XML::s_docTypeMap.end())
302 // end of identify cycle
385 m_context->reportError("Mismatched end tag.");
/haiku/src/bin/rc/
H A Dparser.y516 if (symbol_table.find(name) != symbol_table.end())
528 if (i == symbol_table.end())
553 if (type_table.find(name) != type_table.end())
593 if (i == type_table.end())
603 return type_table.find(name) != type_table.end();
612 if (i == define_table.end())
1782 for (sym_iter_t i = symbol_table.begin(); i != symbol_table.end(); ++i) {
1786 for (type_iter_t i = type_table.begin(); i != type_table.end(); ++i) {
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp326 sort(gFiles.begin(), gFiles.end());
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.h83 status_t FillGapWithZeros(off_t start, off_t end);
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp296 if (alreadyLoaded.find(ref.name) != alreadyLoaded.end()) {
/haiku/src/libs/print/libprint/
H A DJobSetupDlg.cpp967 for(; it != fDriverSpecificPopUpMenus.end(); it++) {
982 for(; it != fDriverSpecificCheckBoxes.end(); it++) {
993 for(; it != fDriverSpecificIntSliders.end(); it++) {
1002 for(; it != fDriverSpecificDoubleSliders.end(); it++) {
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp261 it != waitingTeams.end(); ++it) {
/haiku/src/kits/debugger/settings/
H A DTeamSettings.cpp90 it != mappings.end(); ++it) {
/haiku/headers/private/interface/
H A DPicturePlayer.h36 void (*stroke_line)(void* userData, const BPoint& start, const BPoint& end);
H A DPictureDataWriter.h70 const BPoint& end);
/haiku/src/kits/storage/
H A DMergedDirectory.cpp158 != fVisitedEntries->end()) {
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.h93 status_t FillGapWithZeros(off_t start, off_t end);

Completed in 223 milliseconds

<<11121314151617181920>>