Home
last modified time | relevance | path

Searched defs:numbits (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
DatomicBitset.h29 #define ATOMIC_BITSET_NUM_WORDS(numbits) (((numbits) + 31) / 32) argument
30 #define ATOMIC_BITSET_SZ(numbits) (sizeof(struct AtomicBitset) + sizeof(uint32_t) * ATOMIC_BITSET_N… argument
31 #define ATOMIC_BITSET_DECL(nam, numbits, extra_keyword) DECLARE_OS_ALIGNMENT(nam, ATOMIC_BITSET_… argument
/device/google/contexthub/firmware/os/cpu/x86/inc/cpu/
DatomicBitset.h28 #define ATOMIC_BITSET_SZ(numbits) (sizeof(struct AtomicBitset) + ((numbits) + 31) / 8) argument
29 #define ATOMIC_BITSET_DECL(nam, numbits, extra_keyword) extra_keyword uint8_t _##nam##_store [AT… argument