HomeSort by: relevance | last modified time | path
    Searched defs:item_count (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libmenu/
menu.c 322 for (i = 0; i < menu->item_count; i++) {
363 for (i = 0; i < menu->item_count; i++) {
530 for (i = 0; i < menu->item_count; i++) {
597 for (i = 0; i < menu->item_count; i++) {
603 menu->item_count = new_count;
649 item_count(MENU *menu) function
652 return _menui_default_menu.item_count;
654 return menu->item_count;
678 for (i = 0; i < menu->item_count; i++) {
menu.h 124 int item_count; /* number of items attached */ member in struct:__menu
186 int item_count(MENU *);
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf.cc 3342 unsigned int item_count = m_items.length (); local
3344 unsigned int equal_items = item_count - class_count;
3392 fprintf (dump_file, "\nItem count: %u\n", item_count);
3396 prev_class_count ? 1.0f * item_count / prev_class_count : 0.0f,
3397 class_count ? 1.0f * item_count / class_count : 0.0f);
ipa-prop.cc 2098 int item_count = 0, value_count = 0; local
2217 if (++item_count == 2 * max_agg_items)
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf.cc 3314 unsigned int item_count = m_items.length (); local
3316 unsigned int equal_items = item_count - class_count;
3364 fprintf (dump_file, "\nItem count: %u\n", item_count);
3368 prev_class_count ? 1.0f * item_count / prev_class_count : 0.0f,
3369 class_count ? 1.0f * item_count / class_count : 0.0f);
ipa-prop.cc 1992 int item_count = 0, value_count = 0; local
2106 if (++item_count == 2 * max_agg_items)
  /src/external/gpl3/gcc/dist/gcc/config/gcn/
gcn.cc 2037 int item_count = XVECLEN (vec, 0); local
2038 for (int i = 0, j = 0; i < item_count; i++)
2110 if (simple_repeat && item_count > 1 && !prev)
  /src/external/gpl3/gcc/dist/libgfortran/io/
io.h 499 int item_count; member in struct:st_parameter_dt::__anon14411::__anon14412
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
io.h 500 int item_count; member in struct:st_parameter_dt::__anon16823::__anon16824

Completed in 110 milliseconds