Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dvma.c170 assert(ALIGN(BITFIELD64_BIT(heap->nospan_shift), alignment) == in util_vma_heap_alloc()
171 BITFIELD64_BIT(heap->nospan_shift)); in util_vma_heap_alloc()
Dmacros.h391 #define BITFIELD64_BIT(b) (1ull << (b)) macro
394 ((b) == 64 ? (~0ull) : BITFIELD64_BIT(b) - 1)