Searched refs:alignof (Results 1 – 7 of 7) sorted by relevance
72 #if defined(__GNUC__) && !defined(alignof)73 #define alignof(type) ((__alignof__(type) > 4) ? 4 : __alignof__(type)) macro
29 #ifndef alignof30 #define alignof(type) offsetof(struct { char x; type field; }, field) macro
67 alignof(struct EvtRecord), size); in evtQueueAlloc()
299 …mInternalEvents = slabAllocatorNew(sizeof(struct TimerEvent), alignof(struct TimerEvent), MAX_INTE… in timInit()
51 …mInternalEvents = slabAllocatorNew(sizeof(struct SensorsInternalEvent), alignof(struct SensorsInte… in sensorsInit()55 …mCliSensMatrix = slabAllocatorNew(sizeof(struct SensorsClientRequest), alignof(struct SensorsClien… in sensorsInit()
443 …mMiscInternalThingsSlab = slabAllocatorNew(sizeof(union SeosInternalSlabData), alignof(union SeosI… in osInit()
230 #define _Alignof(e) alignof(e)