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

  /src/sys/arch/hpcmips/dev/
ite8181.c 144 int byteoffset)
147 return (bus_space_read_4(iot, ioh, ITE8181_CONF_OFFSET + byteoffset));
152 int byteoffset, int data)
155 bus_space_write_4(iot, ioh, ITE8181_CONF_OFFSET + byteoffset, data);
159 ite8181_gui_read_4(struct ite8181_softc *sc, int byteoffset)
163 sc->sc_gba + byteoffset));
167 ite8181_gui_write_4(struct ite8181_softc *sc, int byteoffset, int data)
170 bus_space_write_4(sc->sc_iot, sc->sc_ioh, sc->sc_gba + byteoffset,
175 ite8181_gui_read_1(struct ite8181_softc *sc, int byteoffset)
179 sc->sc_gba + byteoffset));
    [all...]
  /src/sys/fs/msdosfs/
msdosfs_fat.c 192 u_long byteoffset; local
289 byteoffset = FATOFS(pmp, cn);
290 fatblock(pmp, byteoffset, &bn, &bsize, &bo);
573 u_long bn, bo, bsize, byteoffset; local
606 byteoffset = FATOFS(pmp, cn);
607 fatblock(pmp, byteoffset, &bn, &bsize, &bo);
671 u_long bn, bo, bsize, byteoffset, readcn, newc; local
683 byteoffset = FATOFS(pmp, start);
684 fatblock(pmp, byteoffset, &bn, &bsize, &bo);
899 u_long bn, bo, bsize, byteoffset; local
959 u_long bn, bo, bsize, byteoffset; local
    [all...]
  /src/external/mit/lua/dist/src/
lutf8lib.c 191 static int byteoffset (lua_State *L) { function
278 {"offset", byteoffset},
  /src/usr.sbin/acpitools/amldb/
region.c 314 u_int32_t addr, byteoffset, bytelen; local
321 byteoffset = bitoffset / 8;
323 addr = baseaddr + byteoffset;
  /src/usr.sbin/acpitools/aml/
aml_common.c 399 u_int32_t byteoffset, bytelen, i; local
405 byteoffset = bitoffset / 8;
407 addr = origin + byteoffset;
  /src/sbin/fsck_lfs/
segwrite.c 769 int do_again, nblocks, byteoffset; local
834 for (byteoffset = 0; byteoffset < (*bpp)->b_bcount;
835 byteoffset += lfs_sb_getbsize(fs)) {
836 memcpy(dp, (*bpp)->b_data + byteoffset, el_size);
  /src/sys/ufs/lfs/
lfs_segment.c 2067 int do_again, nblocks, byteoffset; local
2263 for (byteoffset = 0; byteoffset < (*bpp)->b_bcount;
2264 byteoffset += lfs_sb_getbsize(fs)) {
2269 byteoffset, dp, el_size)) {
2279 (*bpp)->b_data + byteoffset, el_size, sum);
  /src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
xtensa.cc 1446 rtx byteoffset = NULL_RTX;
1469 byteoffset = expand_simple_binop (Pmode, AND, addr,
1479 ac->shift = expand_simple_binop (SImode, MINUS, ac->shift, byteoffset,
1487 ac->shift = byteoffset;
1444 rtx byteoffset = NULL_RTX; local
  /src/external/gpl3/gcc/dist/gcc/config/xtensa/
xtensa.cc 1881 rtx byteoffset = NULL_RTX;
1904 byteoffset = expand_simple_binop (Pmode, AND, addr,
1914 ac->shift = expand_simple_binop (SImode, MINUS, ac->shift, byteoffset,
1922 ac->shift = byteoffset;
1879 rtx byteoffset = NULL_RTX; local
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar.c 3761 uint32_t byteoffset = filter->initialregisters[1]; local
3766 if (blocklength > PROGRAM_WORK_SIZE / 2 || stride > blocklength || blocklength < 3 || byteoffset > 2)
3796 for (i = byteoffset; i < blocklength - 2; i += 3)
  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc 5196 poly_int64 bitoffset, bitsize, maxsize, byteoffset; local
5206 && multiple_p (bitoffset, BITS_PER_UNIT, &byteoffset)
5211 return plus_constant (mode, base, byteoffset);
  /src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc 5228 poly_int64 bitoffset, bitsize, maxsize, byteoffset; local
5238 && multiple_p (bitoffset, BITS_PER_UNIT, &byteoffset)
5243 return plus_constant (mode, base, byteoffset);
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 7141 rtx byteoffset, addr, align;
7157 byteoffset = expand_simple_binop (Pmode, AND, addr,
7161 ac->shift = expand_simple_binop (SImode, MINUS, ac->shift, byteoffset,
7140 rtx byteoffset, addr, align; local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 7580 rtx byteoffset, addr, align;
7596 byteoffset = expand_simple_binop (Pmode, AND, addr,
7600 ac->shift = expand_simple_binop (SImode, MINUS, ac->shift, byteoffset,
7579 rtx byteoffset, addr, align; local

Completed in 101 milliseconds