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

  /src/sys/arch/riscv/sifive/
fu540_ccache.c 114 const paddr_t spa = rounddown2(pa, sc->sc_line_size);
  /src/sys/sys/
param.h 438 * rounddown2,
441 * #define rounddown2(x,m) ((x) & ~((m) - 1)),
446 * roundup2 and rounddown2 would have the unintended effect of clearing
452 #define rounddown2(x,m) ((x) & ~((__typeof__(x))((m) - 1))) macro
  /src/usr.sbin/fstyp/
hammer2_disk.h 378 #define H2FMBASE(key, radix) rounddown2(key, (hammer2_off_t)1 << (radix))
  /src/sys/uvm/
uvm_pglist.c 369 rhi = MIN(rhi, rounddown2(pa, boundary) + boundary);
uvm_map.c 189 *vap = rounddown2(*vap, align);
  /src/sys/ufs/ufs/
ufs_vnops.c 1650 physstart = rounddown2(startoffset, ump->um_dirblksiz);
1651 physend = rounddown2(endoffset, ump->um_dirblksiz);
  /src/share/man/man9/
Makefile 845 roundup.9 rounddown2.9 \
  /src/sys/dev/pci/
if_ena.c 3123 q = rounddown2(queue_size, v);

Completed in 25 milliseconds