Home
last modified time | relevance | path

Searched refs:ischanged (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/htdig/htdig-3.2.0b6/htnet/
H A DTransport.cc349 bool ischanged = false; in SetConnection() local
353 ischanged=true; in SetConnection()
357 ischanged=true; in SetConnection()
359 if (ischanged) in SetConnection()
/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Dcopyfami_hwi.c196 int32 i, ischanged = 0; in CheckStatus() local
203 ischanged = 1; in CheckStatus()
220 ischanged = 1; in CheckStatus()
238 ischanged = 1; in CheckStatus()
243 return ischanged; in CheckStatus()
/dports/math/openturns/openturns-1.18/lib/src/Base/Diff/Ev3/
H A Dexpression.cxx5289 bool ischanged = false; in TrigSimp() local
5294 if (!bret && ischanged) in TrigSimp()
5523 bool ischanged = false; in SimplifyConstant() local
5848 bool ischanged = false; in SimplifyRecursive() local
6383 bool ischanged = false; in CompactLinearPart() local
6385 if (!ret && ischanged) in CompactLinearPart()
6388 if (!ret && ischanged) in CompactLinearPart()
6391 if (!ret && ischanged) in CompactLinearPart()
6400 bool ischanged = false; in CompactLinearPartRecursive() local
6447 bool ischanged = false; in CompactProducts() local
[all …]
H A Dexpression.h382 Expression SimplifyCopy(Expression* a, bool& ischanged);
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_object.h239 #define object_list_set_changed(list, ischanged) \ argument
240 ((list)->changed = (ischanged))
/dports/print/py-pollyreports/PollyReports-1.8/
H A DPollyReports.py374 def ischanged(self, row): member in Band
510 if self.groupfooters[i].ischanged(row):
536 if self.groupheaders[i].ischanged(row):
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_map_editor/
H A Dmain.cpp1112 bool ischanged = program->setMapTitle(simpleDialog.getValue("Title")); in onMenuEditInfo() local
1113 ischanged = (program->setMapDesc(simpleDialog.getValue("Description")) || ischanged); in onMenuEditInfo()
1114 ischanged = (program->setMapAuthor(simpleDialog.getValue("Author")) || ischanged); in onMenuEditInfo()
1115 if (ischanged) in onMenuEditInfo()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dindex.c3940 int ischanged = im->told_modseq < record.modseq; in index_fetchreply() local
3943 if (fetchitems & FETCH_FLAGS || ischanged) { in index_fetchreply()
3953 if (fetchitems & FETCH_UID || (ischanged && (client_capa & CAPA_QRESYNC))) { in index_fetchreply()
3973 if (fetchitems & FETCH_MODSEQ || (ischanged && (client_capa & CAPA_CONDSTORE))) { in index_fetchreply()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_bivariate.c479 …SCIP_Bool* ischanged, /**< buffer to store whether something was changed in th… in removeFixedVariables() argument
497 assert(ischanged != NULL); in removeFixedVariables()
509 *ischanged = FALSE; in removeFixedVariables()
541 *ischanged = TRUE; in removeFixedVariables()
686 *ischanged = TRUE; in removeFixedVariables()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dindex.c4092 int ischanged = im->told_modseq < record.modseq; in index_fetchreply() local
4095 if (fetchitems & FETCH_FLAGS || ischanged) { in index_fetchreply()
4105 if (fetchitems & FETCH_UID || (ischanged && (client_capa & CAPA_QRESYNC))) { in index_fetchreply()
4137 if (fetchitems & FETCH_MODSEQ || (ischanged && (client_capa & CAPA_CONDSTORE))) { in index_fetchreply()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dindex.c4162 int ischanged = im->told_modseq < record.modseq; in index_fetchreply() local
4165 if (fetchitems & FETCH_FLAGS || ischanged) { in index_fetchreply()
4175 if (fetchitems & FETCH_UID || (ischanged && (client_capa & CAPA_QRESYNC))) { in index_fetchreply()
4207 if (fetchitems & FETCH_MODSEQ || (ischanged && (client_capa & CAPA_CONDSTORE))) { in index_fetchreply()