Home
last modified time | relevance | path

Searched refs:ulVal (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/dports/devel/spatialindex/spatialindex-src-1.8.5/src/capi/
H A DUtility.cc44 var.m_val.ulVal = 100; in GetDefaults()
48 var.m_val.ulVal = 100; in GetDefaults()
60 var.m_val.ulVal = 32; in GetDefaults()
72 var.m_val.ulVal = 2; in GetDefaults()
80 var.m_val.ulVal = 100; in GetDefaults()
84 var.m_val.ulVal = 100; in GetDefaults()
88 var.m_val.ulVal = 1000; in GetDefaults()
92 var.m_val.ulVal = 500; in GetDefaults()
102 var.m_val.ulVal = 10; in GetDefaults()
119 var.m_val.ulVal = 4096; in GetDefaults()
[all …]
H A DIndex.cc137 nIdxCapacity = var.m_val.ulVal; in Index()
147 nIdxLeafCap = var.m_val.ulVal; in Index()
157 nIdxDimension = var.m_val.ulVal; in Index()
299 return static_cast<RTIndexType>(var.m_val.ulVal); in GetIndexType()
310 var.m_val.ulVal = v; in SetIndexType()
326 return static_cast<RTStorageType>(var.m_val.ulVal); in GetIndexStorage()
337 var.m_val.ulVal = v; in SetIndexStorage()
353 return static_cast<RTIndexVariant>(var.m_val.ulVal); in GetIndexVariant()
366 var.m_val.ulVal = static_cast<RTree::RTreeVariant>(v); in SetIndexVariant()
369 var.m_val.ulVal = static_cast<MVRTree::MVRTreeVariant>(v); in SetIndexVariant()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DPpmdEncoder.cpp55 if (prop.ulVal < kMinMemSize || prop.ulVal > kMaxMemBlockSize) in SetCoderProperties()
57 _usedMemorySize = (UInt32)prop.ulVal; in SetCoderProperties()
62 if (prop.ulVal < kMinOrder || prop.ulVal > kMaxOrderCompress) in SetCoderProperties()
64 _order = (Byte)prop.ulVal; in SetCoderProperties()
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/rtree/
H A DRTree.cc165 var.m_val.ulVal = indexCapacity; in createNewRTree()
169 var.m_val.ulVal = leafCapacity; in createNewRTree()
173 var.m_val.ulVal = dimension; in createNewRTree()
295 if (var.m_val.ulVal <= 1) in createAndBulkLoadNewRTree()
298 dimension = var.m_val.ulVal; in createAndBulkLoadNewRTree()
307 if (var.m_val.ulVal <= 1) in createAndBulkLoadNewRTree()
310 pageSize = var.m_val.ulVal; in createAndBulkLoadNewRTree()
319 if (var.m_val.ulVal <= 1) in createAndBulkLoadNewRTree()
872 var.m_val.ulVal < 1 || in initNew()
912 if (var.m_val.ulVal <= 1) in initNew()
[all …]
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/tprtree/
H A DTPRTree.cc168 var.m_val.ulVal = indexCapacity; in createNewTPRTree()
172 var.m_val.ulVal = leafCapacity; in createNewTPRTree()
176 var.m_val.ulVal = dimension; in createNewTPRTree()
397 var.m_val.ulVal = m_dimension; in getIndexProperties()
402 var.m_val.ulVal = m_indexCapacity; in getIndexProperties()
407 var.m_val.ulVal = m_leafCapacity; in getIndexProperties()
652 m_leafCapacity = var.m_val.ulVal; in initNew()
661 var.m_val.ulVal < 1 || in initNew()
701 if (var.m_val.ulVal <= 1) in initNew()
704 m_dimension = var.m_val.ulVal; in initNew()
[all …]
/dports/sysutils/squashfs-tools/CPP/7zip/Common/
H A DMethodProps.h65 return (int)Props[i].Value.ulVal; in Get_NumThreads()
76 res = Props[i].Value.ulVal; in Get_DicSize()
89 return Props[i].Value.ulVal; in Get_Lzma_Algo()
98 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
135 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
151 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Common/
H A DMethodProps.h64 return (int)Props[i].Value.ulVal; in Get_NumThreads()
75 res = Props[i].Value.ulVal; in Get_DicSize()
88 return Props[i].Value.ulVal; in Get_Lzma_Algo()
97 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
142 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
158 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Common/
H A DMethodProps.h64 return (int)Props[i].Value.ulVal; in Get_NumThreads()
75 res = Props[i].Value.ulVal; in Get_DicSize()
88 return Props[i].Value.ulVal; in Get_Lzma_Algo()
97 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
142 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
158 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/
H A Dlzma_glue.cpp92 p[0].vt = VT_UI4; p[0].ulVal = UInt32(1 << 24); in lzma_compress()
93 p[1].vt = VT_UI4; p[1].ulVal = UInt32(2); // posBits in lzma_compress()
94 p[2].vt = VT_UI4; p[2].ulVal = UInt32(3); // literal context bits in lzma_compress()
95 p[3].vt = VT_UI4; p[3].ulVal = UInt32(0); // literal pos bits in lzma_compress()
96 p[4].vt = VT_UI4; p[4].ulVal = UInt32(2); // compression mode in lzma_compress()
97 p[5].vt = VT_UI4; p[5].ulVal = UInt32(128); // fast_bytes in lzma_compress()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Common/
H A DMethodProps.h64 return (int)Props[i].Value.ulVal; in Get_NumThreads()
75 res = Props[i].Value.ulVal; in Get_DicSize()
88 return Props[i].Value.ulVal; in Get_Lzma_Algo()
97 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
142 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
158 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/devel/spatialindex/spatialindex-src-1.8.5/src/mvrtree/
H A DMVRTree.cc164 var.m_val.ulVal = indexCapacity; in createNewMVRTree()
168 var.m_val.ulVal = leafCapacity; in createNewMVRTree()
172 var.m_val.ulVal = dimension; in createNewMVRTree()
379 var.m_val.ulVal = m_dimension; in getIndexProperties()
384 var.m_val.ulVal = m_indexCapacity; in getIndexProperties()
389 var.m_val.ulVal = m_leafCapacity; in getIndexProperties()
606 m_indexCapacity = var.m_val.ulVal; in initNew()
616 m_leafCapacity = var.m_val.ulVal; in initNew()
623 …r.m_varType != Tools::VT_ULONG || var.m_val.ulVal < 1 || var.m_val.ulVal > m_indexCapacity || var.… in initNew()
656 m_dimension = var.m_val.ulVal; in initNew()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/sound/
H A Dvoicerec.cpp360 part1 = pElements->pProperties->vValue.ulVal; in VOICEREC_execute_command()
363 part2 = pElements->pProperties->pNextSibling->vValue.ulVal; in VOICEREC_execute_command()
366 part3 = pElements->pProperties->pNextSibling->pNextSibling->vValue.ulVal; in VOICEREC_execute_command()
434 action = pElements->pProperties->vValue.ulVal; in VOICEREC_execute_command()
449 int action = pElements->pProperties->vValue.ulVal; in VOICEREC_execute_command()
477 doVid_Action(pElements->pProperties->pFirstChild->vValue.ulVal); in VOICEREC_execute_command()
502 int action = pElements->pProperties->vValue.ulVal; in VOICEREC_execute_command()
522 int action = pElements->pProperties->vValue.ulVal; in VOICEREC_execute_command()
534 int action = pElements->pProperties->vValue.ulVal; in VOICEREC_execute_command()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Common/
H A DMethodProps.h69 return (int)Props[i].Value.ulVal; in Get_NumThreads()
80 res = Props[i].Value.ulVal; in Get_DicSize()
93 return Props[i].Value.ulVal; in Get_Lzma_Algo()
102 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
154 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize()
206 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
222 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Common/
H A DMethodProps.h69 return (int)Props[i].Value.ulVal; in Get_NumThreads()
80 res = Props[i].Value.ulVal; in Get_DicSize()
93 return Props[i].Value.ulVal; in Get_Lzma_Algo()
102 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
154 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize()
206 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
222 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Common/
H A DMethodProps.h69 return (int)Props[i].Value.ulVal; in Get_NumThreads()
80 res = Props[i].Value.ulVal; in Get_DicSize()
93 return Props[i].Value.ulVal; in Get_Lzma_Algo()
102 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
154 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize()
206 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
222 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Common/
H A DMethodProps.h69 return (int)Props[i].Value.ulVal; in Get_NumThreads()
80 res = Props[i].Value.ulVal; in Get_DicSize()
93 return Props[i].Value.ulVal; in Get_Lzma_Algo()
102 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
154 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize()
206 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
222 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Common/
H A DMethodProps.h69 return (int)Props[i].Value.ulVal; in Get_NumThreads()
80 res = Props[i].Value.ulVal; in Get_DicSize()
93 return Props[i].Value.ulVal; in Get_Lzma_Algo()
102 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
154 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize()
206 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
222 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/Common/
H A DMethodProps.h69 return (int)Props[i].Value.ulVal; in Get_NumThreads()
80 res = Props[i].Value.ulVal; in Get_DicSize()
93 return Props[i].Value.ulVal; in Get_Lzma_Algo()
102 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
154 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize()
206 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
222 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/Common/
H A DMethodProps.h69 return (int)Props[i].Value.ulVal; in Get_NumThreads()
80 res = Props[i].Value.ulVal; in Get_DicSize()
93 return Props[i].Value.ulVal; in Get_Lzma_Algo()
102 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
154 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize()
206 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
222 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/Common/
H A DMethodProps.h69 return (int)Props[i].Value.ulVal; in Get_NumThreads()
80 res = Props[i].Value.ulVal; in Get_DicSize()
93 return Props[i].Value.ulVal; in Get_Lzma_Algo()
102 return Props[i].Value.ulVal; in Get_Lzma_DicSize()
154 if (val.vt == VT_UI4) { return val.ulVal; } in GetProp_BlockSize()
206 UInt32 blockSize = Props[i].Value.ulVal; in Get_BZip2_BlockSize()
222 return Props[i].Value.ulVal; in Get_Ppmd_MemSize()
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/cores/arduino/
H A Dwiring_shift.c49 void shiftOut( uint32_t ulDataPin, uint32_t ulClockPin, uint32_t ulBitOrder, uint32_t ulVal ) in shiftOut() argument
57 digitalWrite( ulDataPin, !!(ulVal & (1 << i)) ) ; in shiftOut()
61 digitalWrite( ulDataPin, !!(ulVal & (1 << (7 - i))) ) ; in shiftOut()
H A Dwiring_digital.c91 extern void digitalWrite( uint32_t ulPin, uint32_t ulVal ) in digitalWrite() argument
103 g_pinStatus[ulPin] = (g_pinStatus[ulPin] & 0x0F) | (ulVal << 4) ; in digitalWrite()
107 PIO_PullUp( g_APinDescription[ulPin].pPort, g_APinDescription[ulPin].ulPin, ulVal ) ; in digitalWrite()
111 …PIO_SetOutput( g_APinDescription[ulPin].pPort, g_APinDescription[ulPin].ulPin, ulVal, 0, PIO_PULLU… in digitalWrite()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Compress/
H A DXzEncoder.cpp98 xzProps.numTotalThreads = (int)(prop.ulVal); in SetCoderProp()
106 return SetCheckSize(prop.ulVal); in SetCoderProp()
112 xzProps.blockSize = prop.ulVal; in SetCoderProp()
133 UInt32 id32 = prop.ulVal; in SetCoderProp()
136 xzProps.filterProps.id = prop.ulVal; in SetCoderProp()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Compress/
H A DXzEncoder.cpp98 xzProps.numTotalThreads = (int)(prop.ulVal); in SetCoderProp()
106 return SetCheckSize(prop.ulVal); in SetCoderProp()
112 xzProps.blockSize = prop.ulVal; in SetCoderProp()
133 UInt32 id32 = prop.ulVal; in SetCoderProp()
136 xzProps.filterProps.id = prop.ulVal; in SetCoderProp()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Compress/
H A DXzEncoder.cpp98 xzProps.numTotalThreads = (int)(prop.ulVal); in SetCoderProp()
106 return SetCheckSize(prop.ulVal); in SetCoderProp()
112 xzProps.blockSize = prop.ulVal; in SetCoderProp()
133 UInt32 id32 = prop.ulVal; in SetCoderProp()
136 xzProps.filterProps.id = prop.ulVal; in SetCoderProp()

12345678910>>...38