| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| crtfastmath.c | 58 unsigned int st_space[32]; member in struct:__anon14250
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| crtfastmath.c | 58 unsigned int st_space[32]; member in struct:__anon16664
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_machdep.h | 54 u_int32_t st_space[32]; member in struct:linux__fpstate
|
| /src/sys/compat/linux/arch/i386/ |
| linux_ptrace.c | 86 long st_space[20]; member in struct:linux_fpctx
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| i387-fp.cc | 55 unsigned char st_space[80]; member in struct:i387_fsave 77 unsigned char st_space[128]; member in struct:i387_fxsave 150 ((char *) &fp->st_space[0]) + i * 10); 177 ((char *) &fp->st_space[0]) + i * 10); 216 ((char *) &fp->st_space[0]) + i * 16); 277 memset (((char *) &fp->st_space[0]) + i * 16, 0, 10); 325 p = fp->st_space + i * 16; 547 unsigned char *raw = &fp->st_space[regno * 16]; 604 ((char *) &fp->st_space[0]) + i * 16); 675 p = (gdb_byte *) &fp->st_space[0] [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| i387-fp.cc | 57 unsigned char st_space[80]; member in struct:i387_fsave 79 unsigned char st_space[128]; member in struct:i387_fxsave 161 ((char *) &fp->st_space[0]) + i * 10); 188 ((char *) &fp->st_space[0]) + i * 10); 227 ((char *) &fp->st_space[0]) + i * 16); 288 memset (((char *) &fp->st_space[0]) + i * 16, 0, 10); 344 p = fp->st_space + i * 16; 600 unsigned char *raw = &fp->st_space[regno * 16]; 657 ((char *) &fp->st_space[0]) + i * 16); 728 p = (gdb_byte *) &fp->st_space[0] [all...] |
| /src/sys/dev/scsipi/ |
| st.c | 350 static int st_space(struct st_softc *, int, u_int, int); 814 error = st_space(st, -1, SP_FILEMARKS, 0); 815 SC_DEBUG(st->sc_periph, SCSIPI_DB3, ("st_space(-1) error=%d\n", error)); 1233 * st_space will fill in the right file 1237 if (st_space(st, 0, SP_FILEMARKS, 0)) { 1530 error = st_space(st, number - nmarks, 1539 error = st_space(st, number, SP_BLKS, flags); 1557 error = st_space(st, 1, SP_EOM, flags); 1739 st_space(struct st_softc *st, int number, u_int what, int flags) function 1754 * in st_space will fill in th [all...] |