Searched refs:ALIGNMENT (Results 1 – 3 of 3) sorted by relevance
47 #ifdef ALIGNMENT48 # undef ALIGNMENT53 #define ALIGNMENT (sizeof(uint64_t)) macro75 size_t a = ALIGN_UP(sizeof(struct regional), ALIGNMENT); in regional_init()93 size = ALIGN_UP(size, ALIGNMENT); in regional_create_custom_large_object()158 a = ALIGN_UP(size, ALIGNMENT); in regional_alloc()161 s = malloc(ALIGNMENT + size); in regional_alloc()163 r->total_large += ALIGNMENT+size; in regional_alloc()166 return (char*)s+ALIGNMENT; in regional_alloc()174 r->data = (char*)s + ALIGNMENT; in regional_alloc()[all …]
134 #define ALIGNMENT(t) (METHOD(t, getAlign) == NULL ? \ macro212 int falign = ALIGNMENT(field->type); in ng_struct_getAlign()266 return ALIGNMENT(fi->elementType); in ng_fixedarray_getAlign()313 return ALIGNMENT(ai->elementType); in ng_array_getAlign()1355 if ((align = ALIGNMENT(type)) != 0) { in ng_parse_composite()1603 align = ALIGNMENT(etype); in ng_parse_get_elem_pad()
547 #define ALIGNMENT 8 macro549 #define ALIGNMENT 4 macro3544 value = roundup((bus_if->maxctl + SDPCM_HDRLEN), ALIGNMENT); in brcmf_sdio_bus_preinit()3563 iovar = cpu_to_le32(max_t(u32, value, ALIGNMENT)); in brcmf_sdio_bus_preinit()4015 bus->head_align = ALIGNMENT; in brcmf_sdio_probe_attach()4016 bus->sgentry_align = ALIGNMENT; in brcmf_sdio_probe_attach()4017 if (sdiodev->settings->bus.sdio.sd_head_align > ALIGNMENT) in brcmf_sdio_probe_attach()4019 if (sdiodev->settings->bus.sdio.sd_sgentry_align > ALIGNMENT) in brcmf_sdio_probe_attach()