Home
last modified time | relevance | path

Searched defs:indexInMap (Results 1 – 9 of 9) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/
H A Dmapobject.cpp32 dint indexInMap = NoIndex; in DENG2_PIMPL_NOREF() local
97 dint MapObject::indexInMap() const in indexInMap() function in world::MapObject
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/world/
H A Dmapelement.cpp32 dint indexInMap = NoIndex; in DENG2_PIMPL_NOREF() local
99 dint MapElement::indexInMap() const in indexInMap() function in world::MapElement
/dports/archivers/unadf/ADFlib-f3af9e0/src/
H A Dadf_bitm.c189 int indexInMap = (sectOfMap/32)%127; in adfIsBlockFree() local
211 int indexInMap = (sectOfMap/32)%127; in adfSetBlockFree() local
236 int indexInMap = (sectOfMap/32)%127; in adfSetBlockUsed() local
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/7z/
H A D7zProperties.cpp153 int indexInMap = FindPropInMap(_fileInfoPopIDs[index]); in GetPropertyInfo() local
/dports/sysutils/squashfs-tools/CPP/7zip/Archive/7z/
H A D7zProperties.cpp154 int indexInMap = FindPropInMap(_fileInfoPopIDs[index]); in GetPropertyInfo() local
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/Archive/7z/
H A D7zProperties.cpp156 int indexInMap = FindPropInMap(_fileInfoPopIDs[index]); in GetPropertyInfo() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/world/base/
H A Dpolyobj.cpp484 dint Polyobj::indexInMap() const in indexInMap() function in Polyobj
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Hfs/
H A DHfsIn.cpp64 int indexInMap = IdToIndexMap.FindInSorted(pair); in GetItemPath() local
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/formatter/
H A DCodeFormatter.java124 private int indexInMap; field in CodeFormatter