Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Utility/
DBuffer.c90 size_t struct_alignment; member
240 ctx->struct_alignment = 0;
509 if (ctx->struct_alignment == 0)
510 ctx->struct_alignment = __Pyx_BufFmt_TypeCharToPadding(ctx->enc_type,
685 size_t struct_alignment = ctx->struct_alignment;
695 ctx->struct_alignment = 0;
703 if (struct_alignment) ctx->struct_alignment = struct_alignment;
708 size_t alignment = ctx->struct_alignment;