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

  /src/bin/chio/
chio.c 481 int schet, ucount, unit; local
485 ucount = 0;
569 ucount = i;
616 ucount = 1;
619 ucount = count;
622 if ((unit + ucount) > count)
624 cname, unit, ucount);
627 size = ucount * sizeof(struct changer_element_status);
639 cmd.cesr_count = ucount;
655 for (i = 0; i < ucount; i++)
    [all...]
chio.c 481 int schet, ucount, unit; local
485 ucount = 0;
569 ucount = i;
616 ucount = 1;
619 ucount = count;
622 if ((unit + ucount) > count)
624 cname, unit, ucount);
627 size = ucount * sizeof(struct changer_element_status);
639 cmd.cesr_count = ucount;
655 for (i = 0; i < ucount; i++)
    [all...]
chio.c 481 int schet, ucount, unit; local
485 ucount = 0;
569 ucount = i;
616 ucount = 1;
619 ucount = count;
622 if ((unit + ucount) > count)
624 cname, unit, ucount);
627 size = ucount * sizeof(struct changer_element_status);
639 cmd.cesr_count = ucount;
655 for (i = 0; i < ucount; i++)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_hwmgr.c 1719 uint32_t ucount; local
1727 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
1730 for (i = 0; i < ucount; i++) {
1737 clocks->num_levels = ucount;
1752 uint32_t ucount; local
1759 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
1762 for (i = 0; i < ucount; i++) {
1770 clocks->num_levels = data->mclk_latency_table.count = ucount;
1779 uint32_t ucount; local
1788 ucount = (dpm_table->count > MAX_NUM_CLOCKS)
1807 uint32_t ucount; local
    [all...]
amdgpu_vega12_hwmgr.c 1719 uint32_t ucount; local
1727 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
1730 for (i = 0; i < ucount; i++) {
1737 clocks->num_levels = ucount;
1752 uint32_t ucount; local
1759 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
1762 for (i = 0; i < ucount; i++) {
1770 clocks->num_levels = data->mclk_latency_table.count = ucount;
1779 uint32_t ucount; local
1788 ucount = (dpm_table->count > MAX_NUM_CLOCKS)
1807 uint32_t ucount; local
    [all...]
amdgpu_vega12_hwmgr.c 1719 uint32_t ucount; local
1727 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
1730 for (i = 0; i < ucount; i++) {
1737 clocks->num_levels = ucount;
1752 uint32_t ucount; local
1759 ucount = (dpm_table->count > MAX_NUM_CLOCKS) ?
1762 for (i = 0; i < ucount; i++) {
1770 clocks->num_levels = data->mclk_latency_table.count = ucount;
1779 uint32_t ucount; local
1788 ucount = (dpm_table->count > MAX_NUM_CLOCKS)
1807 uint32_t ucount; local
    [all...]
  /src/usr.bin/systat/
vmstat.c 79 static int ucount(void);
430 putint(ucount(), STATROW, STATCOL, 3);
704 ucount(void) function
vmstat.c 79 static int ucount(void);
430 putint(ucount(), STATROW, STATCOL, 3);
704 ucount(void) function
vmstat.c 79 static int ucount(void);
430 putint(ucount(), STATROW, STATCOL, 3);
704 ucount(void) function
  /src/external/gpl3/gcc/dist/gcc/
df-scan.cc 309 int ucount = 0;
351 ucount += DF_REG_USE_COUNT (i);
373 dcount + ucount + ecount, dcount, ucount, ecount,
308 int ucount = 0; local
df-scan.cc 309 int ucount = 0;
351 ucount += DF_REG_USE_COUNT (i);
373 dcount + ucount + ecount, dcount, ucount, ecount,
308 int ucount = 0; local
df-scan.cc 309 int ucount = 0;
351 ucount += DF_REG_USE_COUNT (i);
373 dcount + ucount + ecount, dcount, ucount, ecount,
308 int ucount = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
df-scan.cc 309 int ucount = 0;
351 ucount += DF_REG_USE_COUNT (i);
373 dcount + ucount + ecount, dcount, ucount, ecount,
308 int ucount = 0; local
df-scan.cc 309 int ucount = 0;
351 ucount += DF_REG_USE_COUNT (i);
373 dcount + ucount + ecount, dcount, ucount, ecount,
308 int ucount = 0; local
df-scan.cc 309 int ucount = 0;
351 ucount += DF_REG_USE_COUNT (i);
373 dcount + ucount + ecount, dcount, ucount, ecount,
308 int ucount = 0; local

Completed in 214 milliseconds