Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
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/inc/
DatomicBitset.h37 uint32_t atomicBitsetGetNumBits(const struct AtomicBitset *set);
/device/google/contexthub/firmware/inc/cpu/cortexm4f/
DatomicBitset.h34 uint32_t atomicBitsetGetNumBits(const struct AtomicBitset *set);
/device/google/contexthub/firmware/inc/cpu/x86/
DatomicBitset.h33 uint32_t atomicBitsetGetNumBits(const struct AtomicBitset *set);
/device/google/contexthub/firmware/src/cpu/x86/
DatomicBitset.c32 uint32_t atomicBitsetGetNumBits(const struct AtomicBitset *set) in atomicBitsetGetNumBits() function
/device/google/contexthub/firmware/src/cpu/cortexm4f/
DatomicBitset.c31 uint32_t atomicBitsetGetNumBits(const struct AtomicBitset *set) in atomicBitsetGetNumBits() function