| /src/external/bsd/ntp/dist/libntp/ |
| uglydate.c | 24 long msec; local 30 msec = ts->l_uf / 4294967; /* fract / (2**32/1000) */ 49 msec);
|
| prettydate.c | 168 u_int msec; local 181 msec = ts->l_uf / 4294967; /* fract / (2 ** 32 / 1000) */ 182 if (msec >= 1000u) { 183 msec -= 1000u; 199 jd.minute, jd.second, msec); 205 tm->tm_min, tm->tm_sec, msec);
|
| work_thread.c | 801 DWORD msec; local 810 msec = INFINITE; 815 msec = 0; 817 msec = INFINITE; 819 msec = 1000 * (DWORD)delta.tv_sec; 820 msec += delta.tv_nsec / (1000 * 1000); 823 rc = WaitForSingleObject(sem->shnd, msec);
|
| /src/usr.sbin/timed/timed/ |
| acksend.c | 92 long msec; local 103 msec = 200; 116 mstotvround(&twait, msec); 128 msec *= 2;
|
| /src/sys/arch/x68k/include/ |
| kbio.h | 60 int msec; member in struct:kbiocbell
|
| opmbellio.h | 74 int msec; member in struct:bell_info
|
| /src/sys/arch/arm/nxp/ |
| if_enet_imx.c | 235 u_int msec; local 243 if (of_getprop_uint32(phandle, "phy-reset-duration", &msec)) 244 msec = 1; 248 delay(msec * 1000); 252 if (of_getprop_uint32(phandle, "phy-reset-post-delay", &msec)) 253 msec = 0; 255 delay(msec * 1000);
|
| /src/sys/arch/amiga/dev/ |
| iteioctl.h | 54 u_int msec; /* duration of bell */ member in struct:itebell
|
| /src/sys/arch/atari/dev/ |
| iteioctl.h | 61 u_int msec; /* duration of bell */ member in struct:itebell
|
| /src/external/bsd/libevent/dist/ |
| poll.c | 142 long msec = -1; local 178 msec = evutil_tv_to_msec_(tv); 179 if (msec < 0 || msec > INT_MAX) 180 msec = INT_MAX; 185 res = poll(event_set, nfds, msec);
|
| win32select.c | 311 long msec = tv ? evutil_tv_to_msec_(tv) : LONG_MAX; local 313 if (msec < 0) 314 msec = LONG_MAX; 316 Sleep(msec);
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| poll.c | 141 long msec = -1; local 177 msec = evutil_tv_to_msec_(tv); 178 if (msec < 0 || msec > INT_MAX) 179 msec = INT_MAX; 184 res = poll(event_set, nfds, msec);
|
| win32select.c | 310 long msec = tv ? evutil_tv_to_msec_(tv) : LONG_MAX; local 312 if (msec < 0) 313 msec = LONG_MAX; 315 Sleep(msec);
|
| /src/external/bsd/unbound/dist/util/ |
| tube.c | 408 int msec = -1; local 414 msec = t->tv_sec*1000 + t->tv_usec/1000; 417 pret = poll(&fds, 1, msec); 438 int tube_wait_timeout(struct tube* tube, int msec) 448 ret = poll(&fds, 1, msec); 692 int tube_wait_timeout(struct tube* tube, int msec) 699 msec /* wait for timeout */,
|
| /src/sys/arch/x68k/dev/ |
| opmbell.c | 85 u_int msec; member in struct:bell_softc 152 sc->msec = BELL_DURATION; 206 bp->msec = sc->msec; 434 if (sc->msec != 0) { 440 ticks = bellmstohz(sc->msec); 488 data->volume > MAXBVOLUME || data->msec > MAXBTIME) { 493 sc->msec = data->msec;
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_datum.c | 144 int msec; /* miliseconds */ member in struct:datum_pts_unit 572 datum_pts->msec = 100*((datum_pts->retbuf[5] & 0xf0) >> 4) + 576 datum_pts->usec = 1000*datum_pts->msec; 580 printf("day %d, hour %d, minute %d, second %d, msec %d\n", 585 datum_pts->msec); 774 printf("PTS: day %d, hour %d, minute %d, second %d, msec %d, Time Error %f\n", 779 datum_pts->msec,
|
| /src/external/gpl3/binutils/dist/bfd/ |
| dwarf1.c | 300 asection *msec; local 303 msec = bfd_get_section_by_name (stash->abfd, ".line"); 304 if (! msec || (msec->flags & SEC_HAS_CONTENTS) == 0) 307 size = msec->rawsize ? msec->rawsize : msec->size; 309 = bfd_simple_get_relocated_section_contents (stash->abfd, msec, NULL, 503 asection *msec; local 512 msec = bfd_get_section_by_name (abfd, ".debug") [all...] |
| elf32-d10v.c | 452 asection *msec = sec; local 453 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, 456 addend += msec->output_section->vma + msec->output_offset;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| dwarf1.c | 300 asection *msec; local 303 msec = bfd_get_section_by_name (stash->abfd, ".line"); 304 if (! msec || (msec->flags & SEC_HAS_CONTENTS) == 0) 307 size = msec->rawsize ? msec->rawsize : msec->size; 309 = bfd_simple_get_relocated_section_contents (stash->abfd, msec, NULL, 503 asection *msec; local 512 msec = bfd_get_section_by_name (abfd, ".debug") [all...] |
| elf32-d10v.c | 452 asection *msec = sec; local 453 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, 456 addend += msec->output_section->vma + msec->output_offset;
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| dwarf1.c | 300 asection *msec; local 303 msec = bfd_get_section_by_name (stash->abfd, ".line"); 304 if (! msec || (msec->flags & SEC_HAS_CONTENTS) == 0) 307 size = msec->rawsize ? msec->rawsize : msec->size; 309 = bfd_simple_get_relocated_section_contents (stash->abfd, msec, NULL, 503 asection *msec; local 512 msec = bfd_get_section_by_name (abfd, ".debug") [all...] |
| elf32-d10v.c | 452 asection *msec = sec; local 453 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, 456 addend += msec->output_section->vma + msec->output_offset;
|
| /src/external/mpl/bind/dist/lib/isc/ |
| loop.c | 686 uint64_t msec = uv_now(&loop->loop); local 688 .seconds = msec / MS_PER_SEC, 689 .nanoseconds = (msec % MS_PER_SEC) * NS_PER_MS,
|
| /src/external/gpl3/gdb/dist/bfd/ |
| dwarf1.c | 300 asection *msec; local 303 msec = bfd_get_section_by_name (stash->abfd, ".line"); 304 if (! msec || (msec->flags & SEC_HAS_CONTENTS) == 0) 307 size = msec->rawsize ? msec->rawsize : msec->size; 309 = bfd_simple_get_relocated_section_contents (stash->abfd, msec, NULL, 503 asection *msec; local 512 msec = bfd_get_section_by_name (abfd, ".debug") [all...] |
| elf32-d10v.c | 452 asection *msec = sec; local 453 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, 456 addend += msec->output_section->vma + msec->output_offset;
|