Home
last modified time | relevance | path

Searched refs:fmap (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/bzip2/
H A Dblocksort.c44 tmp = fmap[i]; in fallbackSimpleSort()
47 fmap[j-4] = fmap[j]; in fallbackSimpleSort()
48 fmap[j-4] = tmp; in fallbackSimpleSort()
53 tmp = fmap[i]; in fallbackSimpleSort()
56 fmap[j-1] = fmap[j]; in fallbackSimpleSort()
57 fmap[j-1] = tmp; in fallbackSimpleSort()
72 fswap(fmap[yyp1], fmap[yyp2]); \
140 fswap(fmap[unLo], fmap[ltLo]); in fallbackQSort3()
151 fswap(fmap[unHi], fmap[gtHi]); in fallbackQSort3()
159 fswap(fmap[unLo], fmap[unHi]); unLo++; unHi--; in fallbackQSort3()
[all …]
/freebsd-12.1/sys/dev/tx/
H A Dif_tx.c317 BUS_DMA_NOWAIT | BUS_DMA_ZERO, &sc->fmap); in epic_attach()
322 error = bus_dmamap_load(sc->ftag, sc->fmap, sc->tx_flist, in epic_attach()
453 bus_dmamap_unload(sc->ftag, sc->fmap); in epic_release()
454 bus_dmamem_free(sc->ftag, sc->tx_flist, sc->fmap); in epic_release()
716 bus_dmamap_sync(sc->ftag, sc->fmap, BUS_DMASYNC_PREWRITE); in epic_ifstart_locked()
1527 bus_dmamap_sync(sc->ftag, sc->fmap, BUS_DMASYNC_PREWRITE); in epic_queue_last_packet()
1716 bus_dmamap_sync(sc->ftag, sc->fmap, BUS_DMASYNC_PREWRITE); in epic_init_rings()
H A Dif_txvar.h92 bus_dmamap_t fmap; member