Searched refs:buf8 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dblkptr.c96 uint8_t *buf8 = buf; local
117 buf8[i] = BF64_GET(w, (i % sizeof (w)) * NBBY, NBBY);
/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A Ddv-mn103tim.c642 const unsigned8 *buf8 = source; local
656 timers->reg[timer_nr].base = buf8[0];
668 timers->reg[timer_nr].base = buf8[0];
669 timers->reg[timer_nr+1].base = buf8[1];
681 timers->reg[0].base = buf8[0];
682 timers->reg[1].base = buf8[1];
683 timers->reg[2].base = buf8[2];
684 timers->reg[3].base = buf8[3];
/netbsd-current/external/gpl3/gdb/dist/sim/mn10300/
H A Ddv-mn103tim.c645 const uint8_t *buf8 = source; local
659 timers->reg[timer_nr].base = buf8[0];
671 timers->reg[timer_nr].base = buf8[0];
672 timers->reg[timer_nr+1].base = buf8[1];
684 timers->reg[0].base = buf8[0];
685 timers->reg[1].base = buf8[1];
686 timers->reg[2].base = buf8[2];
687 timers->reg[3].base = buf8[3];
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-s390-low.cc1790 static const unsigned char buf8[] = { local
1805 add_insns (buf8, sizeof buf8);
2502 static const unsigned char buf8[] = { local
2517 add_insns (buf8, sizeof buf8);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-s390-low.cc1789 static const unsigned char buf8[] = { local
1804 add_insns (buf8, sizeof buf8);
2497 static const unsigned char buf8[] = { local
2512 add_insns (buf8, sizeof buf8);
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dtransfer.c3706 GFC_INTEGER_8 buf8; local
3724 buf8 = buf;
3725 return swrite (dtp->u.p.current_unit->s, &buf8, len);
3747 buf8 = buf;
3748 memcpy (&u64, &buf8, sizeof (u64));
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dtransfer.c3869 GFC_INTEGER_8 buf8; local
3891 buf8 = buf;
3892 return swrite (dtp->u.p.current_unit->s, &buf8, len);
3914 buf8 = buf;
3915 memcpy (&u64, &buf8, sizeof (u64));

Completed in 224 milliseconds