Home
last modified time | relevance | path

Searched refs:VPART_BITS (Results 1 – 2 of 2) sorted by relevance

/system/ulib/fvm/include/fvm/
A Dfvm.h75 #define VPART_BITS 16 macro
76 #define VPART_MAX ((1UL << VPART_BITS) - 1)
81 #define VSLICE_MASK ((VSLICE_MAX) << VPART_BITS)
/system/ulib/fvm/
A Dfvm.cpp76 uint64_t result = (data & VSLICE_MASK) >> VPART_BITS; in Vslice()
83 data = (data & ~VSLICE_MASK) | ((vslice & VSLICE_MAX) << VPART_BITS); in SetVslice()

Completed in 3 milliseconds