/netbsd-src/sys/arch/hpcmips/dev/ |
H A D | ite8181.c | 144 int byteoffset) in ite8181_config_read_4() argument 147 return (bus_space_read_4(iot, ioh, ITE8181_CONF_OFFSET + byteoffset)); in ite8181_config_read_4() 152 int byteoffset, int data) in ite8181_config_write_4() argument 155 bus_space_write_4(iot, ioh, ITE8181_CONF_OFFSET + byteoffset, data); in ite8181_config_write_4() 159 ite8181_gui_read_4(struct ite8181_softc *sc, int byteoffset) in ite8181_gui_read_4() argument 163 sc->sc_gba + byteoffset)); in ite8181_gui_read_4() 167 ite8181_gui_write_4(struct ite8181_softc *sc, int byteoffset, int data) in ite8181_gui_write_4() argument 170 bus_space_write_4(sc->sc_iot, sc->sc_ioh, sc->sc_gba + byteoffset, in ite8181_gui_write_4() 175 ite8181_gui_read_1(struct ite8181_softc *sc, int byteoffset) in ite8181_gui_read_1() argument 179 sc->sc_gba + byteoffset)); in ite8181_gui_read_1() [all …]
|
/netbsd-src/sys/fs/msdosfs/ |
H A D | msdosfs_fat.c | 192 u_long byteoffset; in msdosfs_pcbmap() local 289 byteoffset = FATOFS(pmp, cn); in msdosfs_pcbmap() 290 fatblock(pmp, byteoffset, &bn, &bsize, &bo); in msdosfs_pcbmap() 573 u_long bn, bo, bsize, byteoffset; in msdosfs_fatentry() local 606 byteoffset = FATOFS(pmp, cn); in msdosfs_fatentry() 607 fatblock(pmp, byteoffset, &bn, &bsize, &bo); in msdosfs_fatentry() 671 u_long bn, bo, bsize, byteoffset, readcn, newc; in fatchain() local 683 byteoffset = FATOFS(pmp, start); in fatchain() 684 fatblock(pmp, byteoffset, &bn, &bsize, &bo); in fatchain() 899 u_long bn, bo, bsize, byteoffset; in msdosfs_freeclusterchain() local [all …]
|
/netbsd-src/usr.sbin/acpitools/amldb/ |
H A D | region.c | 314 u_int32_t addr, byteoffset, bytelen; in aml_simulate_region_io_buffer() local 321 byteoffset = bitoffset / 8; in aml_simulate_region_io_buffer() 323 addr = baseaddr + byteoffset; in aml_simulate_region_io_buffer()
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lutf8lib.c | 191 static int byteoffset (lua_State *L) { in byteoffset() function 278 {"offset", byteoffset},
|
/netbsd-src/usr.sbin/acpitools/aml/ |
H A D | aml_common.c | 399 u_int32_t byteoffset, bytelen, i; in aml_bufferfield_io() local 405 byteoffset = bitoffset / 8; in aml_bufferfield_io() 407 addr = origin + byteoffset; in aml_bufferfield_io()
|
/netbsd-src/sbin/fsck_lfs/ |
H A D | segwrite.c | 770 int do_again, nblocks, byteoffset; in lfs_writeseg() local 835 for (byteoffset = 0; byteoffset < (*bpp)->b_bcount; in lfs_writeseg() 836 byteoffset += lfs_sb_getbsize(fs)) { in lfs_writeseg() 837 memcpy(dp, (*bpp)->b_data + byteoffset, el_size); in lfs_writeseg()
|
/netbsd-src/sys/ufs/lfs/ |
H A D | lfs_segment.c | 2027 int do_again, nblocks, byteoffset; local 2223 for (byteoffset = 0; byteoffset < (*bpp)->b_bcount; 2224 byteoffset += lfs_sb_getbsize(fs)) { 2229 byteoffset, dp, el_size)) { 2239 (*bpp)->b_data + byteoffset, el_size, sum);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
H A D | xtensa.cc | 1444 rtx byteoffset = NULL_RTX; in init_alignment_context() local 1467 byteoffset = expand_simple_binop (Pmode, AND, addr, in init_alignment_context() 1477 ac->shift = expand_simple_binop (SImode, MINUS, ac->shift, byteoffset, in init_alignment_context() 1485 ac->shift = byteoffset; in init_alignment_context()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
H A D | xtensa.c | 1418 rtx byteoffset = NULL_RTX; in init_alignment_context() local 1441 byteoffset = expand_simple_binop (Pmode, AND, addr, in init_alignment_context() 1451 ac->shift = expand_simple_binop (SImode, MINUS, ac->shift, byteoffset, in init_alignment_context() 1459 ac->shift = byteoffset; in init_alignment_context()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgexpand.c | 5020 poly_int64 bitoffset, bitsize, maxsize, byteoffset; in expand_debug_expr() local 5030 && multiple_p (bitoffset, BITS_PER_UNIT, &byteoffset) in expand_debug_expr() 5035 return plus_constant (mode, base, byteoffset); in expand_debug_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgexpand.cc | 5196 poly_int64 bitoffset, bitsize, maxsize, byteoffset; in expand_debug_expr() local 5206 && multiple_p (bitoffset, BITS_PER_UNIT, &byteoffset) in expand_debug_expr() 5211 return plus_constant (mode, base, byteoffset); in expand_debug_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.c | 6951 rtx byteoffset, addr, align; in init_alignment_context() local 6967 byteoffset = expand_simple_binop (Pmode, AND, addr, in init_alignment_context() 6971 ac->shift = expand_simple_binop (SImode, MINUS, ac->shift, byteoffset, in init_alignment_context()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.cc | 7142 rtx byteoffset, addr, align; in init_alignment_context() local 7158 byteoffset = expand_simple_binop (Pmode, AND, addr, in init_alignment_context() 7162 ac->shift = expand_simple_binop (SImode, MINUS, ac->shift, byteoffset, in init_alignment_context()
|