Home
last modified time | relevance | path

Searched refs:totalSize (Results 1 – 6 of 6) sorted by relevance

/dragonfly/usr.sbin/mptable/
H A Dmptable.c653 int totalSize; in MPConfigTableHeader() local
700 totalSize = cth.base_table_length - sizeof( struct MPCTH ); in MPConfigTableHeader()
723 totalSize -= basetableEntryTypes[ 0 ].length; in MPConfigTableHeader()
731 totalSize -= basetableEntryTypes[ 1 ].length; in MPConfigTableHeader()
739 totalSize -= basetableEntryTypes[ 2 ].length; in MPConfigTableHeader()
747 totalSize -= basetableEntryTypes[ 3 ].length; in MPConfigTableHeader()
755 totalSize -= basetableEntryTypes[ 4 ].length; in MPConfigTableHeader()
761 if ( (totalSize = cth.extended_table_length) ) { in MPConfigTableHeader()
766 while ( totalSize > 0 ) { in MPConfigTableHeader()
782 totalSize -= extendedtableEntryTypes[ type-128 ].length; in MPConfigTableHeader()
/dragonfly/contrib/zstd/programs/
H A Dbenchzstd.c753 size_t pos = 0, totalSize = 0; in BMK_loadFiles() local
776 totalSize += (size_t)fileSize; in BMK_loadFiles()
780 if (totalSize == 0) RETURN_ERROR_INT(12, "no data to bench"); in BMK_loadFiles()
H A Dutil.c451 size_t fnb = 0, totalSize = 0; in getTotalTableSize() local
453totalSize += strlen(table->fileNames[fnb]) + 1; /* +1 to add '\0' at the end of each fileName */ in getTotalTableSize()
455 return totalSize; in getTotalTableSize()
/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_ldm.c47 size_t const totalSize = ZSTD_cwksp_alloc_size(ldmBucketSize) in ZSTD_ldm_getTableSize() local
49 return params.enableLdm ? totalSize : 0; in ZSTD_ldm_getTableSize()
/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas_fp.c260 if (pFwRaidMap->totalSize != total_map_sz) { in MR_ValidateMapInfo()
263 device_printf(sc->mrsas_dev, "pFwRaidMap->totalSize=%x\n", pFwRaidMap->totalSize); in MR_ValidateMapInfo()
H A Dmrsas.h686 u_int32_t totalSize; // total size of this structure, including this field. member