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

  /src/sys/dev/ic/
mc146818.c 82 int s, timeout, cent, year; local
106 cent = (*sc->sc_getcent)(sc);
107 year += cent * 100;
132 int s, cent, year; local
154 cent = year / 100;
155 (*sc->sc_setcent)(sc, cent);
156 year -= cent * 100;
mk48txx.c 157 int cent; local
162 cent = 0;
168 cent = dt->dt_year / 100;
190 && (csr & MK48TXX_CSR_CENT_MASK) != bintobcd(cent)) {
192 csr |= MK48TXX_CSR_CENT_MASK & bintobcd(cent);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
wchar.c 34 wchar_t *cent = L"\242"; local
41 wcscat (repeat, cent);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
wchar.c 34 wchar_t *cent = L"\242"; local
41 wcscat (repeat, cent);
  /src/external/gpl2/groff/dist/src/preproc/pic/
object.cpp 663 position cent; member in class:rectangle_object
669 position origin() { return cent; }
670 position center() { return cent; }
671 position north() { return position(cent.x, cent.y + dim.y/2.0); }
672 position south() { return position(cent.x, cent.y - dim.y/2.0); }
673 position east() { return position(cent.x + dim.x/2.0, cent.y); }
674 position west() { return position(cent.x - dim.x/2.0, cent.y);
1516 position cent; member in class:arc_object
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 2130 struct disent *cent = disinsntable;
2143 while (cent != NULL)
2145 struct disent *ent = cent;
2154 cent = cent->next_ent;
2118 struct disent *cent = disinsntable; local
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-gen.c 2130 struct disent *cent = disinsntable;
2143 while (cent != NULL)
2145 struct disent *ent = cent;
2154 cent = cent->next_ent;
2118 struct disent *cent = disinsntable; local
  /src/external/gpl3/gdb/dist/opcodes/
ia64-gen.c 2130 struct disent *cent = disinsntable;
2143 while (cent != NULL)
2145 struct disent *ent = cent;
2154 cent = cent->next_ent;
2118 struct disent *cent = disinsntable; local
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-gen.c 2130 struct disent *cent = disinsntable;
2143 while (cent != NULL)
2145 struct disent *ent = cent;
2154 cent = cent->next_ent;
2118 struct disent *cent = disinsntable; local
  /src/external/zlib/pigz/dist/
pigz.c 938 unsigned long cent; local
967 cent = 46;
974 cent += g.name == NULL ? 1 : strlen(g.name);
982 cent += 9;
990 PUT4L(tail + 12, cent); /* size of central directory */

Completed in 39 milliseconds