Home
last modified time | relevance | path

Searched refs:maxName (Results 76 – 89 of 89) sorted by relevance

1234

/dports/math/vtk6/VTK-6.2.0/Filters/Extraction/
H A DvtkExtractArraysOverTime.cxx476 std::ostringstream maxName; in AddTimeStepInternalForQuery() local
483 maxName << "max(" << cname << ")"; in AddTimeStepInternalForQuery()
493 statSummary.GetPointer(), maxName.str(), cType, model->GetValue(4, 1)); in AddTimeStepInternalForQuery()
/dports/devel/upp/upp/bazaar/SysInfo/
H A DSysInfo.cpp1552 …ion(String drive, String &type, String &volume, /*uint64 &serial, */int &maxName, String &fileSyst… in GetDriveInformation() argument
1564 /*serial = */maxName = 0; in GetDriveInformation()
1582 maxName = 0; in GetDriveInformation()
1589 maxName = int(_maxName); in GetDriveInformation()
1620 …ion(String drive, String &type, String &volume, /*uint64 &serial, */int &maxName, String &fileSyst… in GetDriveInformation() argument
1649 maxName = buf.f_namelen; in GetDriveInformation()
1651 maxName = 0; in GetDriveInformation()
H A DSysInfo.h112 …ion(String drive, String &type, String &volume, /*uint64 &serial, */int &maxName, String &fileSyst…
/dports/math/xgraph/xgraph/
H A Dxgraph.c1679 int idx, maxName, leftWidth; local
1702 maxName = 0;
1708 if (tempSize > maxName) maxName = tempSize;
1713 if ((maxName*wi->dev_info.axis_width)+wi->dev_info.bdr_pad > leftWidth)
1714 leftWidth = maxName * wi->dev_info.axis_width + wi->dev_info.bdr_pad;
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/vbackup/
H A Dnfs3srv.c346 rx.maxName = 1024; in rpathconf()
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dccapitst.c1705 const char *maxName; in TestConvertSafeClone() local
1804 maxName = ""; in TestConvertSafeClone()
1824 maxName = names[idx]; in TestConvertSafeClone()
1897 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
1900 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
/dports/devel/icu/icu/source/test/cintltst/
H A Dccapitst.c1705 const char *maxName; in TestConvertSafeClone() local
1804 maxName = ""; in TestConvertSafeClone()
1824 maxName = names[idx]; in TestConvertSafeClone()
1897 sizeof(UConverter), maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
1900 maxBufferSize, maxName, (int)U_CNV_SAFECLONE_BUFFERSIZE); in TestConvertSafeClone()
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/render/
H A Dglyph.py1436 def _adjustLimits(self, minValue, maxValue, minName, maxName, limitName): argument
1437 if maxName in self.params and self.params[maxName] != 'max':
1438 maxValue = self.params[maxName]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/generic/
H A Dsortedset.cs82 private const String maxName = "Max"; field in System.Collections.Generic.SortedSet
2006 info.AddValue(maxName, max, typeof(T)); in GetObjectData()
2030 max = (T)siInfo.GetValue(maxName, typeof(T)); in OnDeserializationImpl()
/dports/devel/upp/upp/bazaar/Controls4U/
H A Dsrc.tpp.$tmp162 bool GetDriveInformation(String drive, String &type, String &volume, int &maxName, String &fileSyst…
167 maxName: Gets the maximum length permitted for a file name
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dnfs3.h735 u32int maxName; member
/dports/benchmarks/polygraph/polygraph-4.13.0/src/loganalyzers/
H A DSideInfo.cc2715 const String maxName = BlobDb::Key(pfx + ".max", scope); in cmplCookieTableRec() local
2732 addMeasBlob(db, maxName, stats->max(), "cookie", maxTitle); in cmplCookieTableRec()
2739 addNaMeasBlob(db, maxName, maxTitle); in cmplCookieTableRec()
2772 cell << algnRight << db.quote(maxName); in cmplCookieTableRec()
/dports/devel/upp/upp/bazaar/SysInfo/src.tpp/
H A DSysInfo_en-us.tpp185 ], [_^String^ String]_`&[*@3 volume], [@(0.0.255) int]_`&[*@3 maxName],
192 [s2;%- [*@3 maxName]: Gets the maximum length permitted for a file name&]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libsunrpc/
H A Dnfs3.c3789 fmtprint(fmt, "%ud", x->maxName); in nfs3rpathconfprint()
3839 if(sunuint32pack(a, ea, &a, &x->maxName) < 0) goto Err; in nfs3rpathconfpack()
3867 if(sunuint32unpack(a, ea, &a, &x->maxName) < 0) goto Err; in nfs3rpathconfunpack()

1234