Home
last modified time | relevance | path

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

/dports/dns/blocky/blocky-0.17/vendor/gorm.io/gorm/tests/
H A Dscan_test.go75 var resInt interface{}
76 resInt = &User{}
77 …if err := DB.Table("users").Select("id, name, age").Where("id = ?", user3.ID).Find(&resInt).Error;…
79 …} else if resInt.(*User).ID != user3.ID || resInt.(*User).Name != user3.Name || resInt.(*User).Age…
80 t.Fatalf("Scan into struct should work, got %#v, should %#v", resInt, user3)
/dports/editors/picpas/PicPas-7940bc3/_libraries/PicUtils-1.6/
H A DPic17Utils.pas929 resInt: integer;
1091 resInt := resByte - W;
1093 FRAM := resInt and $FF;
1095 w := resInt and $FF;
1097 STATUS_Z := (resInt = 0);
1229 resInt := k_ - W;
1230 w := resInt and $FF;
1231 STATUS_Z := (resInt = 0);
1265 FRAM := resInt and $FF;
1267 w := resInt and $FF;
[all …]
H A DPic16Utils.pas793 resInt : integer;
953 resInt := resByte - W;
955 FRAM := resInt and $FF;
957 w := resInt and $FF;
959 STATUS_Z := (resInt = 0);
960 if resInt < 0 then STATUS_C := false //negativo
962 resInt := (resByte and $0F) - (W and $0F);
1091 resInt := k_ - W;
1092 w := resInt and $FF;
1093 STATUS_Z := (resInt = 0);
[all …]
H A DPic10Utils.pas847 resInt : integer;
1007 resInt := resByte - W;
1009 FRAM := resInt and $FF;
1011 w := resInt and $FF;
1013 STATUS_Z := (resInt = 0);
1014 if resInt < 0 then STATUS_C := false //negativo
1016 resInt := (resByte and $0F) - (W and $0F);
1017 if resInt < 0 then STATUS_DC := false //negativo
/dports/editors/picpas/PicPas-7940bc3/picutils/
H A DPic17Utils.pas926 resInt: integer;
1088 resInt := resByte - W;
1090 FRAM := resInt and $FF;
1092 w := resInt and $FF;
1094 STATUS_Z := (resInt = 0);
1226 resInt := k_ - W;
1227 w := resInt and $FF;
1228 STATUS_Z := (resInt = 0);
1262 FRAM := resInt and $FF;
1264 w := resInt and $FF;
[all …]
H A DPic16Utils.pas793 resInt : integer;
953 resInt := resByte - W;
955 FRAM := resInt and $FF;
957 w := resInt and $FF;
959 STATUS_Z := (resInt = 0);
960 if resInt < 0 then STATUS_C := false //negativo
962 resInt := (resByte and $0F) - (W and $0F);
1091 resInt := k_ - W;
1092 w := resInt and $FF;
1093 STATUS_Z := (resInt = 0);
[all …]
H A DPic10Utils.pas847 resInt : integer;
1007 resInt := resByte - W;
1009 FRAM := resInt and $FF;
1011 w := resInt and $FF;
1013 STATUS_Z := (resInt = 0);
1014 if resInt < 0 then STATUS_C := false //negativo
1016 resInt := (resByte and $0F) - (W and $0F);
1017 if resInt < 0 then STATUS_DC := false //negativo
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/ingester/index/
H A Dindex_test.go37 resInt := []uint32{}
39 resInt = append(resInt, r.shard)
41 require.Equal(t, tt.expected, resInt)
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/plugins/main_sections/ms_config/
H A Dms_custom_ipdiscover.php54 $resInt = mysql2_query_secure($sql, $_SESSION['OCS']["readServer"], $arg); variable
55 while ($valInt = mysqli_fetch_array($resInt)) {
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/reservation/
H A DGreedyReservationAgent.java364 private long findEarliestTime(Set<ReservationInterval> resInt) { in findEarliestTime() argument
366 for (ReservationInterval s : resInt) { in findEarliestTime()
375 private long findLatestTime(Set<ReservationInterval> resInt) { in findLatestTime() argument
377 for (ReservationInterval s : resInt) { in findLatestTime()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/misc/
H A Ddatetime.cxx102 …bool impl_getISO8601TimeToken(const OUString &i_str, sal_Int32 &nPos, OUString &resInt, bool &bFra… in impl_getISO8601TimeToken() argument
117 resInt += OUStringChar(c); in impl_getISO8601TimeToken()
153 OUString resInt; in getISO8601TimeToken() local
157 if(!impl_getISO8601TimeToken(i_str, index, resInt, bFraction, resFrac)) in getISO8601TimeToken()
162 o_strInt = resInt; in getISO8601TimeToken()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/misc/
H A Ddatetime.cxx102 …bool impl_getISO8601TimeToken(const OUString &i_str, sal_Int32 &nPos, OUString &resInt, bool &bFra… in impl_getISO8601TimeToken() argument
117 resInt += OUStringChar(c); in impl_getISO8601TimeToken()
153 OUString resInt; in getISO8601TimeToken() local
157 if(!impl_getISO8601TimeToken(i_str, index, resInt, bFraction, resFrac)) in getISO8601TimeToken()
162 o_strInt = resInt; in getISO8601TimeToken()
/dports/devel/sdbus-cpp/sdbus-cpp-1.1.0/tests/integrationtests/
H A DDBusMethodsTests.cpp66 auto resInt = m_proxy->getInt(); in TEST_F() local
67 ASSERT_THAT(resInt, Eq(INT32_VALUE)); in TEST_F()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/cumulative/
H A DCumulativeBasic.java121 int[] resInt = new int[resources.length]; in CumulativeBasic() local
123 resInt[i] = resources[i].value(); in CumulativeBasic()
125 cumulativeForConstants = new CumulativePrimary(starts, durInt, resInt, limit); in CumulativeBasic()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/ForceField/Wrap/
H A DForceField.cpp188 int resInt = this->field->minimize(snapshotFreq, &snapshotVect, in minimizeTrajectory() local
195 return python::make_tuple(resInt, l); in minimizeTrajectory()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/common/
H A Dscriptinterface.cpp717 int resInt = resList[ii].toInt(&isScalarInt); in evalColor() local
722 if ((resInt < 0) || (resInt > 255)) in evalColor()
/dports/math/vampire/vampire-4.5.1/Parse/
H A DSMTLIB.cpp452 int resInt = termSymbolNames.tryToFind(str.c_str()); in getTermSymbol() local
455 if(resInt==-1) { in getTermSymbol()
459 res = static_cast<TermSymbol>(resInt); in getTermSymbol()
H A DSMTLIB2.cpp754 int resInt = termSymbolNames.tryToFind(str.c_str()); in getBuiltInTermSymbol() local
755 if(resInt==-1) { in getBuiltInTermSymbol()
758 return static_cast<TermSymbol>(resInt); in getBuiltInTermSymbol()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dmsd.cpp683 bool resInt = rescalePoint(i, j, r, saliency, kp_temp.pt); in nonMaximaSuppression() local
684 if (!resInt) in nonMaximaSuppression()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/processing/
H A Dqgsprocessingparameters.cpp505 int resInt = var.toInt(); in parameterAsEnums() local
506 if ( !enumDef || resInt < enumDef->options().size() ) in parameterAsEnums()
508 result << resInt; in parameterAsEnums()
/dports/graphics/qgis/qgis-3.22.3/src/core/processing/
H A Dqgsprocessingparameters.cpp507 const int resInt = var.toInt(); in parameterAsEnums() local
508 if ( !enumDef || resInt < enumDef->options().size() ) in parameterAsEnums()
510 result << resInt; in parameterAsEnums()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/
H A Dabclib.dsp2634 SOURCE=.\src\opt\res\resInt.h