HomeSort by relevance Sort by last modified time
    Searched refs:rounddown (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/lib/libcmd/common/
revlib.c 30 #define rounddown(n,size) (((n)-1)&~((size)-1)) macro
56 offset = rounddown(offset,BUFSIZE);
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
meta_init.c 156 total_blocks = rounddown(md->c.un_actual_tb, cylsize);
188 total_blocks = rounddown(md->c.un_actual_tb, cylsize);
meta_stripe.c 1415 size = rounddown(size, interlace);
    [all...]
meta_raid.c     [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/opl/sys/
drmach.h 105 #define rounddown(x, y) ((x) & ~(y - 1)) macro
  /onnv/onnv-gate/usr/src/uts/common/fs/dcfs/
dc_vnops.c 121 #define rounddown(x, y) ((x) & ~((y) - 1)) macro
548 vp_boff = rounddown(off, bsize);
550 vp_baddr = (caddr_t)rounddown((uintptr_t)addr, bsize);
  /onnv/onnv-gate/usr/src/head/
meta.h 81 #ifndef rounddown
82 #define rounddown(x, y) (((x) / (y)) * (y)) macro
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/opl/io/
dr_mem.c 1213 new_pa = rounddown(ml0.address + ml0.size - 1,
    [all...]

Completed in 180 milliseconds