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

  /device/linaro/hikey/hifi/xaf/hifi-dpf/include/
xf-mm.h 46 #define XF_ALIGNED(size) \
61 u8 __pad[XF_ALIGNED(sizeof(type))]; \
  /device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/
xf-mem.h 119 if ((m->buffer = xf_mm_alloc(pool, XF_ALIGNED(m->length))) != NULL)
138 xf_mm_free(pool, m->buffer, XF_ALIGNED(m->length));

Completed in 163 milliseconds