Searched refs:count2 (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/nvi/vi/
H A Dv_z.c64 if (F_ISSET(vp, VC_C2SET) && vp->count2 != 0) {
65 if (vp->count2 > O_VAL(sp, O_WINDOW))
66 vp->count2 = O_VAL(sp, O_WINDOW);
67 if (vs_crel(sp, vp->count2))
H A Dvi.h23 u_long count2; /* Second count (only used by z). */ member in struct:_vicmd
H A Dvi.c671 if (v_count(sp, vp->character, &vp->count2))
1244 TRACE(sp, " c2: %lu", vp->count2);
/freebsd-10.0-release/sys/dev/ex/
H A Dif_ex_isa.c324 int count1, count2; local
332 count2 = CSR_READ_1(sc, ID_REG);
333 count2 = CSR_READ_1(sc, ID_REG);
334 count2 = CSR_READ_1(sc, ID_REG);
336 return((count2 & Counter_bits) == ((count1 + 0xc0) & Counter_bits));
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c305 int count2; local
446 count2 = p_count(p);
447 REQUIRE(count <= count2, REG_BADBR);
449 count2 = INFINITY;
451 count2 = count;
452 repeat(p, pos, count, count2);
529 int count2; local
617 count2 = p_count(p);
618 REQUIRE(count <= count2, REG_BADBR);
620 count2
[all...]
/freebsd-10.0-release/sys/dev/drm/
H A Dsavage_state.c204 unsigned int count2 = 0; local
219 count2 = count - (SAVAGE_SCEND_S3D + 1 - start);
236 count2 = count -
249 bci_size = count + (count + 254) / 255 + count2 + (count2 + 254) / 255;
270 count = count2;
271 count2 = 0;
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregcomp.c358 register int count2; local
471 count2 = p_count(p);
472 (void)REQUIRE(count <= count2, REG_BADBR);
474 count2 = INFINITY;
476 count2 = count;
477 repeat(p, pos, count, count2, 0);
567 register int count2; local
662 count2 = p_count(p);
663 (void)REQUIRE(count <= count2, REG_BADBR);
665 count2
[all...]
/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.c347 int count2; local
462 count2 = p_count(p);
463 (void)REQUIRE(count <= count2, REG_BADBR);
465 count2 = INFINITY;
467 count2 = count;
468 repeat(p, pos, count, count2);
547 int count2; local
638 count2 = p_count(p);
639 (void)REQUIRE(count <= count2, REG_BADBR);
641 count2
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dvalue-prof.c504 gcov_type count1, gcov_type count2, gcov_type all)
573 bb3->count = all - count1 - count2;
593 e23->count = all - count1 - count2;
598 e24->count = count2;
602 e34->count = all - count1 - count2;
502 tree_mod_subtract(tree stmt, tree operation, tree op1, tree op2, int prob1, int prob2, int ncounts, gcov_type count1, gcov_type count2, gcov_type all) argument
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf.c8994 bfd_size_type count1, count2, i;
9099 count2 = 0;
9109 count2 = ssymbuf2[mid].count;
9115 if (count1 == 0 || count2 == 0 || count1 != count2)
9119 symtable2 = bfd_malloc (count2 * sizeof (struct elf_symbol));
9134 for (ssym = ssymbuf2->ssym, ssymend = ssym + count2;
9171 count2 = 0;
9174 symtable2[count2++].u.isym = isym;
9176 if (count1 == 0 || count2
8983 bfd_size_type count1, count2, i; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c1437 int count2 = count_components(relpath2);
1439 if (count1 < count2 && change1->action == RESTRUCTURE_DELETE)
1441 if (count1 > count2 && change2->action == RESTRUCTURE_DELETE)
1436 int count2 = count_components(relpath2); local
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Di915_dma.c1678 u32 count1, count2, count3, m = 0, c = 0; local
1693 count2 = I915_READ(DDREC);
1696 total_count = count1 + count2 + count3;
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c263 u_char count2; /* cycles thru Ea after count, to check for @@Ea */ member in struct:instance
2027 instance->count2 = 1;
2244 if (instance->count2) {
2245 if (instance->count2++ > 5) { /* this delay to check on @@Ay command */
2246 instance->count2 = 0;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp4920 const size_t count2 = decl_ctx_2.Size(); local
4921 if (count1 != count2)

Completed in 229 milliseconds