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

/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_list.c385 int num_items = 3; local
406 *height = (item_height * num_items
407 + item_vspace * (num_items - 1)
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c713 u_int32_t num_items; local
719 num_items = 0;
746 num_items++;
775 if (__addel(hashp, &item_info, key, val, num_items, 0))
H A Dhash_page.c536 u_int32_t num_items, const u_int8_t expanding)
538 __addel(hashp, item_info, key, val, num_items, expanding)
542 u_int32_t num_items;
621 switch (num_items) {
633 num_items > hashp->hdr.ffactor ? 1 : do_expand;
535 __addel(HTAB *hashp, ITEM_INFO *item_info, const DBT *key, const DBT *val, u_int32_t num_items, const u_int8_t expanding) argument

Completed in 27 milliseconds