HomeSort by relevance Sort by last modified time
    Searched refs:DECLARE_OS_ALIGNMENT (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
atomicBitset.h 31 #define ATOMIC_BITSET_DECL(nam, numbits, extra_keyword) DECLARE_OS_ALIGNMENT(nam, ATOMIC_BITSET_SZ(numbits), extra_keyword, struct AtomicBitset)
  /device/google/contexthub/firmware/os/inc/
toolchain.h 74 #define DECLARE_OS_ALIGNMENT(nam, size, extra_keyword, struct_type) _Pragma("data_alignment=4") extra_keyword uint8_t _##nam##_store [size]; extra_keyword #struct_type *nam = (#struct_type *)_##nam##_store
117 #define DECLARE_OS_ALIGNMENT(nam, size, extra_keyword, struct_type) extra_keyword uint8_t _##nam##_store [size] __attribute__((aligned(4))); extra_keyword struct_type *nam = (struct_type *)_##nam##_store

Completed in 111 milliseconds