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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
power_budget.h 20 u8 ecount; member in struct:nvbios_power_budget
vpstate.h 11 u8 ecount; member in struct:nvbios_vpstate_header
  /src/external/bsd/less/dist/
pattern.c 337 int ecount; local
338 for (ecount = RM_COUNT; ecount > 0; ecount--)
339 if (rm[ecount-1].rm_so >= 0)
341 if (ecount >= nsp)
342 ecount = nsp-1;
343 for (i = 0; i < ecount; i++)
368 int ecount; local
372 ecount = nsp-1
399 int ecount = nsp-1; local
    [all...]
  /src/sys/arch/sparc/dev/
cgtwo.c 302 int error, start, count, ecount; local
308 ecount = start + count;
316 for (i = start; i < ecount; i++)
319 for (i = start; i < ecount; i++)
322 for (i = start; i < ecount; i++)
343 u_int start, count, ecount; local
349 ecount = start + count;
365 for (i = start; i < ecount; i++)
368 for (i = start; i < ecount; i++)
371 for (i = start; i < ecount; i++
    [all...]
  /src/sys/arch/sun3/dev/
cg2.c 298 int error, start, count, ecount; local
304 ecount = start + count;
312 for (i = start; i < ecount; i++)
315 for (i = start; i < ecount; i++)
318 for (i = start; i < ecount; i++)
340 u_int start, count, ecount; local
346 ecount = start + count;
362 for (i = start; i < ecount; i++)
365 for (i = start; i < ecount; i++)
368 for (i = start; i < ecount; i++
    [all...]
  /src/sys/dev/i2c/
sgp40.c 575 int ecount = 0; local
637 ecount++;
644 ecount++;
669 ecount++;
684 ecount++;
sht4x.c 538 int ecount = 0; local
590 ecount++;
si70xx.c 606 int ecount = 0; local
658 ecount++;
690 ecount++;
sht3x.c 1082 int ecount = 0; local
1153 ecount++;
1161 ecount++;
1171 ecount++;
  /src/external/bsd/ntp/dist/kernel/sys/
bsd_audioirig.h 92 int ecount; /* count of elements this second */ member in struct:auib
  /src/sys/arch/ia64/unwind/
decode.h 106 u_int ecount; member in struct:unwind_desc_B2
112 vsize_t ecount; member in struct:unwind_desc_B3
  /src/external/gpl3/binutils/dist/binutils/
unwind-ia64.c 481 #define UNW_DEC_EPILOGUE(fmt, t, ecount, arg) \
482 printf ("\t%s:epilogue(t=%lu,ecount=%lu)\n", \
483 fmt, (unsigned long) t, (unsigned long) ecount)
516 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
1085 unw_word t, ecount, label; local
1090 ecount = unw_decode_uleb128 (&dp, end);
1091 UNW_DEC_EPILOGUE ("B3", t, ecount, arg);
  /src/external/gpl3/binutils.old/dist/binutils/
unwind-ia64.c 481 #define UNW_DEC_EPILOGUE(fmt, t, ecount, arg) \
482 printf ("\t%s:epilogue(t=%lu,ecount=%lu)\n", \
483 fmt, (unsigned long) t, (unsigned long) ecount)
516 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
1085 unw_word t, ecount, label; local
1090 ecount = unw_decode_uleb128 (&dp, end);
1091 UNW_DEC_EPILOGUE ("B3", t, ecount, arg);
  /src/external/gpl3/gcc.old/dist/gcc/
df-scan.cc 310 int ecount = 0;
356 ecount += DF_REG_EQ_USE_COUNT (i);
373 dcount + ucount + ecount, dcount, ucount, ecount,
309 int ecount = 0; local
gcov.cc 731 int64_t ecount = edges[i]->cs_count; local
732 if (cycle_count > ecount)
733 cycle_count = ecount;
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 42 ID ecount; /* number of entries */ member in struct:ldif_tool
753 if ( tl->ecount >= tl->elen ) {
767 tl->entries[tl->ecount++] = e;
768 e->e_id = tl->ecount;
1877 assert( id < tl->ecount );
1911 for ( i = tl->ecount; i--; )
1916 tl->ecount = tl->elen = 0;
1928 if ( tl->ecurrent >= tl->ecount ) {
1965 tl->ecurrent = tl->ecount; /* fail ldif_tool_entry_next() */
1986 return tl->ecount;
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.h 282 unsigned short ecount; member in struct:unw_b_record
tc-ia64.c 1536 output_B2_format (vbyte_func f, unsigned long ecount, unsigned long t)
1540 if (ecount > 0x1f)
1542 output_B3_format (f, ecount, t);
1545 bytes[0] = (UNW_B2 | (ecount & 0x1f));
1551 output_B3_format (vbyte_func f, unsigned long ecount, unsigned long t)
1555 if (ecount <= 0x1f)
1557 output_B2_format (f, ecount, t);
1562 count += output_leb128 (bytes + count, ecount, 0);
2318 output_epilogue (unsigned long ecount)
2321 ptr->r.record.b.ecount = ecount
3445 unsigned long ecount; \/* # of _additional_ regions to pop *\/ local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.h 282 unsigned short ecount; member in struct:unw_b_record
tc-ia64.c 1536 output_B2_format (vbyte_func f, unsigned long ecount, unsigned long t)
1540 if (ecount > 0x1f)
1542 output_B3_format (f, ecount, t);
1545 bytes[0] = (UNW_B2 | (ecount & 0x1f));
1551 output_B3_format (vbyte_func f, unsigned long ecount, unsigned long t)
1555 if (ecount <= 0x1f)
1557 output_B2_format (f, ecount, t);
1562 count += output_leb128 (bytes + count, ecount, 0);
2318 output_epilogue (unsigned long ecount)
2321 ptr->r.record.b.ecount = ecount
3445 unsigned long ecount; \/* # of _additional_ regions to pop *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
unwind-ia64.c 814 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr)
817 sr->epilogue_count = ecount + 1;
1015 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
1380 unw_word t, ecount, label;
1385 ecount = unw_decode_uleb128 (&dp);
1386 UNW_DEC_EPILOGUE(B3, t, ecount, arg);
1376 unw_word t, ecount, label; local
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 7066 size_t ecount; local
7108 ecount = mc->mc_xcursor->mx_db.md_entries;
7116 insert_data = mc->mc_xcursor->mx_db.md_entries - ecount;

Completed in 67 milliseconds