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

  /src/sys/dev/pci/
wcfb.c 553 uint8_t *from, *to0, *to1; local
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
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
658 to1 = sc->sc_fb1 + offset
677 uint8_t *from, *to0, *to1; local
702 uint8_t *to0, *to1; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rust/
simple.exp 338 test_one_slice to1 3 w ..3
339 test_one_slice to1 3 w ..=2
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rust/
simple.exp 338 test_one_slice to1 3 w ..3
339 test_one_slice to1 3 w ..=2
  /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...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/bt1/
mul_basecase.asm 362 L(to1): dec vn
412 jmp L(to1)
sqr_basecase.asm 278 jmp L(to1)
401 L(to1): mov un, n
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 1286 rtx to1 = NULL_RTX, from1;
1293 to1 = m_to.adjust (mode, m_offset, &to_prev);
1294 to_prev.data = to1;
1303 generate (to1, from1, mode);
1283 rtx to1 = NULL_RTX, from1; local
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 1504 rtx to1 = NULL_RTX, from1;
1511 to1 = m_to.adjust (mode, m_offset, &to_prev);
1512 to_prev.data = to1;
1521 generate (to1, from1, mode);
1501 rtx to1 = NULL_RTX, from1; local
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
conv.d 1581 char to1 = to!char(from1);

Completed in 63 milliseconds