| /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/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/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/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| nouveau_nvkm_subdev_bios_vpstate.c | 63 h->ecount = nvbios_rd08(b, h->offset + 0x5); 86 if (!e || !h || idx > h->ecount)
|
| nouveau_nvkm_subdev_bios_power_budget.c | 100 budget->ecount = cnt; 114 if (!bios || !budget || !budget->offset || idx >= budget->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
|
| decode.c | 230 uwd->B2.ecount = (buf[0] & 0x1f); 246 buf = unwind_decode_ule128(buf, &uwd->B3.ecount);
|
| stackframe.c | 569 printf("(ecount = %d, t = %ld)\n", 570 rchain->udesc.B2.ecount, rchain->udesc.B2.t); 576 printf("(t = %ld, ecount = %ld) \n", 577 rchain->udesc.B3.t, rchain->udesc.B3.ecount); 830 poprecord(¤t_state, rchain->udesc.B2.ecount); 835 poprecord(¤t_state, rchain->udesc.B3.ecount);
|
| /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++;
|
| sht3x.c | 1082 int ecount = 0; local 1153 ecount++; 1161 ecount++; 1171 ecount++;
|
| si70xx.c | 606 int ecount = 0; local 658 ecount++; 690 ecount++;
|
| /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/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/gpl3/gcc.old/dist/gcc/ |
| gcov.cc | 731 int64_t ecount = edges[i]->cs_count; local 732 if (cycle_count > ecount) 733 cycle_count = ecount;
|
| 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
|