| /netbsd-src/external/bsd/less/dist/ |
| H A D | pattern.c | 337 int ecount; in match_pattern1() local 338 for (ecount = RM_COUNT; ecount > 0; ecount--) in match_pattern1() 339 if (rm[ecount-1].rm_so >= 0) in match_pattern1() 341 if (ecount >= nsp) in match_pattern1() 342 ecount = nsp-1; in match_pattern1() 343 for (i = 0; i < ecount; i++) in match_pattern1() 368 int ecount; in match_pattern1() local 372 ecount = nsp-1; in match_pattern1() 373 if (ecount > mcount) ecount = mcount; in match_pattern1() 374 for (i = 0; i < ecount*2; ) in match_pattern1() [all …]
|
| /netbsd-src/sys/arch/sun3/dev/ |
| H A D | cg2.c | 298 int error, start, count, ecount; in cg2getcmap() local 304 ecount = start + count; in cg2getcmap() 312 for (i = start; i < ecount; i++) in cg2getcmap() 315 for (i = start; i < ecount; i++) in cg2getcmap() 318 for (i = start; i < ecount; i++) in cg2getcmap() 340 u_int start, count, ecount; in cg2putcmap() local 346 ecount = start + count; in cg2putcmap() 362 for (i = start; i < ecount; i++) in cg2putcmap() 365 for (i = start; i < ecount; i++) in cg2putcmap() 368 for (i = start; i < ecount; in cg2putcmap() [all...] |
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | cgtwo.c | 302 int error, start, count, ecount; in cgtwogetcmap() local 308 ecount = start + count; in cgtwogetcmap() 316 for (i = start; i < ecount; i++) in cgtwogetcmap() 319 for (i = start; i < ecount; i++) in cgtwogetcmap() 322 for (i = start; i < ecount; i++) in cgtwogetcmap() 343 u_int start, count, ecount; in cgtwoputcmap() local 349 ecount = start + count; in cgtwoputcmap() 365 for (i = start; i < ecount; i++) in cgtwoputcmap() 368 for (i = start; i < ecount; i++) in cgtwoputcmap() 371 for (i = start; i < ecount; i++) in cgtwoputcmap()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| H A D | nouveau_nvkm_subdev_bios_vpstate.c | 63 h->ecount = nvbios_rd08(b, h->offset + 0x5); in nvbios_vpstate_parse() 86 if (!e || !h || idx > h->ecount) in nvbios_vpstate_entry()
|
| H A D | nouveau_nvkm_subdev_bios_power_budget.c | 100 budget->ecount = cnt; in nvbios_power_budget_header() 114 if (!bios || !budget || !budget->offset || idx >= budget->ecount in nvbios_power_budget_entry()
|
| /netbsd-src/sys/dev/i2c/ |
| H A D | sgp40.c | 575 int ecount = 0; in sgp40_attach() local 637 ecount++; in sgp40_attach() 644 ecount++; in sgp40_attach() 669 ecount++; in sgp40_attach() 684 ecount++; in sgp40_attach()
|
| H A D | si70xx.c | 606 int ecount = 0; in si70xx_attach() 658 ecount++; in si70xx_attach() 690 ecount++; in si70xx_attach() 607 int ecount = 0; si70xx_attach() local
|
| H A D | sht3x.c | 1082 int ecount = 0; in sht3x_attach() 1153 ecount++; in sht3x_attach() 1161 ecount++; in sht3x_attach() 1171 ecount++; in sht3x_attach() 1061 int ecount = 0; sht3x_attach() local
|
| H A D | sht4x.c | 538 int ecount = 0; in sht4x_attach() local 590 ecount++; in sht4x_attach()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldif/ |
| H A D | ldif.c | 42 ID ecount; /* number of entries */ member 753 if ( tl->ecount >= tl->elen ) { in ldif_send_entry() 767 tl->entries[tl->ecount++] = e; in ldif_send_entry() 768 e->e_id = tl->ecount; in ldif_send_entry() 1733 assert( id < tl->ecount ); in ldif_back_entry_release_rw() 1761 for ( i = tl->ecount; i--; ) in ldif_tool_entry_close() 1766 tl->ecount = tl->elen = 0; in ldif_tool_entry_close() 1778 if ( tl->ecurrent >= tl->ecount ) { in ldif_tool_entry_next() 1815 tl->ecurrent = tl->ecount; /* fail ldif_tool_entry_next() */ in ldif_tool_entry_first_x() 1836 return tl->ecount; in ldif_tool_dn2id_get() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | unwind-ia64.c | 481 #define UNW_DEC_EPILOGUE(fmt, t, ecount, arg) \ argument 483 fmt, (unsigned long) t, (unsigned long) ecount) 1085 unw_word t, ecount, label; in unw_decode_b3_x4() local 1090 ecount = unw_decode_uleb128 (&dp, end); in unw_decode_b3_x4() 1091 UNW_DEC_EPILOGUE ("B3", t, ecount, arg); in unw_decode_b3_x4()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | unwind-ia64.c | 481 #define UNW_DEC_EPILOGUE(fmt, t, ecount, arg) \ argument 483 fmt, (unsigned long) t, (unsigned long) ecount) 1085 unw_word t, ecount, label; in unw_decode_b3_x4() local 1090 ecount = unw_decode_uleb128 (&dp, end); in unw_decode_b3_x4() 1091 UNW_DEC_EPILOGUE ("B3", t, ecount, arg); in unw_decode_b3_x4()
|
| /netbsd-src/sys/arch/ia64/unwind/ |
| H A D | decode.h | 106 u_int ecount; member 112 vsize_t ecount; member
|
| H A D | decode.c | 230 uwd->B2.ecount = (buf[0] & 0x1f); in unwind_decode_B2() 246 buf = unwind_decode_ule128(buf, &uwd->B3.ecount); in unwind_decode_B3()
|
| H A D | stackframe.c | 570 rchain->udesc.B2.ecount, rchain->udesc.B2.t); in dump_recordchain() 577 rchain->udesc.B3.t, rchain->udesc.B3.ecount); in dump_recordchain() 830 poprecord(¤t_state, rchain->udesc.B2.ecount); in modifyrecord() 835 poprecord(¤t_state, rchain->udesc.B3.ecount); in modifyrecord()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | power_budget.h | 20 u8 ecount; member
|
| H A D | vpstate.h | 11 u8 ecount; member
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | isakmp_xauth.c | 893 int ecount = 0; local 1048 ecount = ldap_count_entries(ld, lr); 1049 if (ecount < 1) { 1055 if (ecount > 1) { 1058 ecount, filter); 1173 int ecount = 0; local 1276 ecount = ldap_count_entries(ld, lr); 1277 if (ecount < 1) {
|
| /netbsd-src/external/bsd/ntp/dist/kernel/sys/ |
| H A D | bsd_audioirig.h | 92 int ecount; /* count of elements this second */ member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| H A D | unwind-ia64.c | 812 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) in desc_epilogue() argument 815 sr->epilogue_count = ecount + 1; in desc_epilogue() 1376 unw_word t, ecount, label; in unw_decode_b3_x4() local 1381 ecount = unw_decode_uleb128 (&dp); in unw_decode_b3_x4() 1382 UNW_DEC_EPILOGUE(B3, t, ecount, arg); in unw_decode_b3_x4()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| H A D | unwind-ia64.c | 812 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) in desc_epilogue() argument 815 sr->epilogue_count = ecount + 1; in desc_epilogue() 1376 unw_word t, ecount, label; in unw_decode_b3_x4() local 1381 ecount = unw_decode_uleb128 (&dp); in unw_decode_b3_x4() 1382 UNW_DEC_EPILOGUE(B3, t, ecount, arg); in unw_decode_b3_x4()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-basic-inst-handler.cc | 218 size_t ecount = gccbrig_type_vector_subparts (TREE_TYPE (operands[0])); in build_pack() local 234 build_int_cstu (TREE_TYPE (pos), ecount - 1)); in build_pack()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-ia64.c | 1538 output_B2_format (vbyte_func f, unsigned long ecount, unsigned long t) in output_B2_format() argument 1542 if (ecount > 0x1f) in output_B2_format() 1544 output_B3_format (f, ecount, t); in output_B2_format() 1547 bytes[0] = (UNW_B2 | (ecount & 0x1f)); in output_B2_format() 1553 output_B3_format (vbyte_func f, unsigned long ecount, unsigned long t) in output_B3_format() argument 1557 if (ecount <= 0x1f) in output_B3_format() 1559 output_B2_format (f, ecount, t); in output_B3_format() 1564 count += output_leb128 (bytes + count, ecount, 0); in output_B3_format() 2320 output_epilogue (unsigned long ecount) in output_epilogue() argument 2323 ptr->r.record.b.ecount = ecount; in output_epilogue() [all …]
|
| H A D | tc-ia64.h | 282 unsigned short ecount; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-ia64.c | 1539 output_B2_format (vbyte_func f, unsigned long ecount, unsigned long t) in output_B2_format() argument 1543 if (ecount > 0x1f) in output_B2_format() 1545 output_B3_format (f, ecount, t); in output_B2_format() 1548 bytes[0] = (UNW_B2 | (ecount & 0x1f)); in output_B2_format() 1554 output_B3_format (vbyte_func f, unsigned long ecount, unsigned long t) in output_B3_format() argument 1558 if (ecount <= 0x1f) in output_B3_format() 1560 output_B2_format (f, ecount, t); in output_B3_format() 1565 count += output_leb128 (bytes + count, ecount, 0); in output_B3_format() 2321 output_epilogue (unsigned long ecount) in output_epilogue() argument 2324 ptr->r.record.b.ecount = ecount; in output_epilogue() [all …]
|