Searched refs:us (Results 101 - 121 of 121) sorted by last modified time

12345

/freebsd-11-stable/lib/libc/locale/
H A Dutf8.c96 _UTF8State *us; local
100 us = (_UTF8State *)ps;
102 if (us->want < 0 || us->want > 6) {
117 if (us->want == 0) {
157 want = us->want;
158 lbound = us->lbound;
165 if (us->want == 0)
168 wch = us->ch;
170 for (i = (us
213 _UTF8State *us; local
294 _UTF8State *us; local
356 _UTF8State *us; local
[all...]
/freebsd-11-stable/bin/ed/
H A Dbuf.c277 unsigned char *us; local
281 for (us = (unsigned char *) s; len-- > 0; us++)
282 *us = ctab[*us];
/freebsd-11-stable/share/syscons/keymaps/
H A DMakefile50 us.iso.kbd us.dvorak.kbd us.dvorakl.kbd us.dvorakr.kbd us.dvorakp.kbd \
51 us.dvorakx.kbd us.emacs.kbd us.pc-ctrl.kbd us.unix.kbd us
[all...]
/freebsd-11-stable/share/mk/
H A Ddirdeps.mk127 # This little trick let's us do
H A Dgendirdeps.mk209 # to us as $SRCTOP/bsd/sys/$MACHINE_ARCH/include meaning we
H A Dmeta.stage.mk29 # this allows us to trace dependencies back to their src dir
H A Dmeta.sys.mk56 # that won't work for us.
102 # we are not interested in make telling us a failure happened elsewhere
H A Dsys.dependfile.mk31 # let us do our thing below...
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dscan.l267 * All keywords are written to the symbol table. This saves us looking
360 const u_char *us;
363 for (us = (const u_char *)s; *us != '\0'; us++) {
364 v = (v << sizeof (v)) + *us;
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dhash.c77 const u_char *us; local
80 for (us = (const u_char *)s; *us != '\0'; us++) {
81 v = (v << sizeof (v)) + *us;
/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Dscreenmap76 us-ascii_to_cp437) defaultitem="4 $msg_us_ascii_to_ibm327" ;;
136 scrnmap_to_set="us-ascii_to_cp437" ;;
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S185 # with us........
693 * We don't need to save s0 - s8 because the compiler does it for us.
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c570 ar9300_set_slot_time(struct ath_hal *ah, u_int us) argument
573 if (us < HAL_SLOT_TIME_9 || us > ar9300_mac_to_usec(ah, 0xffff)) {
574 HALDEBUG(ah, HAL_DEBUG_RESET, "%s: bad slot time %u\n", __func__, us);
579 OS_REG_WRITE(ah, AR_D_GBL_IFS_SLOT, ar9300_mac_to_clks(ah, us));
580 ahp->ah_slot_time = us;
586 ar9300_set_ack_timeout(struct ath_hal *ah, u_int us) argument
590 if (us > ar9300_mac_to_usec(ah, MS(0xffffffff, AR_TIME_OUT_ACK))) {
591 HALDEBUG(ah, HAL_DEBUG_RESET, "%s: bad ack timeout %u\n", __func__, us);
597 AR_TIME_OUT, AR_TIME_OUT_ACK, ar9300_mac_to_clks(ah, us));
[all...]
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_stat.c378 struct svr4_ustat us; local
381 memset(&us, 0, sizeof us);
387 if ((error = copyout(&us, uap->name, sizeof us)) != 0)
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pitreg.h45 void at91_pit_delay(int us);
/freebsd-11-stable/sys/dev/msk/
H A Dif_mskreg.h2549 #define MSK_USECS(sc, us) ((sc)->msk_clock * (us))
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h253 #define xge_os_udelay(us) DELAY(us)
/freebsd-11-stable/sys/dev/sound/pci/
H A Dmaestro.c116 unsigned us : 1; /* in unsigned format */ member in struct:agg_chinfo
346 DELAY(2); /* 20.8us / 13 */
594 DELAY(104); /* 20.8us * (4 + 1) */
621 DELAY(84); /* 20.8us * 4 */
876 if (ch->us)
1374 ch->stereo = ch->qs16 = ch->us = 0;
1380 ch->us = 1;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c420 ar5210SetSifsTime(struct ath_hal *ah, u_int us) argument
424 if (us > ath_hal_mac_usec(ah, 0x7ff)) {
426 __func__, us);
432 ath_hal_mac_clks(ah, us));
433 ahp->ah_sifstime = us;
446 ar5210SetSlotTime(struct ath_hal *ah, u_int us) argument
450 if (us < HAL_SLOT_TIME_9 || us > ath_hal_mac_usec(ah, 0xffff)) {
452 __func__, us);
457 OS_REG_WRITE(ah, AR_SLOT_TIME, ath_hal_mac_clks(ah, us));
471 ar5210SetAckTimeout(struct ath_hal *ah, u_int us) argument
518 ar5210SetCTSTimeout(struct ath_hal *ah, u_int us) argument
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c423 ar5211SetSifsTime(struct ath_hal *ah, u_int us) argument
427 if (us > ath_hal_mac_usec(ah, 0xffff)) {
429 __func__, us);
434 OS_REG_WRITE(ah, AR_D_GBL_IFS_SIFS, ath_hal_mac_clks(ah, us));
435 ahp->ah_slottime = us;
448 ar5211SetSlotTime(struct ath_hal *ah, u_int us) argument
452 if (us < HAL_SLOT_TIME_9 || us > ath_hal_mac_usec(ah, 0xffff)) {
454 __func__, us);
455 ahp->ah_slottime = us; /* restor
473 ar5211SetAckTimeout(struct ath_hal *ah, u_int us) argument
520 ar5211SetCTSTimeout(struct ath_hal *ah, u_int us) argument
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c448 ar5212SetSifsTime(struct ath_hal *ah, u_int us) argument
452 if (us > ath_hal_mac_usec(ah, 0xffff)) {
454 __func__, us);
459 OS_REG_WRITE(ah, AR_D_GBL_IFS_SIFS, ath_hal_mac_clks(ah, us-2));
460 ahp->ah_sifstime = us;
473 ar5212SetSlotTime(struct ath_hal *ah, u_int us) argument
477 if (us < HAL_SLOT_TIME_6 || us > ath_hal_mac_usec(ah, 0xffff)) {
479 __func__, us);
484 OS_REG_WRITE(ah, AR_D_GBL_IFS_SLOT, ath_hal_mac_clks(ah, us));
498 ar5212SetAckTimeout(struct ath_hal *ah, u_int us) argument
545 ar5212SetCTSTimeout(struct ath_hal *ah, u_int us) argument
[all...]

Completed in 225 milliseconds

12345