Home
last modified time | relevance | path

Searched refs:BytesOfObject (Results 1 – 3 of 3) sorted by relevance

/dports/devel/judy/judy-1.0.5/src/JudyCommon/
H A DJudyTables.c70 int BytesOfObject; in GenTable() local
90 BytesOfObject = (IndexBytes + ValueBytes) * Index; in GenTable()
94 OWord = ROUNDUP(BytesOfObject, BPW, OffsetWords); in GenTable()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/judy/
H A DJudyTablesGen.c64 int BytesOfObject; in GenTable() local
84 BytesOfObject = (IndexBytes + ValueBytes) * Index; in GenTable()
88 OWord = ROUNDUP(BytesOfObject, BPW, OffsetWords); in GenTable()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/judy/
H A DJudyTablesGen.c64 int BytesOfObject; in GenTable() local
84 BytesOfObject = (IndexBytes + ValueBytes) * Index; in GenTable()
88 OWord = ROUNDUP(BytesOfObject, BPW, OffsetWords); in GenTable()