Lines Matching full:sizeof
48 (data->descr->size * sizeof(odb_node_t)));
59 size = node_nr * (sizeof(odb_index_t) * BUCKET_FACTOR);
60 size += node_nr * sizeof(odb_node_t);
95 * sizeof(node) > sizeof(bucket) and when we grow table we
102 * if BUCKET_FACTOR < sizeof(bd_node_t) / sizeof(bd_node_nr_t)
186 data = xmalloc(sizeof(odb_data_t));
187 memset(data, '\0', sizeof(odb_data_t));
189 data->offset_node = sizeof_header + sizeof(odb_descr_t);
223 ((sizeof(odb_index_t) * BUCKET_FACTOR) + sizeof(odb_node_t));