Home
last modified time | relevance | path

Searched refs:orderCount (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/asg-hevc/src/
H A Drefcontrol.cpp33 ofs << setw(3) << picture.orderCount << ' ' in Dump()
56 …ifs >> state.picture.orderCount >> hex >> state.picture.frameType >> state.picture.picStruct >> de… in Load()
104 RPB[0].orderCount + cnt == RPB[cnt].orderCount; in Encode()
106 if (cnt < static_cast<mfxI32>(RPB.size()) && RPB[0].orderCount + cnt == RPB[cnt].orderCount) in Encode()
153 …tActive[list].push_back(DPB[GetRandomGen().GetRandomNumber(0, (mfxI32)DPB.size() - 1)].orderCount); in Encode()
159 state.DPB.push_back(pic.orderCount); in Encode()
174 picture.orderCount = frameOrder; in Add()
223 bool IsOlder(const PictureInfo& a, const PictureInfo& b) { return a.orderCount < b.orderCount; } in IsOlder()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/asg-hevc/include/
H A Drefcontrol.h38 mfxI32 orderCount = -1; // display order member
46 orderCount == rhs.orderCount &&
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/DDBasics/DDMARSTest/
H A DDDMARSTest.cs57 int orderCount = (int)reader2.GetValue(0); in TestMain()
60 …DataTestUtility.AssertEqualsWithDescription(expectedOrders.Length, orderCount, "FAILED: Count quer… in TestMain()
/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Ddepends.c129 if (tsmem->orderCount >= tsmem->orderAlloced) { in removePackage()
130 tsmem->orderAlloced += (tsmem->orderCount - tsmem->orderAlloced) + tsmem->delta; in removePackage()
136 tsmem->order[tsmem->orderCount] = p; in removePackage()
137 tsmem->orderCount++; in removePackage()
308 int oc = tsmem->orderCount; in findPos()
368 for (oc = 0; oc < tsmem->orderCount; oc++) { in findPos()
404 int oc = tsmem->orderCount; in addPackage()
432 if (oc >= 0 && oc < tsmem->orderCount) { in addPackage()
450 if (oc == tsmem->orderCount) { in addPackage()
451 tsmem->orderCount++; in addPackage()
H A Drpmts_internal.h25 int orderCount; /*!< No. of transaction elements. */ member
H A Drpmts.c709 for (int oc = 0; oc < tsmem->orderCount; oc++) { in rpmtsEmpty()
713 tsmem->orderCount = 0; in rpmtsEmpty()
948 nelements = tsmem->orderCount; in rpmtsNElements()
958 if (ix >= 0 && ix < tsmem->orderCount) in rpmtsElement()
1136 tsmem->orderCount = 0; in rpmtsCreate()
H A Dorder.c607 newOrder = xcalloc(tsmem->orderCount, sizeof(*newOrder)); in rpmtsOrder()
654 assert(newOrderCount == tsmem->orderCount); in rpmtsOrder()
658 tsmem->orderAlloced = tsmem->orderCount; in rpmtsOrder()
H A Dtransaction.c1042 rpmtsNotify(ts, NULL, RPMCALLBACK_TRANS_PROGRESS, oc++, tsmem->orderCount); in rpmFindBaseNamesInDB()
1550 rpmtsNotify(ts, NULL, RPMCALLBACK_TRANS_START, 6, tsmem->orderCount); in rpmtsPrepare()
1591 rpmtsNotify(ts, NULL, RPMCALLBACK_TRANS_STOP, 6, tsmem->orderCount); in rpmtsPrepare()
H A Drpmte.c802 rpmtsMembers(te->ts)->orderCount); in rpmteProcess()
/dports/finance/prestashop/prestashop/admin/themes/default/template/controllers/search/helpers/view/
H A Dview.tpl140 isset($orderCount) && $orderCount}
143 {if $orderCount == 1}
146 {l s='%d orders' sprintf=[$orderCount] d='Admin.Navigation.Search'}
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/tools/bs_parser_hevc/tools/hevc_fei_extractor/src/
H A Dmain.cpp312 Bs32s orderCount = -1; // display order in DumpPicStruct() member
362 record.picture.orderCount = pNALUIdx->slice->POC + dispOrderIDR; in DumpPicStruct()
398 if (record.picture.orderCount != -1 && record.picture.type != 0) in DumpPicStruct()
403 ofs << std::setw(3) << record.picture.orderCount << ' ' in DumpPicStruct()
/dports/graphics/graphviz/graphviz-2.44.1/lib/circogen/
H A Dcircular.h22 int orderCount; member
H A Dcircular.c47 state->orderCount = 1; in initGraphAttrs()
H A Dblocktree.c91 LOWVAL(u) = VAL(u) = state->orderCount++; in dfs()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DQuerySpecification.java527 int orderCount = sortAndSlice.getOrderLength(); in resolveColumnReferencesInOrderBy() local
529 for (int i = 0; i < orderCount; i++) { in resolveColumnReferencesInOrderBy()
1307 int orderCount = sortAndSlice.getOrderLength(); in resolveGroups() local
1309 for (int i = 0; i < orderCount; i++) { in resolveGroups()
1324 int orderCount = sortAndSlice.getOrderLength(); in resolveGroups() local
1326 for (int i = 0; i < orderCount; i++) { in resolveGroups()
1373 int orderCount = sortAndSlice.getOrderLength(); in resolveGroups() local
1375 for (int i = 0; i < orderCount; i++) { in resolveGroups()
H A DQueryExpression.java355 int orderCount = sortAndSlice.getOrderLength(); in resolveColumnReferencesInUnionOrderBy() local
357 if (orderCount == 0) { in resolveColumnReferencesInUnionOrderBy()
363 for (int i = 0; i < orderCount; i++) { in resolveColumnReferencesInUnionOrderBy()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/globalization/
H A Ddatetimeparse.cs1205 int orderCount = 0; in GetYearMonthDayOrder()
1227 yearOrder = orderCount++; in GetYearMonthDayOrder()
1239 monthOrder = orderCount++; in GetYearMonthDayOrder()
1264 dayOrder = orderCount++; in GetYearMonthDayOrder()
1303 int orderCount = 0; in GetYearMonthOrder()
1306 for (int i = 0; i < pattern.Length && orderCount < 2; i++) in GetYearMonthOrder()
1324 yearOrder = orderCount++; in GetYearMonthOrder()
1335 monthOrder = orderCount++; in GetYearMonthOrder()
1369 int orderCount = 0; in GetMonthDayOrder()
1404 dayOrder = orderCount++; in GetMonthDayOrder()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Globalization/
H A DDateTimeParse.cs1255 int orderCount = 0; in GetYearMonthDayOrder()
1277 yearOrder = orderCount++; in GetYearMonthDayOrder()
1289 monthOrder = orderCount++; in GetYearMonthDayOrder()
1313 dayOrder = orderCount++; in GetYearMonthDayOrder()
1352 int orderCount = 0; in GetYearMonthOrder()
1355 for (int i = 0; i < pattern.Length && orderCount < 2; i++) in GetYearMonthOrder()
1373 yearOrder = orderCount++; in GetYearMonthOrder()
1384 monthOrder = orderCount++; in GetYearMonthOrder()
1418 int orderCount = 0; in GetMonthDayOrder()
1453 dayOrder = orderCount++; in GetMonthDayOrder()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Globalization/
H A DDateTimeParse.cs1255 int orderCount = 0; in GetYearMonthDayOrder()
1277 yearOrder = orderCount++; in GetYearMonthDayOrder()
1289 monthOrder = orderCount++; in GetYearMonthDayOrder()
1313 dayOrder = orderCount++; in GetYearMonthDayOrder()
1352 int orderCount = 0; in GetYearMonthOrder()
1355 for (int i = 0; i < pattern.Length && orderCount < 2; i++) in GetYearMonthOrder()
1373 yearOrder = orderCount++; in GetYearMonthOrder()
1384 monthOrder = orderCount++; in GetYearMonthOrder()
1418 int orderCount = 0; in GetMonthDayOrder()
1453 dayOrder = orderCount++; in GetMonthDayOrder()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DBOINCListCtrl.cpp399 int orderCount = aOrder.GetCount(); in IsColumnOrderStandard() local
400 for (i=1; i<orderCount; ++i) { in IsColumnOrderStandard()
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DQueryViewComposer.cpp1539 int orderCount = SqlSample.Len() - orderStart; in UpdateSqlSample() local
1605 orderCount += order.Len(); in UpdateSqlSample()
1620 if (orderCount > 40) in UpdateSqlSample()
1623 orderCount = 4; in UpdateSqlSample()
1687 orderCount += order.Len(); in UpdateSqlSample()
1702 if (orderCount > 40) in UpdateSqlSample()
1705 orderCount = 4; in UpdateSqlSample()
1769 orderCount += order.Len(); in UpdateSqlSample()
1784 if (orderCount > 40) in UpdateSqlSample()
1787 orderCount = 4; in UpdateSqlSample()
/dports/archivers/rpm4/rpm-4.16.1.3/
H A DChangeLog11277 tsmem->orderCount.