HomeSort by: relevance | last modified time | path
    Searched refs:to1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
wcfb.c 553 uint8_t *from, *to0, *to1; local in function:wcfb_putchar
559 to1 = sc->sc_fb1 + offset;
562 memcpy(to1, from, ri->ri_font->fontwidth);
564 to1 += sc->sc_stride;
628 uint8_t *from, *to0, *to1; local in function:wcfb_copycols
634 to1 = sc->sc_fb1 + offset;
637 memcpy(to1, from, ri->ri_font->fontwidth * ncols);
639 to1 += sc->sc_stride;
652 uint8_t *to0, *to1; local in function:wcfb_erasecols
658 to1 = sc->sc_fb1 + offset
677 uint8_t *from, *to0, *to1; local in function:wcfb_copyrows
702 uint8_t *to0, *to1; local in function:wcfb_eraserows
    [all...]
  /src/tests/usr.bin/printf/
printf.sh 282 elif [ $(( $( do_printf "${fmt}" | od -A n -to1 ) )) -ne 0 ]
284 RES="$( do_printf "${fmt}" | od -A n -to1 | tr -d ' ')"
1303 elif [ $(( $( do_printf %b "${fmt}" | od -A n -to1 ) )) -ne 0 ]
1308 RES="$(do_printf %b "${fmt}" | od -An -to1 | tr -d ' ')"
1610 elif [ $(( $( do_printf "${fmt}" | od -A n -to1 ) )) -ne 0 ]
1613 RES="$( do_printf "${fmt}" | od -A n -to1 | tr -d ' ')"
1628 od -A n -to1 |
1639 od -A n -to1 |
1643 elif [ $(( $( do_printf %c '' | od -A n -to1 ) )) -ne 0 ]
1645 RES="$( do_printf %c '' | od -A n -to1 | tr -d ' ')
    [all...]

Completed in 43 milliseconds