| /src/sys/arch/mac68k/dev/ |
| if_ae.c | 104 bus_space_tag_t buft = sc->sc_buft; local 108 bus_space_set_region_2(buft, bufh, sc->mem_start, 0,
|
| /src/sys/arch/amiga/dev/ |
| if_ed_zbus.c | 207 bus_space_tag_t buft = sc->sc_buft; local 211 bus_space_set_region_2(buft, bufh, sc->mem_start, 0, 227 bus_space_tag_t buft = sc->sc_buft; local 235 bus_space_read_region_stream_2(buft, bufh, src, wrd, 2); 249 bus_space_tag_t buft = sc->sc_buft; local 259 bus_space_read_region_stream_2(buft, bufh, src, dst, 267 bus_space_read_region_stream_2(buft, bufh, src, dst, amount >> 1); 271 bus_space_read_region_stream_2(buft, bufh, src + amount - 1,
|
| /src/sys/dev/ic/ |
| dp8390.c | 1077 bus_space_tag_t buft = sc->sc_buft; local 1081 bus_space_set_region_1(buft, bufh, sc->mem_start, 0, sc->mem_size); 1084 if (bus_space_read_1(buft, bufh, sc->mem_start + i)) { 1100 bus_space_tag_t buft = sc->sc_buft; local 1107 hdrp->rsr = bus_space_read_1(buft, bufh, src); 1108 hdrp->next_packet = bus_space_read_1(buft, bufh, src + 1); 1109 hdrp->count = bus_space_read_1(buft, bufh, src + 2) | 1110 (bus_space_read_1(buft, bufh, src + 3) << 8); 1121 bus_space_tag_t buft = sc->sc_buft; local 1130 bus_space_read_region_1(buft, bufh, src, dst, tmp_amount) 1150 bus_space_tag_t buft = sc->sc_buft; local [all...] |
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decNumber.c | 2827 decNumber buft[D2N(3)]; local 2828 decNumber *t=buft; /* up-to-3-digit constant or work */ 5243 decNumber buft[D2N(DECBUFFER*2+9+1)]; local 5244 decNumber *allocbuft=NULL; /* -> allocated buft, iff allocated */ 5245 decNumber *t=buft; /* term */ 5400 if (needbytes>sizeof(buft)) { /* need malloc space */
|
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decNumber.c | 2827 decNumber buft[D2N(3)]; local 2828 decNumber *t=buft; /* up-to-3-digit constant or work */ 5243 decNumber buft[D2N(DECBUFFER*2+9+1)]; local 5244 decNumber *allocbuft=NULL; /* -> allocated buft, iff allocated */ 5245 decNumber *t=buft; /* term */ 5400 if (needbytes>sizeof(buft)) { /* need malloc space */
|
| /src/external/gpl3/gdb/dist/libdecnumber/ |
| decNumber.c | 2827 decNumber buft[D2N(3)]; local 2828 decNumber *t=buft; /* up-to-3-digit constant or work */ 5243 decNumber buft[D2N(DECBUFFER*2+9+1)]; local 5244 decNumber *allocbuft=NULL; /* -> allocated buft, iff allocated */ 5245 decNumber *t=buft; /* term */ 5400 if (needbytes>sizeof(buft)) { /* need malloc space */
|
| /src/external/gpl3/gdb.old/dist/libdecnumber/ |
| decNumber.c | 2827 decNumber buft[D2N(3)]; local 2828 decNumber *t=buft; /* up-to-3-digit constant or work */ 5243 decNumber buft[D2N(DECBUFFER*2+9+1)]; local 5244 decNumber *allocbuft=NULL; /* -> allocated buft, iff allocated */ 5245 decNumber *t=buft; /* term */ 5400 if (needbytes>sizeof(buft)) { /* need malloc space */
|