Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dplat.h70 #if defined(__GNUC__) && !defined(alignof)
71 #define alignof(type) ((__alignof__(type) > 4) ? 4 : __alignof__(type)) macro
/device/google/contexthub/firmware/inc/
Dutil.h27 #ifndef alignof
28 #define alignof(type) offsetof(struct { char x; type field; }, field) macro
/device/google/contexthub/firmware/src/
DeventQ.c49 …struct SlabAllocator *slab = slabAllocatorNew(sizeof(struct EvtRecord), alignof(struct EvtRecord),… in evtQueueAlloc()
Dtimer.c239 …mInternalEvents = slabAllocatorNew(sizeof(struct TimerEvent), alignof(struct TimerEvent), MAX_INTE… in timInit()
Dsensors.c96 …mInternalEvents = slabAllocatorNew(sizeof(struct SensorsInternalEvent), alignof(struct SensorsInte… in sensorsInit()
100 …mCliSensMatrix = slabAllocatorNew(sizeof(struct SensorsClientRequest), alignof(struct SensorsClien… in sensorsInit()
Dseos.c407 …mMiscInternalThingsSlab = slabAllocatorNew(sizeof(union InternalThing), alignof(union InternalThin… in osInit()