Home
last modified time | relevance | path

Searched refs:atomicBitsetGetNumBits (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dslab.c74 …if ((itemOffset % allocator->itemSz) || (itemIdx >= atomicBitsetGetNumBits(allocator->bitset)) || … in slabAllocatorFree()
94 …if ((itemOffset % allocator->itemSz) || (itemIdx >= atomicBitsetGetNumBits(allocator->bitset)) || … in slabAllocatorGetIndex()
102 return atomicBitsetGetNumBits(allocator->bitset); in slabAllocatorGetNumItems()
/device/google/contexthub/firmware/os/inc/
DatomicBitset.h37 uint32_t atomicBitsetGetNumBits(const struct AtomicBitset *set);
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
DatomicBitset.h34 uint32_t atomicBitsetGetNumBits(const struct AtomicBitset *set);
/device/google/contexthub/firmware/os/cpu/x86/inc/cpu/
DatomicBitset.h33 uint32_t atomicBitsetGetNumBits(const struct AtomicBitset *set);
/device/google/contexthub/firmware/os/cpu/x86/
DatomicBitset.c32 uint32_t atomicBitsetGetNumBits(const struct AtomicBitset *set) in atomicBitsetGetNumBits() function
/device/google/contexthub/firmware/os/cpu/cortexm4/
DatomicBitset.c31 uint32_t atomicBitsetGetNumBits(const struct AtomicBitset *set) in atomicBitsetGetNumBits() function