Searched defs:item_size (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c386 db_indx_t tsize, item_size; local
390 item_size = (db_indx_t)notdup->size;
391 tsize = DUP_SIZE(item_size);
400 memcpy(p, &item_size, sizeof(db_indx_t));
404 memcpy(p, &item_size, sizeof(db_indx_t));
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dreiserfs.c190 grub_uint16_t item_size; member in struct:grub_reiserfs_item_header
661 len = grub_le_to_cpu16 (found.header.item_size);
1078 grub_uint16_t item_size; local
1106 item_size = grub_le_to_cpu16 (found.header.item_size);
1112 if (initial_position < current_position + item_size)
1115 length = (MIN (item_size, final_position - current_position)
1134 current_position += item_size;
1137 indirect_block_count = item_size / sizeof (*indirect_block_ptr);
1138 indirect_block_ptr = grub_malloc (item_size);
[all...]

Completed in 19 milliseconds