HomeSort by: relevance | last modified time | path
    Searched refs:_CITRUS_DB_ENTRY_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/citrus/
citrus_db_file.h 82 #define _CITRUS_DB_ENTRY_SIZE 24
citrus_db.c 78 if (be32toh(dhx->dhx_num_entries)*_CITRUS_DB_ENTRY_SIZE >
128 hashval * _CITRUS_DB_ENTRY_SIZE;
137 dex = _memstream_getregion(&ms, NULL, _CITRUS_DB_ENTRY_SIZE);
319 offset = be32toh(dhx->dhx_entry_offset) + idx * _CITRUS_DB_ENTRY_SIZE;
323 dex = _memstream_getregion(&ms, NULL, _CITRUS_DB_ENTRY_SIZE);
citrus_db_factory.c 223 sz += ceilto(_CITRUS_DB_ENTRY_SIZE * df->df_num_entries);
309 ceilto(df->df_num_entries*_CITRUS_DB_ENTRY_SIZE);
322 de->de_next->de_idx * _CITRUS_DB_ENTRY_SIZE;

Completed in 13 milliseconds