OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomicBitsetGetNumBits
(Results
1 - 6
of
6
) sorted by null
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
atomicBitset.h
34
uint32_t
atomicBitsetGetNumBits
(const struct AtomicBitset *set);
/device/google/contexthub/firmware/os/inc/
atomicBitset.h
37
uint32_t
atomicBitsetGetNumBits
(const struct AtomicBitset *set);
/device/google/contexthub/firmware/os/core/
slab.c
74
if ((itemOffset % allocator->itemSz) || (itemIdx >=
atomicBitsetGetNumBits
(allocator->bitset)) || !atomicBitsetGetBit(allocator->bitset, itemIdx))
94
if ((itemOffset % allocator->itemSz) || (itemIdx >=
atomicBitsetGetNumBits
(allocator->bitset)) || !atomicBitsetGetBit(allocator->bitset, itemIdx))
102
return
atomicBitsetGetNumBits
(allocator->bitset);
/device/google/contexthub/firmware/os/cpu/x86/inc/cpu/
atomicBitset.h
33
uint32_t
atomicBitsetGetNumBits
(const struct AtomicBitset *set);
/device/google/contexthub/firmware/os/cpu/x86/
atomicBitset.c
32
uint32_t
atomicBitsetGetNumBits
(const struct AtomicBitset *set)
/device/google/contexthub/firmware/os/cpu/cortexm4/
atomicBitset.c
31
uint32_t
atomicBitsetGetNumBits
(const struct AtomicBitset *set)
Completed in 114 milliseconds