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

/freebsd-10.0-release/contrib/bzip2/
H A Dblocksort.c32 void fallbackSimpleSort ( UInt32* fmap, argument
44 tmp = fmap[i];
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
47 fmap[j-4] = fmap[j];
48 fmap[j-4] = tmp;
53 tmp = fmap[i];
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
56 fmap[j-1] = fmap[
93 fallbackQSort3( UInt32* fmap, UInt32* eclass, Int32 loSt, Int32 hiSt ) argument
212 fallbackSort( UInt32* fmap, UInt32* eclass, UInt32* bhtab, Int32 nblock, Int32 verb ) argument
[all...]
/freebsd-10.0-release/sys/dev/tx/
H A Dif_txvar.h90 bus_dmamap_t fmap; member in struct:__anon9541
H A Dif_tx.c313 BUS_DMA_NOWAIT | BUS_DMA_ZERO, &sc->fmap);
318 error = bus_dmamap_load(sc->ftag, sc->fmap, sc->tx_flist,
447 bus_dmamap_unload(sc->ftag, sc->fmap);
448 bus_dmamem_free(sc->ftag, sc->tx_flist, sc->fmap);
449 bus_dmamap_destroy(sc->ftag, sc->fmap);
713 bus_dmamap_sync(sc->ftag, sc->fmap, BUS_DMASYNC_PREWRITE);
1526 bus_dmamap_sync(sc->ftag, sc->fmap, BUS_DMASYNC_PREWRITE);
1715 bus_dmamap_sync(sc->ftag, sc->fmap, BUS_DMASYNC_PREWRITE);

Completed in 170 milliseconds