Searched refs:_CITRUS_DB_ENTRY_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/lib/libc/iconv/
H A Dcitrus_db_file.h83 #define _CITRUS_DB_ENTRY_SIZE 24 macro
H A Dcitrus_db.c75 if (be32toh(dhx->dhx_num_entries)*_CITRUS_DB_ENTRY_SIZE >
123 hashval * _CITRUS_DB_ENTRY_SIZE;
132 dex = _memstream_getregion(&ms, NULL, _CITRUS_DB_ENTRY_SIZE);
310 offset = be32toh(dhx->dhx_entry_offset) + idx * _CITRUS_DB_ENTRY_SIZE;
314 dex = _memstream_getregion(&ms, NULL, _CITRUS_DB_ENTRY_SIZE);
H A Dcitrus_db_factory.c215 sz += ceilto(_CITRUS_DB_ENTRY_SIZE * df->df_num_entries);
304 ceilto(df->df_num_entries*_CITRUS_DB_ENTRY_SIZE);
316 de->de_next->de_idx * _CITRUS_DB_ENTRY_SIZE;

Completed in 101 milliseconds