Home
last modified time | relevance | path

Searched refs:ITEMS_PER_BLOCK (Results 1 – 17 of 17) sorted by relevance

/dports/biology/seqan/seqan-library-2.4.0/include/seqan/basic/
H A Dallocator_singlepool.h84 ITEMS_PER_BLOCK = (SIZE_PER_ITEM < 0x0100) ? 0x01000 / SIZE_PER_ITEM : 16,
85 STORAGE_SIZE = SIZE_PER_ITEM * ITEMS_PER_BLOCK,
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/basic/
H A Dallocator_singlepool.h84 ITEMS_PER_BLOCK = (SIZE_PER_ITEM < 0x0100) ? 0x01000 / SIZE_PER_ITEM : 16,
85 STORAGE_SIZE = SIZE_PER_ITEM * ITEMS_PER_BLOCK,
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/basic/
H A Dallocator_singlepool.h84 ITEMS_PER_BLOCK = (SIZE_PER_ITEM < 0x0100) ? 0x01000 / SIZE_PER_ITEM : 16,
85 STORAGE_SIZE = SIZE_PER_ITEM * ITEMS_PER_BLOCK,
/dports/biology/seqan1/seqan-1.3.1/seqan/basic/
H A Dbasic_allocator_singlepool.h73 ITEMS_PER_BLOCK = (SIZE_PER_ITEM < 0x0100) ? 0x01000 / SIZE_PER_ITEM : 16,
74 STORAGE_SIZE = SIZE * ITEMS_PER_BLOCK,
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/tinyxml2/
H A Dtinyxml2.h380 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
383 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
436 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
447 Item items[ITEMS_PER_BLOCK];
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/tinyxml2/
H A Dtinyxml2.h380 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
383 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
436 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
447 Item items[ITEMS_PER_BLOCK];
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/tinyxml2/
H A Dtinyxml2.h435 for (int i = 0; i < ITEMS_PER_BLOCK - 1; ++i) in Alloc()
439 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
500 ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE enumerator
513 Item items[ITEMS_PER_BLOCK];
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/include/aws/core/external/tinyxml2/
H A Dtinyxml2.h387 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
390 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
443 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
454 Item items[ITEMS_PER_BLOCK];
/dports/textproc/tinyxml2/tinyxml2-9.0.0/
H A Dtinyxml2.h382 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
385 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
438 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
449 Item items[ITEMS_PER_BLOCK];
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/ThirdParty/tinyxml2/
H A Dtinyxml2.h380 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
383 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
436 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
447 Item items[ITEMS_PER_BLOCK];
/dports/devel/cppcheck-gui/cppcheck-2.6.3/externals/tinyxml2/
H A Dtinyxml2.h373 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
376 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
429 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
440 Item items[ITEMS_PER_BLOCK];
/dports/misc/opennn/opennn-5.0.5/opennn/
H A Dtinyxml2.h375 for(int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
378 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
431 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
442 Item items[ITEMS_PER_BLOCK];
/dports/devel/cppcheck/cppcheck-2.6.3/externals/tinyxml2/
H A Dtinyxml2.h373 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
376 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
429 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
440 Item items[ITEMS_PER_BLOCK];
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/leethomason/tinyxml2/
H A Dtinyxml2.h368 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
371 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
424 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
435 Item items[ITEMS_PER_BLOCK];
/dports/graphics/geos/geos-3.9.1/tests/xmltester/tinyxml2/
H A Dtinyxml2.h379 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
382 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
435 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
446 Item items[ITEMS_PER_BLOCK];
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/tinyxml2/
H A Dtinyxml2.h435 for (int i = 0; i < ITEMS_PER_BLOCK - 1; ++i) in Alloc()
439 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
500 ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE enumerator
513 Item items[ITEMS_PER_BLOCK];
/dports/math/mfem/mfem-4.3/general/
H A Dtinyxml2.h381 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()
384 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()
437 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator
448 Item items[ITEMS_PER_BLOCK];