Home
last modified time | relevance | path

Searched refs:sizetable (Results 126 – 136 of 136) sorted by last modified time

123456

/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Demoticonsdialog.cc218 const int sizetable = Emoticons::get()->getCountFile_gui(); in build() local
223 rows = columns = (guint)sqrt((double)sizetable); in build()
225 if ((rows*columns) != (guint)sizetable) in build()
226 if ((++columns*rows) < (guint)sizetable) rows++; in build()
306 if (++i > sizetable) in build()
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Demoticonsdialog.cc218 const int sizetable = Emoticons::get()->getCountFile_gui(); in build() local
223 rows = columns = (guint)sqrt((double)sizetable); in build()
225 if ((rows*columns) != (guint)sizetable) in build()
226 if ((++columns*rows) < (guint)sizetable) rows++; in build()
306 if (++i > sizetable) in build()
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Demoticonsdialog.cc218 const int sizetable = Emoticons::get()->getCountFile_gui(); in build() local
223 rows = columns = (guint)sqrt((double)sizetable); in build()
225 if ((rows*columns) != (guint)sizetable) in build()
226 if ((++columns*rows) < (guint)sizetable) rows++; in build()
306 if (++i > sizetable) in build()
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Demoticonsdialog.cc218 const int sizetable = Emoticons::get()->getCountFile_gui(); in build() local
223 rows = columns = (guint)sqrt((double)sizetable); in build()
225 if ((rows*columns) != (guint)sizetable) in build()
226 if ((++columns*rows) < (guint)sizetable) rows++; in build()
306 if (++i > sizetable) in build()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/eiskaltdcpp-gtk/src/
H A Demoticonsdialog.cc218 const int sizetable = Emoticons::get()->getCountFile_gui(); in build() local
223 rows = columns = (guint)sqrt((double)sizetable); in build()
225 if ((rows*columns) != (guint)sizetable) in build()
226 if ((++columns*rows) < (guint)sizetable) rows++; in build()
306 if (++i > sizetable) in build()
/dports/games/tesseract-data/tesseract/src/game/
H A Dserver.cpp717 static int sizetable[NUMMSG] = { -1 }; in msgsizelookup() local
718 if(sizetable[0] < 0) in msgsizelookup()
720 memset(sizetable, -1, sizeof(sizetable)); in msgsizelookup()
721 for(const int *p = msgsizes; *p >= 0; p += 2) sizetable[p[0]] = p[1]; in msgsizelookup()
723 return msg >= 0 && msg < NUMMSG ? sizetable[msg] : -1; in msgsizelookup()
/dports/games/tesseract/tesseract/src/game/
H A Dserver.cpp717 static int sizetable[NUMMSG] = { -1 }; in msgsizelookup() local
718 if(sizetable[0] < 0) in msgsizelookup()
720 memset(sizetable, -1, sizeof(sizetable)); in msgsizelookup()
721 for(const int *p = msgsizes; *p >= 0; p += 2) sizetable[p[0]] = p[1]; in msgsizelookup()
723 return msg >= 0 && msg < NUMMSG ? sizetable[msg] : -1; in msgsizelookup()
/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dprotocol.cpp352 static int sizetable[SV_NUM] = { -1 }; in msgsizelookup() local
353 if(sizetable[0] < 0) in msgsizelookup()
355 memset(sizetable, -1, sizeof(sizetable)); in msgsizelookup()
356 for(const int *p = msgsizes; *p >= 0; p += 2) sizetable[p[0]] = p[1]; in msgsizelookup()
358 return msg >= 0 && msg < SV_NUM ? sizetable[msg] : -1; in msgsizelookup()
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dgame.h490 static int sizetable[NUMSV] = { -1 }; in msgsizelookup() local
491 if(sizetable[0] < 0) in msgsizelookup()
493 memset(sizetable, -1, sizeof(sizetable)); in msgsizelookup()
494 for(const int *p = msgsizes; *p >= 0; p += 2) sizetable[p[0]] = p[1]; in msgsizelookup()
496 return msg >= 0 && msg < NUMSV ? sizetable[msg] : -1; in msgsizelookup()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/win32/
H A DCmdAccelOb.cpp267 for (int i = 0; i < sizetable(mapVirtSysKeys); i++) { in GetString()
274 for (i = 0; i < sizetable(mapVirtKeys); i++) { in GetString()
H A DCmdAccelOb.h45 #define sizetable(table) (sizeof(table)/sizeof(table[0])) macro

123456