Searched refs:us (Results 51 - 75 of 120) sorted by relevance

12345

/freebsd-9.3-release/sys/arm/at91/
H A Dat91_pit.c188 DELAY(int us) argument
198 cnt = ((pit_freq * us) + (mhz -1)) / mhz;
/freebsd-9.3-release/sys/kern/
H A Dkern_xxx.c371 char *s, *us; local
413 for(us = uap->name->version; *s && *s != ':'; s++) {
414 error = subyte( us++, *s);
418 error = subyte( us++, 0);
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c285 u_short us;
327 bcopy((char *) bp, (char *) &us, 2);
328 printf("%d", ntohs(us));
284 u_short us; local
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dscan.l265 * All keywords are written to the symbol table. This saves us looking
356 const u_char *us;
359 for (us = (const u_char *)s; *us != '\0'; us++) {
360 v = (v << sizeof (v)) + *us;
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_ev.c842 __in unsigned int us)
851 if (us > enp->en_nic_cfg.enc_evq_moderation_max) {
857 if (us == 0) {
870 us -= (us % EFX_EV_TIMER_QUANTUM);
871 if (us < EFX_EV_TIMER_QUANTUM)
872 us = EFX_EV_TIMER_QUANTUM;
874 timer_val = us / EFX_EV_TIMER_QUANTUM;
840 efx_ev_qmoderate( __in efx_evq_t *eep, __in unsigned int us) argument
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dapp.c478 isc_uint64_t us; local
481 us = isc_time_microdiff(&when, &now);
482 if (us == 0)
484 tv.tv_sec = us / 1000000;
485 tv.tv_usec = us % 1000000;
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_stat.c374 struct svr4_ustat us; local
377 memset(&us, 0, sizeof us);
383 if ((error = copyout(&us, uap->name, sizeof us)) != 0)
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dapp.c463 isc_uint64_t us; local
466 us = isc_time_microdiff(&when, &now);
467 if (us == 0)
469 tv.tv_sec = us / 1000000;
470 tv.tv_usec = us % 1000000;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drclex.c45 When active, we return IGNORED_TOKEN, which lets us ignore these
757 unichar *us; local
832 us = handle_uniquotes (&length);
834 yylval.uni = us;
838 yylval.suni.s = us;
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta.sys.mk51 # that won't work for us.
96 # we are not interested in make telling us a failure happened elsewhere
H A Dlibs.mk28 # They may have asked us to build just one
H A Dobj.mk63 # this just allows us to be included by ourselves
H A Dprogs.mk28 # They may have asked us to build just one
H A Dmeta.autodep.mk80 # if it isn't supposed to be touched by us the Makefile should have
167 # do _not_ assume that .depend is in any fit state for us to use
H A Dwarnings.mk83 # using :C allows us to handle -f* -w* etc as well as -W*
/freebsd-9.3-release/lib/libfetch/
H A Dhttp.c1504 http_request(struct url *URL, const char *op, struct url_stat *us, argument
1561 return (ftp_request(url, "RETR", us, purl, flags));
1563 return (ftp_request(url, "STAT", us, purl, flags));
1939 if (us) {
1940 us->size = size;
1941 us->atime = us->mtime = mtime;
1997 fetchXGetHTTP(struct url *URL, struct url_stat *us, const char *flags) argument
1999 return (http_request(URL, "GET", us, http_get_proxy(URL, flags), flags));
2025 fetchStatHTTP(struct url *URL, struct url_stat *us, cons argument
[all...]
/freebsd-9.3-release/usr.sbin/kbdcontrol/
H A Dlex.l110 US|us { number = 31; return TNUM; }
/freebsd-9.3-release/contrib/gdtoa/
H A Dprintf.c0138 unsigned short us[5];
174 b->sign = u->us[_0] & 0x8000;
176 bits[1] = (u->us[_1] << 16) | u->us[_2];
177 bits[0] = (u->us[_3] << 16) | u->us[_4];
178 if ( (ex = u->us[_0] & 0x7fff) !=0) {
693 unsigned short us;
811 us = va_arg(ap, int);
812 i = us;
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Dbsd.after-import.mk39 # This lets us match what boot-strap does
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dsparccpuid.S21 ! Keep in mind that this does not excuse us from wiping the stack!
/freebsd-9.3-release/usr.sbin/usbdump/
H A Dusbdump.c805 struct bpf_stat us; local
943 if (ioctl(fd, BIOCGSTATS, (caddr_t)&us) < 0)
946 /* XXX what's difference between pkt_captured and us.us_recv? */
949 printf("%d packets received by filter\n", us.bs_recv);
950 printf("%d packets dropped by kernel\n", us.bs_drop);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_palisade.c1237 u_short us; local
1239 memcpy(&us, bp, sizeof(us));
1240 return (short)ntohs(us);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_calendar.c11 * the slowest numerical operations in any CPU. What saves us here from
319 /* The C standard tells us the format of '__DATE__':
782 uint32_t us, um, uh, ud, sflag; local
785 us = int32_to_uint32_2cpl(ts);
787 um = (sflag ^ us) / SECSPERMIN;
797 split[2] = (int32_t)(us - um * SECSPERMIN);
822 * input operands are in the safe range; this still gives us
1622 * us to write the calulation in the form
/freebsd-9.3-release/sys/conf/
H A Dkern.pre.mk59 # This hack lets us use the OpenBSD altq code without spamming a new
/freebsd-9.3-release/sys/dev/nxge/
H A Dxge-osdep.h253 #define xge_os_udelay(us) DELAY(us)

Completed in 319 milliseconds

12345