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

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
sched_policy.c 109 int total_weight = 0; local
114 total_weight += vgpu_data->sched_ctl.weight;
120 total_weight) * vgpu_data->sched_ctl.weight;
  /src/external/bsd/wpa/dist/src/ap/
acs.c 845 double total_weight = 0; local
934 total_weight = 1;
955 total_weight += 1;
995 total_weight += ACS_ADJ_WEIGHT;
1003 total_weight += ACS_NEXT_ADJ_WEIGHT;
1011 total_weight += ACS_ADJ_WEIGHT;
1019 total_weight += ACS_NEXT_ADJ_WEIGHT;
1024 if (total_weight == 0)
1027 factor /= total_weight;
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.c 814 int total_weight = 0;
873 total_weight += m_splits[i].weight;
881 that the total_weight not be zero (we divide by total_weight, so don't
883 gdb_assert (last_index == -1 || total_weight > 0);
894 info[i].size = available_size * m_splits[i].weight / total_weight;
920 tui_debug_printf ("total_weight = %d, last_index = %d",
921 total_weight, last_index);
1010 tui_debug_printf ("total_weight = %d, last_index = %d",
1011 total_weight, last_index)
813 int total_weight = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.c 814 int total_weight = 0;
873 total_weight += m_splits[i].weight;
881 that the total_weight not be zero (we divide by total_weight, so don't
883 gdb_assert (last_index == -1 || total_weight > 0);
894 info[i].size = available_size * m_splits[i].weight / total_weight;
920 tui_debug_printf ("total_weight = %d, last_index = %d",
921 total_weight, last_index);
1010 tui_debug_printf ("total_weight = %d, last_index = %d",
1011 total_weight, last_index)
813 int total_weight = 0; local
    [all...]

Completed in 23 milliseconds